body {
  background: #FFFFFF;
  margin: 0px;
  color: #000000;
  font-size: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

a, a:link, a:active {
  color: #006699;
  text-decoration: underline;
}

a:visited {
  color: #003366;
  text-decoration: underline;
}
td, p {
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  line-height: 1.5;
}
.nav {
  text-align: center;
  line-height: 1;
}
.header {
  font-size: 14px;
  font-weight: bold;
  color: #255A76;
  line-height: 2;
}
.title {
  font-size: 14px;
  font-weight: bold;
  color: #9BAD57;
  line-height: 2;
}
th {
  font-size: 12px;
  text-align: left;
  color: #9BAD57;
  vertical-align: top;
  white-space: nowrap;
}
.small {
  font-size: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.error {
  color: #ff0000;
  font-weight: bold;
  font-size: 12px;
}
hr {
  color: #9BAD57;
  width: 300px;
  height: 2px;
}
.comment {
  color: #9BAD57;
}