h1,.Header,h2{
font: bold 34px/40px 'Merriweather', serif; 
color: #1b144a;
margin-top:0px;
margin-bottom:15px;  
}

h3,.SubHeader{
  font: bold 24px/30px 'Merriweather', serif; 
  color: #1a93bf;
  margin-top:0px;
}

.featureheader { font: bold 24px/28px 'Merriweather', serif; font-style:italic; }
    
.SmallText{
  font-size  :11px;
}

.LinkButtons, .linkbuttons {
display: inline-block;
*display: inline;
padding:8px 12px 8px 12px;
background:#29c3e9;;
color:#fff;
text-decoration:none;
font: bold 18px/18px 'Merriweather', serif;
}


/* Main Styles */
td,body{
  font: normal 16px/24px Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif; 
  color:#555;
}


/* Links */
a{
  color:#1a93bf; 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:#1b144a; text-decoration: none; font-weight:bold;
}
.headFeat01 {
font: bold 22px/26px 'Merriweather', serif; 
  color: #1b144a;
  margin-top:0px;
}
.headFeat02 {

font: bold 18px/22px 'Merriweather', serif; 
  color: #1a93bf;
  margin-top:0px;}

.whiteTxt { color:#fff; }
.whiteTxt a { color:#fff; }