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.hdrlink:LINK {
  color: #000099;
  font-family: arial;
  font-weight: bold;
  text-decoration: none;
}

A.hdrlink:VISITED {
  color: #000099;
  font-family: arial;
  font-weight: bold;
  text-decoration: none;
} 

A.hdrlink:ACTIVE {
  color: #000099;
  font-family: arial;
  font-weight: bold;
  text-decoration: none;
} 

A.hdrlink:HOVER {
  text-decoration: none;
  font-family: arial;
  font-weight: bold;
  color: #FF0000;
}

A.hdrlink:VISITED:HOVER {
  text-decoration: none;
  font-family: arial;
  font-weight: bold;
  color: #FF0000;
}

A.one:LINK {
  color: #000099;
  font-family: arial;
  text-decoration: underline;
}

A.one:VISITED {
  color: #000099;
  font-family: arial;
  text-decoration: underline;
} 

A.one:ACTIVE {
  color: #000099;
  font-family: arial;
  text-decoration: underline;
} 

A.one:HOVER {
  text-decoration: none;
  font-family: arial;
  color: #FF0000;
}

A.one:VISITED:HOVER {
  text-decoration: none;
  font-family: arial;
  color: #FF0000;
}

A.two:LINK {
  color: #402000;
  font-family: arial;
  text-decoration: underline;
}

A.two:VISITED {
  color: #402000;
  font-family: arial;
  text-decoration: underline;
} 

A.two:ACTIVE {
  color: #402000;
  font-family: arial;
  text-decoration: underline;
} 

A.two:HOVER {
  text-decoration: none;
  font-family: arial;
  color: #FF0000;
}

A.two:VISITED:HOVER {
  text-decoration: none;
  font-family: arial;
  color: #FF0000;
}

/* Input Classes */

INPUT.BUTTON {
  background: #FFFFFF;
}

