body {
  background-repeat: repeat;
}

body {
  background-color: white;
  margin: 0px;
  padding: 0px;
  color: black;
}

body, p, div, b, span, th, td, li, label, address {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.9em;
}

img {
  border-style: none;
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  height: 120px;
  width: 172px;
}

form {
  margin: 0em;
  font-family: monospace;
  background-color: white;
}

td#nav a {
  text-decoration: none;
  font-weight: bold;
}

td#nav a:link {
  color: #6633ff;
}

td#nav a:visited {
  color: #6666cc;
}

td#nav a:hover {
  color: #cc3300;
}

td#nav a:active {
  color: #cc6600;
}

td#nav {
  width: 170px;
  vertical-align: top;
  padding: 0px 10px;
}

td#nav ul {
  font-weight: bold;
  color: #024c3e;
}

td#nav li.current, td#nav a.current {
  font-weight: bold;
  color: #cc3300;
}

td#content {
  width: 450px;
  vertical-align: top;
  padding: 0px 50px 0px 0px;
}

td#content a {
  text-decoration: underline;
  font-weight: normal;
}

td#content a:link {
  color: #6600cc;
}

td#content a:visited {
  color: black;
}

td#content a:hover {
  color: #cc3300;
}

td#content a:active {
  color: #cc6600;
}

td#footer {
  vertical-align: top;
  padding: 20px 0px 0px;
}

td#footer a {
  text-decoration: underline;
  font-weight: normal;
}

td#footer a:link {
  color: #0033cc;
}

td#footer a:visited {
  color: black;
}

td#footer a:hover {
  color: #cc3300;
}

td#footer a:active {
  color: #cc6600;
}

table#subtable td {
  margin: 0px;
  padding: 5px;
}

table#subtable th {
  background: #003399 none repeat scroll 0% 0%;
  color: white;
  text-align: left;
  vertical-align: bottom;
  padding: 5px;
}

h1 {
  color: #330099;
}

h2 {
  font-size: 1.3em;
  color: #330099;
  margin: 20px 0px 0px;
  padding: 0px;
}

h3 {
  font-size: 1em;
  background: #330099 none repeat scroll 0% 0%;
  color: white;
  margin: 10px 0px;
  padding: 2px;
}

table.grid {
  border-collapse: collapse;
}

table.grid td {
  vertical-align: top;
  border: 1px solid #666666;
  padding: 0px 0px 5px 5px;
}

span.hi {
  color: #cc3300;
}

span.ho {
  font-size: 1.1em;
  color: #993300;
}

.signature {
  border-color: #006d59;
}

.blood {
  color: #880000;
}

.blue {
  color: #0000ee;
}

.pine {
  color: #009900;
}

.scarlet {
  color: #ee0000;
}

