BODY {
  background: #FFFFFF;
  color: #000000;
  font-family: Tahoma;
  font-size: 9pt;
  }
.large {
  color: #000000;
  font-family: Tahoma;
  font-size: 14pt;
  }
.medium {
  color: #000000;
  font-family: Tahoma;
  font-size: 11pt;
  }
TD {
  color: #000000;
  font-family: Tahoma;
  font-size: 9pt;
  }
A {
  color: #993300;
  font-family: Tahoma;
  font-size: 9pt;
  }
A:hover {
  color: #CC6600;
  font-family: Tahoma;
  font-size: 9pt;
  text-decoration: none;
  }
INPUT.invis {
  font-family: Tahoma;
  font-size: 9pt;
  color: #000000;
  background: #FFEFDF;
  border: solid 0px #FFEFDF;
  }
INPUT.invislight {
  font-family: Tahoma;
  font-size: 9pt;
  color: #CCCCCC;
  background: #FFEFDF;
  border: solid 0px #FFEFDF;
  }
INPUT.norm {
  font-family: Tahoma;
  font-size: 7.5pt;
  font-weight: bold;
  color: #333333;
  background: #EFEFEF;
  border: solid 1px #FF3300;
  text-align: center;
  }
SELECT.norm {
  font-family: Tahoma;
  font-size: 7.5pt;
  font-weight: bold;
  color: #333333;
  background: #EFEFEF;
  border: solid 1px #FF3300;
  text-align: center;
  }
INPUT.big {
  font-family: Tahoma;
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  background: #666666;
  border-left: solid 2px #000000;
  border-top: solid 2px #000000;
  border-right: solid 2px #999999;
  border-bottom: solid 2px #999999;
  }
INPUT.button {
  font-family: Tahoma;
  font-size: 8pt;
  font-weight: bold;
  color: #333333;
  background: #FFCC00;
  border-left: solid 2px #FFDDBB;
  border-top: solid 2px #FFDDBB;
  border-right: solid 2px #CC6600;
  border-bottom: solid 2px #CC6600;
  }
