
BODY {
  color: #000000;
  font-family: Verdana, Arial;
  font-size: 12px;
  padding-top: 2pt;
  padding-left: 2pt;
  padding-right: 2pt;
  padding-bottom: 2pt;
  }

TD {
  font-size: 12px;
}

H1 {
  font-size: 22px;
}

H3 {
  font-size: 16px;
}

A {
  color: #000000;
  text-decoration: underline;
}
A:LINK { color: #000000; }
A:VISIT { color: #000000; }

INPUT {
  border-top: 1px #000000 inset;
  background-color: #C0C0C0;
  font-family: Verdana, Arial;
  font-size: 12px;
  border-right: 1px #000000 inset;
  border-bottom: 1px #000000 inset;
  border-left: 1px #000000 inset;
}

INPUT.SUBMIT {
  border-top: 1px #000000 inset;
  background-color: #C0C0C0;
  font-family: Verdana, Arial;
  font-size: 12px;
  text-align: center;
  border-right: 1px #000000 inset;
  border-bottom: 1px #000000 inset;
  border-left: 1px #000000 inset;
}

INPUT.CHECKBOX {
  border-top: #C0C0C0 none;
  background-color: #FFE619;
  font-family: Verdana, Arial;
  font-size: 12px;
  border-right: #C0C0C0 none;
  border-bottom: #C0C0C0 none;
  border-left: none;
}

INPUT.RADIO {
  font-family: Verdana, Arial;
  font-size: 12px;
  border-top: none;
  background-color: transparent;
  border-right: none;
  border-bottom: none;
  border-left: none;
}

TEXTAREA {
  border-top: 1px #336699 inset;
  background-color: #FFFFFF;
  font-family: Verdana, Arial;
  font-size: 12px;
  padding-top: 2px;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  border-right: 1px #336699 inset;
  border-bottom: 1px #336699 inset;
  border-left: 1px #336699 inset;
}

SELECT {
  font-family: Verdana, Arial;
  font-size: 12px;
  color: #000000;
  background-color: #C0C0C0;
  border-top: solid;
  border-right: solid;
  border-bottom: solid;
  border-left: solid;
}