@charset "utf-8";
/* CSS Document */
 @font-face {
    font-family: Roboto; 
    src: url(/fonts/Roboto/Roboto-Medium.ttf) format("truetype"); 
/*	src: url(fonts/OpenSans-CondBold.ttf) format("truetype");*/
   }
@font-face {
    font-family: Open Sans Condensed; 
    src: url(/fonts/Open_Sans_Condensed/OpenSansCondensed-Bold.ttf) format("truetype"); 
   }
a:hover {  color: #FF9900}
a {
	text-decoration: none;
	color: #0059DF;
}