BODY {
  background-color: #EEEEEE;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10pt;
}

TD {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10pt;
}

TD.caption {
  font-size: 12pt;
  font-weight: bold;
}

TD.header {
  background-color: #9A9A9A;
  color: White;
  font-weight: bold;
}

TD.info {
  border: 1px solid Gray;
  background-color: White;
}

TD.copyright {
  font-size: 9pt;
  border-top: 1px solid Gray;
  color: Gray;
}

TD.underline {
  border-bottom: 1px solid Gray;
}

TD.longtext {
  line-height: 150%;
}

TABLE.border {
  border-collapse: collapse;
}

TABLE.border TD, TABLE.border TH {
  border: 1px solid #999999;
  background-color: White;
}

A {
  color: #0000AA;
}

A:HOVER {
  color: #0033FF;
}

A.menu {
  text-decoration: none;
}

UL {
  list-style: circle;
  padding: 0;
  margin-left: 20px;
}

INPUT.txt {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10pt;
  height: 16pt;
  border: 1px solid Gray;
}

INPUT.btn {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10pt;
  background-color: #E2E2E2;
  font-weight: bold;
  width: 150px;
  height: 25px;
}

INPUT.smallbtn {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10pt;
  background-color: #E2E2E2;
  font-weight: bold;
  height: 25px;
}

TEXTAREA {
  font-family: "Courier New", monospace;
  font-size: 10pt;
  border: 1px solid Gray;
}

.news {
  color: #BB0000;
}

CODE {
  font-family: "Courier New", monospace;
  background-color: White;
}

CODE.bad {
  color: Red;
}