body{
  font-family: Arial;
  font-size: 10pt;
  color: #000000;
  background-color: #FFFFFF;
  margin-top: 0px;
  margin-left: 0px;
}

td{
  font-family: Arial;
  font-size: 10pt;
  color: #000000;
}

a:link{
  color: #1A1A3C;
  font-weight: bold;
  text-decoration: none;
}
a:visited{
  color: #1A1A3C;
  font-weight: bold;
  text-decoration: none;
}
a:hover{
  color: #7D9899;
  font-weight: bold;
  text-decoration: underline;
}
a:active{
  color: #7D9899;
  font-weight: bold;
  text-decoration: underline;
}
a:focus{
  color: #7D9899;
  font-weight: bold;
  text-decoration: underline;
}

h1{
  font-size: 14pt;
  color: #1A1A3C;
  font-weight: bold;
}
h2{
  font-size: 12pt;
  color: #000000;
  font-weight: bold;
}

.menuehead{
  color: #1A1A3C;
  font-weight: bold;
  font-style: italic;
}
