/* Main Styles */
td,body,p{
  font: 12px Arial, Helvetica, sans-serif;
  color: #336588;
  text-decoration: none; 
  line-height: 16px;
  vertical-align: top;
}

/* Links */
a{ color: #444444; }
a:hover{ color: #000000; text-decoration: none;}

hr { height: 0px; color: #355a75; border-top: 1px; background: #355a75; border-style: solid;}

h2,.Header   {
  font-weight: normal;
  font-size: 18px;
  color: #336588;
  line-height: 22px;
}

h3,.SubHeader{
  font-weight: bold;
  font-size: 13px;
  color: #336588;
  line-height: 18px;
}

.SmallText{
  font-size: 10px;
}


