 /*font-face start here*/

@font-face {
				font-family: 'BookmanOldStyle';
				src: url('font/bookos.eot');
				src: url('font/bookos.eot?#iefix') format('embedded-opentype'),
						 url('font/bookos.woff') format('woff'),
						 url('font/bookos.ttf') format('truetype'),
						 url('font/bookos.svg#bookos') format('svg');
				font-weight: normal;
				font-style: normal;
		}