body {
  margin: 0px;
}
td {
  color: #606060;
  font-family: "Trebuchet MS", Georgia, Tahoma, Arial, Verdana;
  font-weight: normal;
  font-size: 10pt;
  line-height: 1.5em;
  margin: 0px;
}
.header {
  font-size: 12pt;
  color: #6E8B3D;
  border-bottom: 1px #909090 solid;
}
.large {
  font-size: 12pt;
}
.subnav {
  background-image: url(/images/subnav_bg.gif);
  border-bottom: 20px #FFFFFF solid;
}
.underline {
  border-bottom: 1px #E6E6E6 solid;
}
.footer {
  border-top: 1px #E6E6E6 solid;
}
.form {
  font-family: "Trebuchet MS", Georgia, Tahoma, Arial, Verdana;
  font-weight: normal;
  font-size: 10pt;
  font-color: #606060;
  border-top: 1px #C0C0C0 solid;
  border-left: 1px #C0C0C0 solid;
  border-right: 1px #E6E6E6 solid;
  border-bottom: 1px #E6E6E6 solid;
}
a:link, a:visited {
  font-weight: normal;
  color: #6E8B3D;
  text-decoration: none;
  border-bottom: 1px #6E8B3D solid;
}
a:hover, a:active {
  font-weight: normal;
  color: #404040;
  text-decoration: none;
  border-bottom: 1px #404040 solid;
}
a.none:link, a.none:visited, a.none:active, a.none:hover {
  border-bottom: 0px;
}