@charset "utf-8";
/* CSS Document */
BODY { SCROLLBAR-FACE-COLOR: #BBBBBB; SCROLLBAR-HIGHLIGHT-COLOR: #EEEEEE; SCROLLBAR-SHADOW-COLOR: #cccccc; SCROLLBAR-3DLIGHT-COLOR: #dddddd; SCROLLBAR-ARROW-COLOR: #666666; SCROLLBAR-TRACK-COLOR: #eeeeee; SCROLLBAR-DARKSHADOW-COLOR: #dddddd }

	A {text-decoration: none;}
	A:link {color: #333333;}
	A:visited {color: #333333;}
	A:active {color: #333333;}
	A:hover {color: #333333; text-decoration: underline;}
	
	A.nav {text-decoration: none;}
	A.nav:link {color: #333333;}
	A.nav:visited {color: #333333;}
	A.nav:active {color: #333333;}
	A.nav:hover {color: #333333; text-decoration: underline;}

<!--
body {
	background-image: url(images/bg.gif);
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	font:10px Verdana, Arial, Helvetica, sans-serif;
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.style3, td, li, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
ul{list-style-image:url(images/arrows_bullet.gif);}