body, table {
	font-family: Verdana;
	font-size: 10px;
	color: #1b2407;
	background-color: #4b6548;
}
p {
	margin-top: 0;
	padding-top: 0;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	font-decoration: none;
	margin: 0;
	padding: 0;
}
table {
	border: thin solid #c38e62;
}
input, textarea {
	margin: 1px;
	border: solid 1px #c38e62;
	font-family: Verdana;
	font-size: 10px;
	color: #4b6548;
	background-color: #1b2407;
}
input.noborder {
	border: none;
}
a {
	color: #c38e62;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #e3d2ca;
}
.smaller {
	font-size: 90%;
}
.message {
	text-align: center;
	font-weight: bold;
}
.noborder {
	border: none;
}
.powered {
	text-align: right;
}
ul {
	margin-top: 0;
	padding-top: 0;
}
#copyright {
	margin-top: 20px;
	text-align: right;
	border-top: solid 1px #333;
	font-size: 9px;
}