.Header {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 18pt;
        font-style: normal;
        font-weight: bold;
        color: #006699;
}
.statement {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: bold;
        color: #006699;
}

.bullet {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12pt;
        font-weight: bold;
        color: #003366;
}
.bodytext {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10pt;
        font-style: normal;
        font-weight: normal;
}
.address {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10pt;
        font-weight: normal;
}

A {
 color: #006699;
}

A:LINK {font-weight:bold; text-decoration: none; }
A:VISITED {font-weight: bold; text-decoration: none; }
A:ACTIVE {font-weight:bold; text-decoration: none; }
A:HOVER {font-weight:bold; text-decoration:underline; }

#list-menu ul {
margin: 0;
padding: 0;
list-style-type: none;
}

#list-menu li {
margin: 2px 0 0;
}

#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #27408B;
font-family: Arial;
font-size: 14px;
}

#list-menu a {
display: block;
width:160px;
padding: 2px 2px 2px 10px;
border: 1px solid #000;
background: #d0d0d0;
text-decoration: none;
}

#list-menu a:hover {
display: block;
width:160px;
padding: 2px 2px 2px 10px;
border: 1px solid #000;
background: #e0e0e0;
text-decoration: none;
}

.submit {
  border: 1px solid #000000;
  background-color: #FFFFFF;
  padding: 2px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
  cursor: default;

}
#submitpad {
  padding: 5px;
  background-color: #ff0000;
  margin: 0px;
  border-width: 3px;
  border-color: #ff0000;
  border-spacing: 0;
}
