@charset "utf-8";
/* CSS Document */

h3 {
	color:0011B4;
	text-align: center;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:20pt; 
	}

h4 {
	color:#000000;
	text-align: left;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:15pt; 
	}

body {
	color:#000000;
	background-color:#001282;
	}

#wrap       { 
	width:955px; margin:0 auto; 
	} /* "auto" makes the left and right margins center the wrapper */

 #content {
	color:#000000;
	background-color:#FFFFFF;
	}

a.footer:active {
	color:0011B4;
	}

a.footer:visited {
	color:#0011B4;
	}

a.footer:hover {
	color:#000000;
	text-decoration:underline;
	}

