body {
background-color: #d0dda6;
scrollbar-base-color: #D0DDA6;
	scrollbar-track-color: #346702;
	scrollbar-arrow-color: #000000;
	scrollbar-darkshadow-color: #d0dda6;
	scrollbar-face-color: #d0dda6;
	scrollbar-highlight-color: #d0dda6;
	scrollbar-shadow-color: #333333;
	scrollbar-3dlight-color: #d0dda6;
	}
	
.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFE8;
	padding-left: 10px;

}
.textsmall {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFE8;
	padding-left: 10px;
}
a:link {
	color: #D0DDA6;
	text-decoration: none;
}
a:visited {
	color: #D3DFAC;
	text-decoration: none;
}
a:hover {

	color: #D0DDA6;
	text-decoration: none;
}
a:active {


	color: #D0DDA6;
	text-decoration: none;
}
input {
	font-size: 12px;
	border-top: 1px none #FFFFE8;
	border-right: 1px none #FFFFE8;
	border-bottom: 1px solid #FFFFE8;
	border-left: 1px none #FFFFE8;
	background-color: #346702;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFE8;

}
.button {
	background-color: #346702;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: inset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: inset;
	border-top-color: #FFFFE8;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #FFFFE8;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFE8;
	font-size: 12px;

}
.error {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFE8;
	padding-left: 10px;
}

