/* Main Styles */
td,body,p{
  font: 12px Arial, Helvetica, sans-serif;
  color: #333;
  text-decoration: none; 
  line-height: 16px;
  vertical-align: top;
}

/* Links */
a{ color: #004794; text-decoration: none;}
a:hover{ color: #009999; text-decoration: none;}

hr { height: 0px; color: #3668c6; border-top: 1px; background: #cc0000; border-style: dotted;}
input,textarea{ font-family: arial; font-size:12px; background-color:#f0f0f0; border: 1px solid #98999d; color:#000000;}

h2,.Header   {
  font-weight: normal;
  font-size: 18px;
  color: #004794;
  line-height: 22px;
}

h3,.SubHeader{
  font-weight: normal;
  font-size: 14px;
  color: #cc0000;
  line-height: 18px;
}

.SmallText{
  font-size: 10px;
}


