body {
	background-color: #521707; 
	scrollbar-track-color: #521707;
	
	scrollbar-face-color: #935E2A;
	scrollbar-highlight-color: #935E2A;
	scrollbar-shadow-color: #935E2A;
	
	scrollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color:  #ffffff; 
	scrollbar-darkshadow-color: #ffffff;
}
a:link {
	color: #871402;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #871402;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #C49964;
	font-weight: bold;
	text-decoration: none;
}
a.brown:link {
	color: #935E2A;
	font-weight: bold;
	text-decoration: none;
}
a.brown:visited {
	color: #935E2A;
	font-weight: bold;
	text-decoration: none;
}
a.brown:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}
.border {
	border: 1px solid #ffffff;
}
.border-brown {
	border: 1px solid #935E2A;
	background-color: #ffffff;
}
.copy {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #5A2300;
}
.form-left {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	color: #5A2300;
}
.form {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #5A2300;
	border: 1px solid #C49964;
}
.copyLight {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #DEC6AA;
}
.tiny {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1px;
	color: #000000;
}