

@charset "iso-8859-1";
 
a { text-decoration:none;  }
body { 
color:#666666;
    margin: 0;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px; 
}
#menu{
 width:883px;
 height:40px;
 background-image:url("images/menu.png");
 background-repeat:no-repeat;
}

.mn {
     font: 12px  Verdana,Helvetica,Arial,sans-serif;   
    color:#777777; 
      text-decoration:none;  
font-weight:bold;      
    }  
.mn1 {
     font: 12px  Verdana,Helvetica,Arial,sans-serif;   
    color:#D20F13; 
      text-decoration:none;  
font-weight:bold;      
    }      
	
	a:link {color : #494949; text-decoration : none}
/*A:visited {color : grey; text-decoration:none}*/
a:hover {color : #D20F13; text-decoration : none}
