@charset "UTF-8";
.copy {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
	padding-right: 10px;
}
.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #8F7156;
	font-variant: normal;
}
.small {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
a:link {
	color: #8F7156;
}
a:visited {
	color: #8F7156;
}
a:hover {
	color: #8F7156;
}
a:active {
	color: #8F7156;
}
.field {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	background-color: #E4DDD5;
	width: 200px;
	border: 1px solid #B6A393;
}
.fieldshort {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	background-color: #E4DDD5;
	width: 100px;
	border: 1px solid #B6A393;
}
.fieldlong {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	width: 400px;
	border: 1px solid #B6A393;
}
