.topMenu {  
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px; 
  font-weight: bold; 
  color: #000000; 
  text-decoration: none; 
  background-color: #CCC; 
  text-align: center; 
  padding-right: 10px; 
  padding-left: 10px; 
  padding-top: 3px; 
  padding-bottom: 3px
}

a.topMenu{
  Text-Decoration:None; 
  Color: Black;
}

a.topMenu:Hover{
  Text-Decoration:None; 
  Color: Black;
  background-color: #FFE; 
}

.bodyText {  
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px; 
  font-weight: normal; 
  color: #000000; 
  text-decoration: none; 
  background-color: #FFF; 
  text-align: left; 
}

.disclaimer{
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 9px; 
  font-weight: normal; 
  color: #000000; 
  text-decoration: none; 
  background-color: #FFF;  
  text-align: center; 
}

a.disclaimer{
  Text-Decoration:none; 
  Color: Black;
}

a.disclaimer:Hover{
  Text-Decoration:underline; 
  Color: Black;
}

.bodyTextCenter {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
 background-color: #FFF;
 text-align: center;
}

.bodyTextRight {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
 background-color: #FFF;
 text-align: right;
}

a.bodytext{
  Text-Decoration:none; 
  Color: Black;
}

a.bodytext:Hover{
  Text-Decoration:underline; 
  Color: Black;
}
