h2,.Header, .header   {
  
  font-size  :18px;
  color: #326793;
  
}

h3,.SubHeader{
  font-size  :14px;
  font-weight:normal;
  color: #8f8f8c;
  font-weight:bold;
}
    
    
    
.SmallText{
  font-size  :11px;
}



/* Main Styles */
td,body{
  font-size: 12px;
  font-family: arial;
  color:#4e504d;
  text-decoration:none;
  line-height: 17px;
}

.pad{padding: 8px;}


/* Links */
a{
  color:#22547c; text-decoration: none;
}
a:hover{
  color:#8f8f8c; text-decoration: underline;
}


