.menu, .menu2, .menu:Hover, .style1, .style2, .style3 , .menu3, .menu3:Hover  
{
font-size: 11px; 
color:#009900 ;
text-decoration:none;
font-weight: bold; font-family: Geneva, Arial, Helvetica, sans-serif;
}
.style4 
{
font-size: 11px; 
color:#666666 ;
text-decoration:none;
font-weight: bold; font-family: Geneva, Arial, Helvetica, sans-serif;
}
.menu2
{
text-decoration:underline;
color:#666666 ;
}
.menu
{
text-decoration:underline;
}
.menu:Hover
{
text-decoration:underline;
color:#009900 ;
}
.style1 
{
color:#666666 ;
}
.style2 
{
padding-left: 15px;
}
.style3 
{
font-size: 10px; 
color:#666666 ;
}
.menu3
{
font-size: 10px; 
color:#009900 ;
}
.menu3:Hover
{
text-decoration:underline;
font-size: 10px; 
color:#009900 ;
}
.hand
{
  cursor: pointer;
}

