/* Main Styles */
td,body,p,select,input,textarea {
  font: normal 12px tahoma;
  color:#333333;
  text-decoration:none;
}

/* Links */
a{  color:#003366;}
a:hover{  color:#001122;}

hr { height:1px; color:#275cdc; border:0px; background:#275cdc;}

h2,.Header {
  font-weight:bold;
  font-size  :16px;
  color:#e31b24;  
}
h3,.SubHeaderMaroon {
  font-weight:bold;
  font-size  :13px;
  color:#e31b24;
}
h3,.SubHeaderPurple {
  font-weight:bold;
  font-size  :13px;
  color:#391D76;
}
.SmallText{
  font-size  :10px;
}

