@charset "iso-8859-1";
BODY {
	margin-bottom : 0px;
	margin-top : 10px;
	scrollbar-face-color: #008000;
	scrollbar-highlight-color: #4C5424;
	scrollbar-3dlight-color: #008000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #283520;
	background-image: url(../images/lake-bg.jpg);
	background-color: #228B22;
	margin: 10;
	background-attachment: fixed;
}
h2 {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12 pt;
	color: #008000;
}
h3 {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 11 pt;
	color: #006400;
}
p {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 10pt;
	color: #000000;
}
.text {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 10pt;
	color: #008000;
}
.title {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 14pt;
	color: #008000;
}
.links {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000033;
}
.copyright {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000033;
}
.foot {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000033;
}
ul {
	color : Black;
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	text-decoration : none;
	list-style-image: url(../images/bullet.gif);
}
ol {
	color : Black;
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	text-align : left;
	text-decoration : none;
	list-style-image: url(../images/bullet.gif);
}
ul ul {
	color : Black;
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : normal;
	text-align : left;
	list-style-image: none;
	list-style-type: disc;
}
ul ol {
	color : Black;
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : normal;
	text-align : left;
	list-style-image: none;
}
A:link {
	text-decoration: underline;
	color:  #228B22;
}
A:visited {
	text-decoration: underline;
	color: #3E4F2F;
}
A:hover {
	text-decoration: none;
	color: #32CD32;
}
