A {
  color: white;
  text-decoration: none;
  font-weight: bold;
}
A:hover {
  text-decoration: underline;
}
BODY {
  color: white;
  margin: 0px;
  padding: 0px;
  background: #213451 url(/images/background.gif) no-repeat fixed 0px 0px;
}
BODY, TABLE {
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 8pt;
}
IMG {
  border-width: 0px;
}
.clsBody {
  padding: 20px;
}
.clsPageTitle {
  font-size: 12pt;
  font-weight: bold;
}
.clsNavs, .clsNavs A {
  color: #F5D496;
  font-size: 11pt;
  font-weight: bold;
}
.clsNavs A:hover {
  color: white;
  text-decoration: none;
}