@charset "utf-8";
a:link {
	color: #9d3c04;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #9d3c04;
	font-weight: bold;
}
a:hover {
	color: #9d3c04;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #9d3c04;
}
.thinBorder {
	border: 1px solid #000000;
}
.bodyText {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 17px;
}
.tableText {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
}
.required {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #9d3c04;
}
.error {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #9d3c04;
}
input {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	border: 1px solid #BEB8A0;
	color: #330;
}
select {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #330;
	border: 1px solid #BEB8A0;
}
.heading {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #330;
}
textarea {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #330;
	border: 1px solid #BEB8A0;
	width: 300px;
}
