h2,.Header, .header   {
  
  font-size  :24px;
  line-height:26px;
  font-family:Arial; 
  color: #000;
  font-weight:normal;
  margin-top:0px;
}

h3,.SubHeader{
  font-size  :18px;
  color: #16a4ff;
  font-weight:normal;
  margin-top:0px;
}

    
.SmallText{
  font-size  :11px;
}


/* Main Styles */
td,body{
  font-size: 12px;
  font-family: verdana, arial, sans-serif;
  color:#5b6065;
  text-decoration:none;
  line-height: 17px;
}


.whitetext{color: #fff;}


/* Links */
a{
  color:#336699; text-decoration: none;
}
a:hover{
  color:#666666; text-decoration: underline;
}

