@charset "utf-8";

body, html {
	background-image: url(images/page-bg_darker.png);
	background-repeat: repeat;
	background-color: #635537;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #5D4700;
	scrollbar-face-color: #fefefc;
	scrollbar-arrow-color:  #333431;
	/*scrollbar-track-color: #d4cec3; */
	scrollbar-highlight-color: #a8a295;
	scrollbar-shadow-color: #a8a295;
	scrollbar-3dlight-color: #d4cec3;
	scrollbar-darkshadow-color: #d4cec3;
}

.light { color: #eee0c4; }
.dark { color: #444; }

img { border:0px; }
img.border { 
	border-top:2px solid #392715;
	border-right:1px solid #e9e0cd;
	border-bottom:1px solid #e9e0cd;
	border-left:2px solid #392715;
 }


a { font-weight: bold;	text-decoration: none; }

a:link {
	color: #CCA665;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: underline overline;
	color: #fff;
}
a:active {
	text-decoration: underline overline;
	color: #F00;
}


a.top:link {
	color: #A1000E;
	text-decoration: none;
}
a.top:visited {
	text-decoration: none;
	color: #A1000E;
}
a.top:hover {
	text-decoration: underline;
	color: #000;
}
a.top:active {
	text-decoration: none;
	color: #F00;
}


a.footer:link {
	color: #DFC091;
	font-weight: bold;
	text-decoration: none;
}
a.footer:visited {
	text-decoration: none;
	color: #D0AA6C;
}
a.footer:hover {
	text-decoration: underline;
	color: #fff;
	font-style:normal;
}
a.footer:active {
	text-decoration: none;
	color: #F00;
}

.footertext { font-size:10px; margin:6px 0px;color: #5C4609; }


h1,h2,h3,h4,h5,h6 { font-family: Times New Roman, Book Antiqua, serif; font-weight:bold;padding:0px;margin:0px;line-height:100%; }
h1 { font-size: 24px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }



.description { font-family: Book Antiqua, serif;font-size:15px;padding:0px;margin:0px;line-height:120%;font-style:italic; }
