/* CSS Document */

body {
	background-color: #405616;
}
a:link {
	color: #DEB949;
	text-decoration: none;
}
a:visited {
	color: #FFCC00;
	text-decoration: none;
}
a:hover {
	color: #BEFC03;
	text-decoration: underline;
}
a:active {
	color: #CCCCCC;
	text-decoration: none;
}
.style1 {
	font-size: small;
	color: #FFFFFF;
}
.normal {
	font-size: small;
	color: #FFFFFF;
	padding: 10pt;
}
.style2 {
	font-size: small;
	color: #FFFFFF;
	text-indent: 2%;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
}
.list {
	line-height: 15px;
	list-style-image: url(images/sham.gif);
	list-style-type: none;
}

