
BODY {
  font-family: Verdana;
  font-size: xx-small;
  margin-top: 10;
  margin-bottom: 10;
  margin-left: 30;
  margin-right: 30;
  background-color: D9E8F0;
}

P {
  font-family: Verdana;
  font-size: xx-small;
  margin-top: 0;
  margin-bottom: 3pt;
}

TABLE {
  font-size: xx-small;
  margin-top: 0;
  margin-bottom: 3pt;
}

INPUT {
  font-family: Verdana;
  font-size: xx-small;
}

INPUT.small {
  font-family: Verdana;
  font-size: xx-small;
}
TEXTAREA {
  font-family: Verdana;
  font-size: xx-small;
}

INPUT.button {
  width: 55px;
}

SELECT {
  font-family: Verdana;
  font-size: xx-small;
  border-style: solid;
  border-width: 0px;
  border-color: navy;
}
OPTION {
  font-family: Verdana;
  font-size: xx-small;
  border-style: none;
  border-width: 0px;
  border-color: navy;
}

INPUT.UpperCase {
  text-transform: uppercase;
}

INPUT.Currency {
  text-align: right;
}

H1 {
  margin-top: 0pt;
  margin-bottom: 0pt;
  font-size: small;
  font-weight: bold;
}

H2 {
  margin-top: 6pt;
  margin-bottom: 3pt;
  font-size: x-small;
  font-weight: bold;
  background-color: 309FD6;
  border: 1px solid navy;
}

H2.instructions {
  background-color: rgb(175, 218, 239);
}

H2.errors {
  margin-top: 6pt;
  margin-bottom: 3pt;
  font-size: x-small;
  font-weight: bold;
  background-color: gold;
}

H3 {
  margin-top: 3pt;
  margin-bottom: 0pt;
  font-size: x-small;
  font-weight: bold;
}



TABLE {
  border-collapse: collapse;
  border-width: 0;
  border-color: navy;
}

TABLE.standard {
  border-collapse: collapse;
  border-style: solid;
  border-width: 1px;
  border-color: navy;
  margin-top:  1pt;
}

TR {
  vertical-align: top;
}

TH {
  border-style: solid;
  border-width: 0px;
  text-align: left;
  border-color: navy;
}

TH.bottom {
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: navy;
}

TH.center {
  text-align: center;
}

TD {
  border-style: solid;
  border-width: 0;
  border-color: navy;
}

TD.bottom {
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: navy;
}

FORM {
  margin-top: 0;
  margin-bottom: 0;
}

UL {
  margin-top: 0;
  margin-bottom: 0;
}

LI {
  margin-top:3pt;
}
