body, td, div, input, select, textarea {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}
a {
	color: #FFF95F;
	text-decoration: none;
}
a:hover {
	color: #FFF95F;
	text-decoration: underline;
}
a.green {
	color: #43852A;
}
a.green:hover {
	color: #333333;
}
.small {
	font-size: 10px;
}
a.nav {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 22px;
}
a.nav:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 22px;
}
.navoff {
	background-color: #6F6E47;
}
.navover {
	background-color: #898860;
	background-image: url(/images/nav_over.gif);
	cursor: hand;
	cursor: pointer;
}
.light {
	color: #E9E7DA;
}
.field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #FFFFFF;
	color: #000000;
	width: 200px;
	border-width:;
	border: 1px solid #333333;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: #F3F0E8;
	color: #000000;
	border-width:;
	border: 2px outset;
	cursor: pointer;
	cursor: hand;
}
hr {
	color: #898860;
	background-color: #898860;
	border: 0;
	height: 1px;
}
.bold {
	font-weight: bold;
	color: #547633;
}
.bold2 {
	font-weight: bold;
}