@font-face {
    font-family: NormalText;
    src: url('/fonts/Frutiger_LT_47_Light_Condensed.eot');
}

@font-face {
 font-family: NormalText;
 src: url('/fonts/Frutiger_LT_47_Light_Condensed.ttf'); /* TTF file for CSS3 browsers */
}
body {
	color: black;
	font-family: NormalText, Verdana, Arial, Helvetica, sans-serif; 
}
