h1 {  
	font-size: 15px; 
	color: #118791; 
	font-family: Arial; 
	font-weight: bold;
}

h2 {  
	font-family: Arial; 
	font-size: 14px; 
	color: #000066; 
	font-weight: bold;
	line-height: 17px;
	
}
h3 {  
	font-family: Arial; 
	font-size: 18px; 
	color: #118791; 
	font-weight: bold;
	line-height: 21px;
	
}

p, td {  
	font-family: Arial;
	font-size: 12px ; 
	color: #000066 ;
	line-height: 16px;
}


p a:link {  
	font-family: Arial; 
	font-size: 12px; 
	color: #118791
}

p a:visited {  
	font-family: Arial; 
	font-size: 12px; 
	color: #118791
}

p a:hover {  
	font-family: Arial; 
	font-size: 12px; 
	color: #000066
}

/* Bottom */

a.bottom-link:link {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color:#00007A;
	text-decoration: underline;
}

a.bottom-link:visited {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color:#00007A;
	text-decoration: underline;
}

a.bottom-link:hover {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #118791;
	text-decoration: none;
}

.bottom-links {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	height: 20px;
	color:#00007A;
	text-decoration: none;
	text-align:right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}



