h2,.Header, .header   {
  
  font-size  :20px;
  font-family:Arial; 
  color: #6593c3;
  font-weight:normal;
}

h3,.SubHeader{
  font-size  :14px;
  font-weight:bold;
  color: #223e7e;
}



    
.SmallText{
  font-size  :11px;
}

.bluetablebg{background: #223e7e; color: #fff; padding: 8px; text-align: center;}
.pad{padding: 8px;} 

/* Main Styles */
td,body{
  font-size: 12px;
  font-family: arial;
  color:#4e4c4c;
  text-decoration:none;
  line-height: 19px;
}

ul {
list-style-image: url(../images/graphics/bullet.png);
margin:5px;
padding:8px;
}


.whitetext{color: #fff;}


/* Links */
a{
  color:#e6811c; text-decoration: underline;
}
a:hover{
  color:#666666; text-decoration: underline;
}

