body {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	background:url(/images/body_bg.jpg);
	background-color:#FFFFFF;
	background-repeat:repeat-x;
	color:#00293D;
}
h1 {
	font-size:14px;
	color:#00293D;
	font-weight:bold;
}
.border {
	background:url(/images/border_repeat.jpg);
	background-repeat:repeat-y;
}
.NavDivider {
	background:url(/images/div_vert.gif);
	background-repeat:repeat-y;
}
.footer {
	padding-top:8px;
	text-align:center;
	font-weight:bold;
}
.footer a {
	color:#00293D;
	text-decoration:none;
}
.footer a:visited {
	color:#00293D;
	text-decoration:none;
}
.footer a:hover {
	color:#00293D;
	text-decoration:underline;
}
.List li {
	margin-bottom:5px;
}
.List a {
		color:#00293D;
		font-weight:bold;
		text-decoration:none;
}
.List a:visited {
		color:#00293D;
		text-decoration:none;
}
.List a:hover {
		color:#00293D;
		text-decoration:underline;
}
