A:link, A:visited, A:active, A:hover { 
  text-decoration: none;
  font-weight: bold;
}
A:link { 
  color: #000080;
}
A:visited { 
  color: #000070;
}
A:active {
  color: #333366;
}
A:HOVER { 
  color: white;
  background-color: black;
}
BODY,P,TABLE,TD,TR {   
  font-size: 8pt;
  font-family: Verdana,arial,helvetica;
  color: #000000;
}
BODY {
  background: #FFFFFF;
}
.tableborders {
  background: #000000;
}
.mainbody {
  background: #f7f7f7;
}
.navigation{
  background: #f7f7f7;
  color: black;
  font-size: 8pt;
  font-family: Verdana,helvetica,arial;
}
.small {
  font-size: 8pt;
  font-family: verdana,helvetica,arial;
}
.normal {
  font-size: 10pt;
  font-family: verdana,helvetica,arial;
}
.large {
  font-size: 12pt;
  font-family: verdana,helvetica,arial;
}
.formboxes {
  font-family: verdana,geneva, arial;
  background-color: #f7f7f7;
  color: #000000;
}
.buttons {
  font-family: verdana,geneva, arial;
  background-color: #efefef;
  color: #000000;
}
}

