body {
	background-color:#00509f;
	margin: 0px;
	background-position:center;
	background-image:url(images/bkg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 175%;
	color:#333333;
}

#footer {
	margin-right:8px;
	text-align:right;
	font-size:9px;
	color:#BCBCBC;
}

#footer a, #footer a:visited {
	color:#BCBCBC;
	text-decoration:none;
	font-weight:normal;
}

#footer a:hover{
	color:#BCBCBC;
	font-weight:normal;
	text-decoration:underline;
	border-bottom:none;
}

.blue {
	color:#003366;
}
.gray {
	color:#999999;
}


h1 {
	font-size:16px;
	font-weight:bold;
	color: #00509f;
	margin: 22px 16px 5px 16px;
	font-family:Arial, Helvetica, sans-serif;
}


h2 {
	font-size:18px;
	font-weight:normal;
	margin: 0px 16px 30px 16px;
	color: #00509f;
	line-height: 120%;
}

p {
	font-size:11px;
	line-height:170%;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 35px 9px 16px;
	text-align:justify;
}


ul {
	font-size:11px;
	line-height:150%;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 3px 35px 9px 40px;
}

li {
	margin:8px;
}


ol {
	font-size:11px;
	line-height:125%;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 3px 6px 9px 18px;
	list-style-type:decimal;
}

.red {
	color: #990000;
}

a, a:visited {
	color:#00509f;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#00509f;
	font-weight:bold;
	text-decoration:underline;

}

