/* ==========================================================================
	#Fonts
========================================================================== */
@font-face {
	font-family: 'fbtypopas-regular Std';
	src: url('fonts/fbtypopas-regular-webfont.eot?') format('eot'), 
	     url('fonts/FbTypoPas-Regular.otf')  format('opentype'),
	     url('fonts/fbtypopas-regular-webfont.woff') format('woff'), 
	     url('fonts/fbtypopas-regular-webfont.ttf')  format('truetype'),
	     url('fonts/fbtypopas-regular-webfont.svg#FbTypoPas-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'FbTypoPas Bold';
	src: url('fonts/fbtypopas-bold-webfont.eot?') format('eot'), 
	     url('fonts/FbTypoPas-Bold.otf')  format('opentype'),
	     url('fonts/fbtypopas-bold-webfont.woff') format('woff'), 
	     url('fonts/fbtypopas-bold-webfont.ttf')  format('truetype'),
	     url('fonts/fbtypopas-bold-webfont.svg#FbTypoPas-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}