BODY {
  background-color: #EEFFFF;
  color: #000000;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 9pt;
  margin: 0.1cm;
}

A:link, A:visited {
  color: #006600;
  font-weight: bold;
}

A:hover, A:active {
  color: #009900;
  font-weight: bold;
}

A.nav:link, A.nav:visited {
  color: #99FF99;
}

A.nav:hover, A.nav:active {
  color: #FFFFFF;
}

P, OL, UL, LI, TD {
  font-family: Verdana, Helvetica, sans-serif;
  margin: 0.2cm 0.4cm;
  font-size: 9pt;
  font-weight: normal;
}

P.nav {
  color: #FFFFFF;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 9pt;
  font-weight: normal;
  margin: 0.2cm 0.2cm;
}

P.big {
  color: #FFFFFF;
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  margin: 0.1cm 0.2cm
}

P.error {
  color: #660000;
  font-weight: bold;
}

LI {
  color: #000066;
  margin-left: 0.4cm;
}

TR.head {
  background-color: #CCCCCC;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-weight: normal;
  font-style: italic;
}

TR.data {
  background-color: #CCFFCC;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-weight: normal;
  font-style: normal;
  vertical-align: top;
}

INPUT, SELECT, TEXTAREA {
  background-color: #CCFFCC;
  font-size: 10pt;
  font-weight: bold;
  font-family: Arial, Helvetica, monospaced;
}