/* 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: #0053a0; text-decoration: underline;}
a:hover{ color: #173467; text-decoration: underline;}

hr { height: 0px; color: #0053a0; border-top: 1px; background: #0053a0; border-style: dashed;}
input,textarea{ font-family: Arial, Helvetica, sans-serif; font-size:12px; background-color:#fff; border: 1px solid #0053a0; color:#000000;}

h2,.Header   {
  font-weight: normal;
  font-size: 18px;
  color: #0053a0;
  line-height: 22px;
}

h3,.SubHeader{
  font-weight: normal;
  font-size: 14px;
  color: #0053a0;
  line-height: 18px;
}

.SmallText{
  font-size: 10px;
}

.SmallBlue{
  font-weight: normal;
  font-size: 10px;
  color: #0053a0;
  line-height: 22px;
}


