body {
  background-color: #000000;
  background: #000000;
}

A {
  color: #FFFFFF;
  text-decoration: underline;
}

A:hover {
  color: #993333;
  text-decoration: none;
}



A.footer {
  color: #FFFFFF;
  text-decoration: none;
}

A.footer:hover {
  color: #CCCCCC;
  text-decoration: underline;
}

TD {
  background: #660000;
  vertical-align: top;
}


TD.pageSide {
  background-image: url(images/bkgnd_page.gif);
}

TD.header {
  color: #FFFFFF;
  font-family: Times, "Times New Roman", Times New Roman, Serif;
  font-size: 13px;
  font-weight: bold;
  padding-left: 15px;
}


TD.mainText {
  color: #FFFFFF;
  vertical-align: top;
  font-family: Times, "Times New Roman", Serif;
  font-size: 17px;
  line-height: 22px;
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
}

TD.formText {
  color: #FFFFFF;
  vertical-align: top;
  font-family: Times, "Times New Roman", Serif;
  font-size: 17px;
  line-height: 22px;
  padding-top: 10px;
  padding-left: 0px;
  padding-right: 0px;
}

TD.whiteLine {
  background: #FFFFFF;
}

TD.footer {
  background: #000000;
  color: #FFFFFF;
  vertical-align: top;
  font-family: verdana, arial, helvetica;
  font-size: 10px;
}

TD.footerMenu {
  color: #FFFFFF;
  vertical-align: top;
  font-family: verdana, arial, helvetica;
  font-size: 10px;
}