@charset "utf-8";
/* CSS Document */

body {
	background-color: #046380;
}h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	color: #000000;
	padding-top: 15px;
	padding-left: 20px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	padding-left: 10px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	list-style-type: upper-roman;
}


 #footer {
	font-size: 11px;
	height: auto;
	width: 98%;
	padding-top: 10px;
	font-weight: bolder;
	color: #000000;
	text-align: center;
	border-top-style: none;
	margin: 10px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
 }
 
 #footer a:link{
	font-size: 11px;
	font-weight: bold;
 }
 
#footer a:hover {
	font-size: 11px;
	color: #003366;
 }
 
 #footer2 {
	font-size: 11px;
	font-weight: bold;
	height: 100%;
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 5px;
 }


 #footer2 a:link{
	font-size: 11px;
	font-weight: bold;
	}
