BODY {
	background: #ffffff url(images/bkgdsm.gif) repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
	scrollbar-3dlight-color : #C75946;
	scrollbar-arrow-color : #007339;
	scrollbar-base-color : #FFD700;
	scrollbar-darkshadow-color : #C75946;
	scrollbar-face-color : #FFD700;
	scrollbar-highlight-color : #fff7635;
	scrollbar-shadow-color : #C75946;
	scrollbar-track-color : #007339;
}


.SEAL {
	left: 0px;
	margin-top: 0px;
	margin-left: 20px;
	margin-bottom: 0px;
	position: absolute;
	width: 100px;
	height: 100px;
	float: left;
	font-size: 8pt;
	border: thin solid Black;
	z-index: 1;
}	
.MAIN {
	margin: 0 25 0 130;
	font-family: Arial, Helvetica, sans-serif;
}

.NAV {
	margin: 0 0 0 0;
	font-size: 9pt;
	font-weight: bold;
	}


A:hover { color: #BD003E;
font-weight: bold;}

A {
	color: #0066CC;
	font-weight: bold;
}
TABLE {
	font-size: 14px;
	font-weight: bold;

}

HR {
	width: 65%;
	color: #007339;
	align: center;
	
}

li + li {
	margin-left: 3px;
}


H1, H2{
font-weight: bold;
text-align: center;
}

H3, H4{
font-weight: bold;
	
}

ul {
	list-style-position: inside;
	list-style-type: disc; 
	margin-left: 0px;
}
li {
	list-style: square;
	list-style-position: outside;
	margin-left: 3px;
	text-indent: 4px;
}



