BODY {
  font-family: arial;
  font-size: 15px;
  background: #E9DAB3;
  margin: 0;
}

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: #1B1608;
  font-family: arial;
  text-decoration: underline;
}

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

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

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

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

A.topmenu:LINK {
  color: #F4EDD8;
  font-family: arial;
  text-decoration: none;
}

A.topmenu:VISITED {
  color: #F4EDD8;
  font-family: arial;
  text-decoration: none;
} 

A.topmenu:ACTIVE {
  color: #F4EDD8;
  font-family: arial;
  text-decoration: none;
} 

A.topmenu:HOVER {
  text-decoration: none;
  font-family: arial;
  color: #FFFFFF;
}

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

A.leftmenu:LINK {
  color: #1B1608;
  font-family: arial;
  text-decoration: none;
}

A.leftmenu:VISITED {
  color: #000060;
  font-family: arial;
  text-decoration: none;
} 

A.leftmenu:ACTIVE {
  color: #1B1608;
  font-family: arial;
  text-decoration: none;
} 

A.leftmenu:HOVER {
  text-decoration: none;
  font-family: arial;
  color: #FFFFFF;
}

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

/* Input Classes */

INPUT.BUTTON {
  background: #FFFFFF;
}
