body {
	font-family: Arial;
	color: #ffffff;
	font-size: 11px;
	background-color: #321801;
}
table {
	font-family: Arial;
	color: #ffffff;
	font-size: 11px;
}
.background {
	background-image: url(../images/bkg.jpg);
	background-repeat: no-repeat; 
}
.title {
	color: #85e10b;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
}
.brd {
	border-bottom: 1px solid #85e10b;
}
input {
	background-color: #321801;
	color: #85e10b;
	border: 1px solid #85e10b;
	font-size: 11px;
	font: Arial;
}
.input {
	background-color: #321801;
	color: #85e10b;
	border: 1px solid #85e10b;
	font-size: 11px;
	font: Arial;
	font-weight: bold;
	cursor: pointer;
}
textarea {
	background-color: #321801;
	color: #85e10b;
	border: 1px solid #85e10b;
	font-size: 11px;
	font: Arial;
}
.indent {
	margin-top: 50px;
}
a:link {
	color: #ffffff;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #ffffff;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #85e10b;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	color: #85e10b;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}