@font-face
{ 
	font-family: 'BTBold'; 
	src: url('font/bt_bold.eot'); 
	src: url('font/bt_bold.eot?#iefix') format('embedded-opentype'), 
	url('font/bt_bold.woff') format('woff'), 
	url('font/bt_bold.ttf') format('truetype'), 
	url('font/bt_bold.svg#webfont') format('svg');	 
	
	font-family: 'BTRoman'; 
	src: url('font/bt_roman.eot'); 
	src: url('font/bt_roman.eot?#iefix') format('embedded-opentype'), 
	url('font/bt_roman.woff') format('woff'), 
	url('font/bt_roman.ttf') format('truetype'), 
	url('font/bt_roman.svg#webfont') format('svg');
	
	font-family: 'BTThin'; 
	src: url('font/bt_thin.eot'); 
	src: url('font/bt_thin.eot?#iefix') format('embedded-opentype'), 
	url('font/bt_thin.woff') format('woff'), 
	url('font/bt_thin.ttf') format('truetype'), 
	url('font/bt_thin.svg#webfont') format('svg');
	
	
}