@charset "utf-8";
/* CSS Document */

body  {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#123D6B;
	margin:0px;
	padding:0px;
}

p  {
	font-size:14px;
	color:#333333;
	margin:8px;
}

h1,h2,h3,h4,h5,h6  {
	color:#000;
	margin:5px;
}

a:link, a:visited  {
	color: #999;
	text-decoration:underline;
}

a:hover  {
	color: #000000;
	text-decoration:none;
}


ul, ol  {
font-size:11px;
	color:#333333;
	margin:8px;
	font-style:italic;
}

.footer  {
	font-weight:bold;
	font-size:11px;
	text-align:center;
	color:#FFF;
}

.footer a:link, .footer a:visited  {
	color:#FFF;
	
}

.footer a:hover  {
    color:#CCC;

}

.quote  {
	font-style:italic;
	margin:25px;
	color:#10355F;
}
