/* Fonts ================================================================================ */
@font-face {
	font-family: 'fc';
	src: url('../fonts/bookmanstd-light.eot');
	src: url('../fonts/bookmanstd-light.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/bookmanstd-light.woff') format('woff'), 
	     url('../fonts/bookmanstd-light.ttf')  format('truetype'),
	     url('../fonts/bookmanstd-light.svg#bookmanstd-light') format('svg');
	     font-weight: normal;
}

@font-face {
	font-family: 'fc';
	src: url('../fonts/bookmanstd-bold.eot');
	src: url('../fonts/bookmanstd-bold.eot?#iefix') format('embedded-opentype'), 
	     url('../fonts/bookmanstd-bold.woff') format('woff'), 
	     url('../fonts/bookmanstd-bold.ttf')  format('truetype'),
	     url('../fonts/bookmanstd-bold.svg#bookmanstd-bold') format('svg');
	     font-weight: bold;
}

@font-face {
	font-family: 'fc-title';
	src: url('../fonts/blairitclight.eot');
	src: url('../fonts/blairitclight.eot?#iefix') format('embedded-opentype'), 
	     url('../fonts/blairitclight.woff') format('woff'), 
	     url('../fonts/blairitclight.ttf')  format('truetype'),
	     url('../fonts/blairitclight.svg#blairitclight') format('svg');
	     font-weight: normal;
}

/* ================================================================================ */