BODY {
  background-color: #FFFFFF; 
  font-family: Helvetica;
  font-size: 12px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

TD {
  font-family: Helvetica;
  font-size: 12px;
}

A:link, A:active, A:visited {
  color: #00CC33;
  font-family: Helvetica;
  font-weight: bold;
  text-decoration: underline;
  font-size: 14px;
}

A:hover {
  color: #0000FF;
  font-family: Helvetica;
  font-weight: strong;
  text-decoration: underline;
  font-size: 14px;
}


.banner {
  background-color: #FFFFFF;
  color: #000000;
  font-family: Helvetica;
  font-weight: normal;
  font-size: 16px;
}

.maincontent {
  background-color: #FFFFCC;
  color: #000000;
  font-family: Helvetica;
  font-weight: normal;
  font-size: 12px;
}

.navarea {
  background-color: #2B2B2B;
  color: #FFFFFF;
  font-family: Helvetica;
  font-weight: bold;
  font-size: 14px;
}

