body {
  margin: 20 0 20 0;
  font-family: verdana, arial, helvetica;
  font-size: 10pt;
  
}

p {
  font-family: verdana, arial, helvetica;
  font-size: 10pt;

}

td.formlabel {
  font-size: 9pt;
  text-align: right;
  white-space: nowrap;
}

td {
  font-family: verdana, arial, helvetica;
  font-size: 10pt;

}

a.footlink:link {
  color: #707070;
  text-decoration: none;
}

a.footlink:hover {
  color: #aa0000;
  text-decoration: none;
}

a:link { 
  color: #000099; 
  text-decoration: none 
}
a:visited { 
  color: #990099; 
  text-decoration: none 
}
a:hover { 
  color: #FF0000; 
  text-decoration: underline; 
}

.pagehead {
  font-size: 12pt;
  font-weight: bold;
  text-align: left;
  margin: 10px 0px 4px 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 4px;
}

.pagehead.green {
  color: #009900;
  border-bottom-color: #009900;
}

.pagehead.red {
  color: #BB0000;
  border-bottom-color: #BB0000;
}

.pagehead.blue {
  color: #0000BB;
  border-bottom-color: #0000BB;
}

.pagehead.purple {
  color: #6d398c;
  border-bottom-color: #6d398c;
}

.listhead {
  font-size: 11pt;
  font-weight: bold;
  text-align: left;
  margin: 20px 0px 12px 0px;
  color: #8C202F;
}

.listitem {
  margin: 8px 0px 4px 0px;
}

.footer {
  font-size: 9pt;
  font-weight: bold;
  text-align: center;
  margin: 4px 0px 2px 0px;
  color: #302D60;
}
.footer.small {
  font-size: 8pt;
  margin: 4px 0px 22px 0px;
}

.navcell {
  font-size: 9pt;
  font-weight: bold;
  text-align: center;
  padding: 8px 6px 8px 6px;
  color: #302D60;
  background-color: #fdb64f;
  /*cursor: pointer;*/
  border-right: solid 2px #ffffff;
}

.navcell.active {
  color: #ffffff;
  background-color: #580000;
  /*cursor: default;*/
}

.navcell a:link {
  color: #302D60;
}
.navcell a:visited {
  color: #302D60;
}
.navcell a:hover { 
  color: #ffffff; 
  text-decoration: none; 
}

li {
  /*text-indent: 20px;*/
  margin: 4px 30px 4px 0px;
}
