/* Main Styles */
td,body,p{
  font: 12px Verdana, Helvetica, sans-serif;
  color: #000;
  text-decoration: none; 
  line-height: 16px;
  vertical-align: top;
}
/* Links */
a{ color: #CC0000; text-decoration: none;}
a:hover{ color: #009999; text-decoration: underline;}

hr { height: 0px; color: #cc0000; border-top: 1px; background: #cc0000; border-style: solid;}

h2,.Header   {
  font-weight: bold;
  font-size: 14px;
  color: #000066;
  line-height: 20px;
}

h3,.SubHeader{
  font-weight: bold;
  font-size: 13px;
  color: #cc0000;
  line-height: 18px;
}

.SmallText{
  font-size: 10px;
}


