/* CSS Document */
<!--
body {scrollbar-base-color: #FFFFFF; scrollbar-track-color; #FFFFFF; scrollbar-arrow-color:#000000;}
a:link {
	text-decoration: none;
	color:#000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	position: relative; 
	left: 1px; 
	top: 1px; 
	text-decoration: none; 
	color: #6E572A
}
a:active {
	text-decoration: none;
	color: #6E572A;
}
.style1 {color: #000000;
	font-family:"Verdana";
	font-size:10px;
}
.style2 {font-family: "Verdana"; 
	font-size: 12px; 
	font-weight: bold; 
	color: #000000;
}
.style3 {font-family: "Verdana";
	font-size:16px;
	font-weight: bold;
	color: #000000;
}
.style8 {
	font-family: "Verdana";
	font-size: 10px;
	font-weight:bold
}

-->