
* { font-family: helvetica, arial, sans-serif;
 	}
	
body { 	
 	background-color: white;
	margin: 0px;
	padding: 0px;
	font-size: 9pt;
 -webkit-text-size-adjust: none; 
 }


p { 	
 	font-size: 9pt;
	color: #004d99;
	}
	
#fp {	
float: right;
}


table { 	
 	border: 0px;
	}
	
	
td { 	
	font-size: 9pt;
	color: #004d99;
	padding: 0px;
	}
	
/* text styles 	*/
.mission  { 
 font-size: 11.5pt;
 margin: 5px;
 padding: 5px 10px 15px 0px;
  font-weight: bold;
 font-style: italic;
 line-height: 1.4;

 
	}
	
.fptitle  {  	
 font-size: 9pt;
font-weight: bold;
text-decoration: underline;
line-height: 0;
padding: 0px 0px 5px 0px;
margin: 0px 0px 2px 0px;
}

.fptitle2  {  	
 font-size: 9pt;
font-weight: bold;
text-decoration: underline;
line-height: 0;
padding: 0px;
margin: 0px 0px 5px 20px;
}

.fptext { 	
	font-size: 9pt;
	padding: 0px;
	}

.boxed {	
	padding: 5px;
	margin:  0px 20px 0px 5px;
	hyphens: none;
		font-size: 9pt;
		
	}
	.fpnext {	
	float: right;
		font-size: 8pt;
	 padding: 0px 0px 10px 0px;
	 margin: 0px 5px 0px 0px;

}


/* img styles 	*/
.img {  	
  	padding: 0px;
	border: 0px;
}

.rspace {	
	float: left;
	max-width: 280px;
	 padding: 0px 10px 5px 0px;
	 margin: 0px 5px 0px 0px;

}

.lspace {	
	float: right;
	max-width: 280px;
	 padding: 0px 0px 10px 10px;
	 margin: 0px 10px 0px 0px;

}


/* lists */

ul {list-style-position: outside;
	padding: 5px;
	margin: 0px 0px 0px 0px;
	font-size: 9pt;
	
}

li { list-style-type: square;
	padding: 0px;
	font-size: 9pt;
	margin: 10px 10px;
	}


/* links */

a {	
text-decoration: none;
color: #004d99;
}

a:hover {	
color:  #4080bf;	
text-decoration: underline;
}



/* Footer Navbar */
.botnav {
  overflow: hidden;
  float: right;
  background-color: #b3cce6;
  text-decoration: none;
  color: #004d99;
  display: inline-block;
   padding: 3px;
   font-size: 9pt;
 }
 
.botnav a {
  float: left;
  display: inline-block;
  text-align: center;
  padding: 5px 10px;
  font-weight: bold;
 }

.botnav a:hover {
  background-color: #ecf2f9;
  font-weight: bold;
  color: #4080bf;
}

.copyright {
  padding: 8px 10px 8px 10px;
  text-align: right;
 font-size: 7pt;
 float: right;
  position: fixed;
  bottom: 0;
  right: 0;
 
 }
