html {
scrollbar-base-color: #8e6637;
scrollbar-arrow-color: white;
scrollbar-track-color: #6b2a2a;

scrollbar-shadow-color: #6e481d;
scrollbar-lightshadow-color: black;
scrollbar-darkshadow-color: gray;

scrollbar-highlight-color: #6e481d;
scrollbar-3dlight-color: #6e481d;
}

img {
	border: 0
	}

body {
	font: 8px Arial, sans-serif;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	}

/* top and bottom links */
a.top:link { 
	text-decoration: none;
	color: #ffcfce;
}
a.top:visited { 
	text-decoration: none;
	color: #ffcfce;
}
a.top:hover { 
	text-decoration: underline; 
	color: #ffcfce;
}

/* legal stuff links */
a.legal:link { 
	text-decoration: none;
	color: #442c11;
}
a.legal:visited { 
	text-decoration: none;
	color: #442c11;
}
a.legal:hover { 
	text-decoration: underline; 
	color: #442c11;
}


/* normal body links */
a:link { 
	text-decoration: none;
}
a:visited { 
	text-decoration: none;
}
a:hover { 
	text-decoration: underline; 
}

input.buttons, input.boxes {
	background: #6b2a2a;
	color: white;
	border: 0px solid #000000;
	margin-bottom: 5px;
	margin-left: 5px;

	}
select.drop {
	background: #6b2a2a;
	color: white;
	border: 0px solid #000000;
	margin-bottom: 5px;
	margin-left: 5px;
}

.formNoBorder	{border: none; font-family: arial; font-size: 10pt; color: #ffffff; background: #6b2a2a;}