@font-face {
	font-family: 		Utopia;
	src: 				url('../Fonts/utopia.eot'); /* EOT file for IE */
}
@font-face {
 	font-family: 		Utopia;
 	src: 				url('../Fonts/utopia.ttf'); /* TTF file for CSS3 browsers */
}


@font-face {
    font-family: 'franklin_gothic_mediumregular';
    src: url('../Fonts/franklin_gothic_medium-webfont.eot');
    src: url('../Fonts/franklin_gothic_medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../Fonts/franklin_gothic_medium-webfont.woff') format('woff'),
         url('../Fonts/franklin_gothic_medium-webfont.ttf') format('truetype'),
         url('../Fonts/franklin_gothic_medium-webfont.svg#franklin_gothic_mediumregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'franklin_gothic_bookregular';
    src: url('../Fonts/franklin_gothic_book-webfont.eot');
    src: url('../Fonts/franklin_gothic_book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../Fonts/franklin_gothic_book-webfont.woff') format('woff'),
         url('../Fonts/franklin_gothic_book-webfont.ttf') format('truetype'),
         url('../Fonts/franklin_gothic_book-webfont.svg#franklin_gothic_bookregular') format('svg');
    font-weight: normal;
    font-style: normal;
}