body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #B86B56;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #B86B56;
}

a:hover {
	text-decoration: underline;
	color: #6F3B2B;
}

a:active {
	text-decoration: none;
	color: #6E3829;
}

select {
	color: #000000;
	font-size: 10pt;
}

input {
	color: #000000;
	font-size: 10pt;
}

textarea {
	color: #000000;
	font-size: 10pt;
	overflow:hidden
}

table {
	margin-bottom:5px
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

td.sectionTitle {
	border-top:1px solid #000000
}

.formLabel {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}

.formField {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	width: 180px;
}

.sectionTitle {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight:bold;
}

.errorText {
	color:#FF0000;
	font-weight:bold;
}
