html, body { 
  background: #FFFFFF;
  font-family: Arial,Helvetica,Verdana;
  margin: 0px;
  height:100%;
}

a:link, a:visited, a:active{
  color: #8B0000;
  text-decoration: none;
  font-size: small;
}

a:hover{
  color: #FF8400;
  font-size: small;
}

h2 {
  color: #111111;
  font-family: Arial,Helvetica,Verdana;
  font-size: large;
  font-weight: bold;
  margin-left: 0px;
  margin-bottom: 8px;
  margin-top: 5px;
}

h3 {
  margin-left: 15px;
  margin-bottom: 0px;
  color: #0000FF;
  font-weight: bold;
  font-size: x-small;
}

h4 {
  color: #000000;
  font-family: Arial,Helvetica,Verdana;
  font-size: small;
  text-align: left;
}

hr {
  margin-top: 0px;
  color: #0000CD;
  width: 90%;
  text-align: center;
}

table, td, th {
  font-family: Arial,Helvetica,Verdana;
  font-size: 14px;
}

img {
  border-style: none;
}

.menuheader {
  background: #0000CD;
  padding: 3px;
}

.menuheaderlink {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
}

.footer {
  color: #FFD700;
  font-family: Arial,Helvetica,Verdana; 
  font-size: 9px;
}

.footerlink {
  color: #FFD700;
  font-family: Arial,Helvetica,Verdana; 
  font-size: 9px;
}