body {
	scrollbar-base-color: #524E49;
	scrollbar-arrow-color: #FF9900;
	scrollbar-face-color: #35322F;
	scrollbar-shadow-color: #35322F;
	scrollbar-3dlight-color: #35322F;
	scrollbar-darkshadow-color: #35322F;
	scrollbar-highlight-color: #35322F;
	scrollbar-track-color: #524E49;
	font-family: Arial, Verdana, Geneva, Helvetica;
	font-size: 9pt
	}

table, td, p {
	font-family: Arial, Verdana, Geneva, Helvetica;
	font-size: 9pt
	}
	
a {
	text-decoration: none;
	font-weight: bold
	}

a:hover {
	color: #FFFF99;
	text-decoration: none
	}
	
a:hover.hovdarklink {
	color: #333333;
	}

.hovdarklink {
	margin-left: 5px
	}

a:hover.hovlitelink {	
	color: #FFCC00;
	}

.hoverlitelink {
	margin-left: 5px
	}
		
ol {
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-position: outside;
	}

h1, h2, h3, h4, h5 {
	margin-bottom: 0px;
	margin-top: 0px;
	color: #343230;
	font-family: Arial Narrow, Tahoma;
	font-size: 16pt
	}
	
h4 {
 	color: #FFCC00
	}
	
A:hover.whitelink {
	color: #FFFFFF;
	text-decoration: underline
	}
	
.indent  {
	margin-left: 10px
	}
	
.indent2  {
	margin-left: 20px
	}

.subheading {
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	margin-left: 5px
	}
	
.lite_shadow {
	color: #292921;
	font-weight: bold;
	font-family: Verdana;
	font-size: 10px;
	text-indent: 3px;
	position: relative;
	top:0;
	left: 0;
	width: 205;
	filter: dropshadow(color=#FFCC66,OffX=1,OffY=1,Positive=1)
	}

.dropshadowdark {
	color: #BFBBB7;
	position: relative;
	top:0;
	left: 0;
	width: 275px;
	filter: dropshadow(color=#46423E,OffX=1,OffY=1,Positive=1)
	}