a:link {
color: #3F7FBE;
font-weight: normal;
text-decoration: none;
}
a:hover {
color: #3F7FBE;
text-decoration: underline;
font-weight: normal;
}
body {
	background-color: #BFAA83
}

body #large {
	background-color: #ffffff
}
#inner {
	background-color: #ffffff
}
.default {
	font-family: Arial, Verdana;
	color: #666666;
	font-size: 12px
}
.defaultb {
	font-family: Arial, Verdana;
	color: #8f1405;
	font-weight: bold;
	font-size: 12px
}
.caption {
	font-family: Arial, Verdana;
	color: #666666;
	font-size: 12px
}
.copyright {
	font-family: Arial, Verdana;
	color: #cc0000;
	font-size: 10px
	}
.scroll_bars {
	position:relative;
	left:-4px;
	top:1px;
	width:300px;
	height:500px;
	z-index:1;
	overflow: auto;
	scrollbar-arrow-color: 		#666666;
	scrollbar-track-color: 		#cccccc;
	scrollbar-face-color: 		#cccccc;
	scrollbar-shadow-color: 	#666666;
	scrollbar-highlight-color: 	#ffffff;
	scrollbar-3dlight-color: 	#ffffff;
	scrollbar-darkshadow-color: #666666;
	}
	
	.scroll_bars2 {
	position:relative;
	left:-4px;
	top:1px;
	width:560px;
	height:500px;
	z-index:1;
	overflow: auto;
	scrollbar-arrow-color: 		#666666;
	scrollbar-track-color: 		#cccccc;
	scrollbar-face-color: 		#cccccc;
	scrollbar-shadow-color: 	#666666;
	scrollbar-highlight-color: 	#ffffff;
	scrollbar-3dlight-color: 	#ffffff;
	scrollbar-darkshadow-color: #666666;
	padding-right: 10px;
	}
