body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #4C2D00;
	background-color: #FBF5E7;
	margin-top: 8px;
}
div, p, th, td, li, dd {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #4C2D00;
}
p {
	margin: 0px 0px 9px 0px;
}
.small {
	font-size: 10px;
}
.large {
	font-size: 18px;
	font-weight: bold;
}
A:link {
	text-decoration: none;
	color: #9C7000;
	font-weight: bold;
}
A:visited {
	text-decoration: none;
	color: #9C7000;
	font-weight: bold;
}
A:active {
	text-decoration: none;
	color: #9C7000;
	font-weight: bold;
}
A:hover {
	text-decoration: none;
	color: #4C2D00;
	font-weight: bold;
}
input {
	background-color: #FFFFEE;
	border: #4C2D00 1px solid;
	padding-left: 6px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #4C2D00;
	font-size: 13px;
}

.textbox {
	width: 360px;
	height: 132px;
	background-color: #FFFFEE;
	border: #4C2D00 1px solid;
	padding: 1px 6px 0px 6px;
	overflow: auto;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #4C2D00;
	font-size: 13px;
}
