 body{
  font-family: Arial;
 }

 .headerTextBold{
  font-size: 18pt;
  font-weight: bold;
  color: darkblue;
 }
 .headerText{
  font-size: 18pt;
  font-weight: normal;
  color: darkblue;
 }
 .headerTextSmall{
  font-size: 14pt;
  font-weight: normal;
  color: darkblue;
 }
 .bodyTextBold{
  font-size: 13pt;
  font-weight: bold;
  margin-bottom: 5px;
 }
 .bodyText{
  font-size: 13pt;
  font-weight: normal;
  margin-bottom: 5px;
 }
 .bulletText{
  font-size: 13pt;
  font-style: italic;
 }

a:link, a:visited{
 color: #494DDD;
 text-decoration: none;
}

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