/* Main Styles */
td,body,p{
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  color: #626366;
  text-decoration: none; 
  line-height: 15px;
}

/* Links */
a{ color: #3963ae; text-decoration: none;}
a:hover{ color: #00254c; text-decoration: none;}

hr { height: 0px; color: #00428a; border-top: 1px; background: #00428a; border-style: dashed;}

h2,.Header   {
  font-weight: normal;
  font-size: 18px;
  color: #3963ae;
  line-height: 22px;
}

h3,.SubHeader{
  font-weight: normal;
  font-size: 14px;
  color: #3963ae;
  line-height: 18px;
}

.SmallText{
  font-size: 10px;
}


