body {
	background-color: #3E433C;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.smalltext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.whitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}.header {
	font-size: 22px;
	font-weight: bold;
	color: #385D18;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
table.border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #385D18;
	border-right-color: #385D18;
}
td.border {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #385D18;
	border-left-color: #385D18;
}
a:link,a:visited,a:active {
	color: #385D18;
}
a:hover {
	color: #808080;
	text-decoration: none;
}
img.border {
	border: 1px solid #385D18;
}
a.whitelink:link,a.whitelink:visited,a.whitelink:active,a.whitelink:hover {
	color: #FFFFFF;
}
.err {
	font-weight: bold;
	color: #FF0000;
}
