@charset "utf-8";
/* CSS Document */

.mainlogo {
 background: center;


}

body {
	background: #f2f5fb;
}

.mainmessage {
 background: center;
 text-align: center;
 font-size: 16px;
   font-family: Georgia, sans-serif !important;
  color: #1d439a !important;
}

.featureslist {
	align: center;
	font-size: 16px;
	text-align: left;
	color: #1d439a;
}

.flulinks {
	align: center;
	text-align: center;
}

.footer {
   font-size: 11px;
   text-align: left;
     font-family: Georgia, sans-serif !important;
  color: #1d439a !important;
 }
 
h1, h2, h3 {
 
  font-family: Georgia, sans-serif !important;
  color: #1d439a !important;
}
 
h1 {
    font-size: 30px !important;
}
 
.h2 {
  font-size: 24px;
  font-family: Georgia, sans-serif;
  color: #1d439a;
  border-right: 1px solid #b4c1dd;
  padding-right: 10px;
  float: left;
  margin-right: 15px;
}