h1,.Header,h2{
font-family: 'Questrial', sans-serif; 
font-size:28px;
color: #12335b;
margin-top:0px;
padding:0px 0 25px;
margin-bottom:0; 
font-weight:normal; 
}

h3,.SubHeader{
  font-family: 'Questrial', sans-serif;
  font-size:18px;
  color: #000000;
  margin-top:0px;
}
    
.SmallText{
  font-size  :11px;
}


/* Main Styles */
td,body{
  font: normal 12px/20px Arial,Sans-serif; 
  color:#3e3c3c;
}

p{ margin-top:0; padding-top:0;}


/* Links */
a{
  color:#336699; text-decoration: none; font-weight:bold; -webkit-transition: color 0.4s ease-in; /*safari and chrome */
 -o-transition: color 0.4s ease-in; /* opera */ outline: 0;
}
a:hover{
  color:#666666; text-decoration: underline; font-weight:bold;
}

