body{
	font-family: "Georgia";
	font-size: 9pt;
	color: navy;
	text-align: left;
	background-color: #008FC8;
}

 p {
 	margin-left: 15px;
	margin-right: 15px;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
 }
 
 td{
 	 align: left;
 }
 
 h3{
 	color: navy;
	text-align: center;
	margin-top: 10px;
 }
 
 a.headers{
	color: #ffffff;
	font-family: "Georgia";
	font-weight: bolder; 
	text-decoration: none;

 }
  p.headers {
 	margin-left: 5px;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #ffffff;
	font-weight: bolder;
	font-size: 10pt;


 }
 
 hr{
 color: #008FC8;
 size: 1;
 width: 93%;
 }
 
  a {
	color: #008FC8;
	text-decoration: none;
	font-weight: bolder;
	font-size: 9pt;
	font-family: Georgia;
 }
 
 li.content{
 margin-bottom: 8px; 
 }
 
 p.footer{
 color: #93e1ff;
 font-size: 8pt;
 }
