/* CSS Document */

.body {
background-color:#FFFFFF;
}

.td, tr, body {
font: Tahoma;
font-size:10px;
line-height:12px;
color:#939292;
}

.menu {
font-family: tahoma;
font-size:10px;
line-height:12px;
color:#939292;
}

b {
font-family: tahoma;
font-size:10px;
line-height:12px;
color:#757474;
text-transform:uppercase;
text-decoration:underline;
}

A:link   {
cursor : default;
COLOR: #757474; 
FONT-WEIGHT: bold; 
TEXT-TRANSFORM: none ;
text-decoration:none;} 

A:visited{
cursor : default;
COLOR: #757474;   
FONT-WEIGHT: bold; 
TEXT-TRANSFORM: none ;
text-decoration:none;} 


A:active {
cursor : default;
COLOR: #757474;  
FONT-WEIGHT: bold; 
TEXT-TRANSFORM: none ;
text-decoration:none;} 


A:hover  {
cursor : default;
COLOR: #939292;  
TEXT-TRANSFORM: none
text-decoration: underline;
Font-weight:bold;}
