.text  {
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.smalltext {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
}

.lefthead {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
}

table.leftnav {
  bordercolor: #9999cc;
}


a:link {
  color: #0000ff;
  text-decoration: underline;
}

a:visited {
  color: #0000ff;
  text-decoration: underline;
}

a:active {
  color: #0000ff;
  text-decoration: underline;
}

a:hover {
  color: #0000ff;
  text-decoration: none;
}

a.topnav:link {
  color: #ffffff;
  text-decoration: none;
}

a.topnav:visited {
  color: #ffffff;
  text-decoration: none;
}

a.topnav:active {
  color: #ffffff;
  text-decoration: none;
}

a.topnav:hover {
  color: #ffffff;
  text-decoration: underline;
}

.copyhead {
  font-size: 15px;
  font-weight: bold;
  text-decoration: underline;
}

.copysubhead {
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
}

.list {
  font-size: 12px;
  padding-bottom: 8px;
}

.listhead {
  font-size: 12px;
  font-weight: bold;
}

td.formhead {
  font-size: 12px;
  font-weight: bold;
  color: ffffff;
  background-color: 9999cc;
}

td.header {
  font-size: 11px;
  font-weight: bold;
  background-color: cccccc;
}

td.data {
  font-size: 10px;
  font-weight: normal;
}

span.required {
  color: #FF0000;
  text-decoration: underline;
}

