BODY {
  font-family: arial;
  font-size: 15px;
}

TH {
  font-family: arial;
  font-size: 15px;
}

TD {
  font-family: arial;
  font-size: 15px;
}

TD.BORDERBOTTOM {
  font-family: arial;
  font-size: 15px;
  border-bottom: 2px solid 000000;
}

/* Justify text. */
P.JUSTIFY {
  text-align: justify;
}



/* Link styles. */
A:LINK {
  color: #000099;
  font-family: arial;
  text-decoration: underline;
}

A:VISITED {
  color: #000099;
  font-family: arial;
  text-decoration: underline;
} 

A:ACTIVE {
  color: #000099;
  font-family: arial;
  text-decoration: underline;
} 

A:HOVER {
  text-decoration: none;
  font-family: arial;
  color: #FF0000;
}

A:VISITED:HOVER {
  text-decoration: none;
  font-family: arial;
  color: #FF0000;
}

/* Input Classes */

INPUT.BUTTON {
  background: #FFFFFF;
}
