/* Main Styles */
td,body,p{
  font: 14px Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
  text-decoration: none; 
  line-height: 18px;
  vertical-align: top;
}

/* Links */
a{ color: #1270ac; text-decoration: none;}
a:hover{ color: #011c37; text-decoration: underline;}

hr { height: 0px; color: #011c37; border-top: 1px; background: #011c37; border-style: solid;}
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: #011c37;
  line-height: 24px;
  font-style:italic;
}

h3,.SubHeader{
  font-weight: normal;
  font-size: 14px;
  color: #dc7d1d;
  line-height: 20px;
  font-style:italic;
}

.SmallText{
  font-size: 12px;
}


