/* Main Styles */
td,body,p{
  font: 11px Arial, Helvetica, sans-serif;
  color: #333;
  text-decoration: none; 
  line-height: 16px;
  vertical-align: top;
  line-height:20px;
  letter-spacing:normal;
}
/* Links */
a{ color: #3294e9; text-decoration: none;}
a:hover{ color: #35bdff; text-decoration: none;}

hr { height: 2px; color: #f4f4f4; border-top: 1px #e2e2e2; background: #f4f4f4; 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: #3696ec;
  line-height: 22px;
  letter-spacing:-0.1em;
}

h3,.SubHeader{
  font-weight: normal;
  font-size: 14px;
  color: #3696ec;
  line-height: 18px;
  letter-spacing:normal;
}

.SmallText{
  font-size: 10px;
  letter-spacing:normal;
}


