body {
	background-color: #714E12;
}

form {
	margin: 0px;
}

input, textarea, select {
	font-family: Arial;
	font-size: 9pt;
	color: #60410B;
}

a:link {
	color: #60410B;
	text-decoration: underline;
}

a:visited {
	color: #60410B;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

H1 {
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	color: #60410B;
	margin-left: 160px;
	margin-right: 160px;
	margin-top: 10px;
}

.main {
	font-family: Arial;
	font-size: 9pt;
	color: #60410B;
	margin-left: 160px;
	margin-right: 160px;
}

.form-main {
	font-family: Arial;
	font-size: 9pt;
	color: #60410B;
	margin-left: 21px;
	margin-right: 21px;
}

.form-error {
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #60410B;
	margin-right: 21px;
}

.table-main {
	font-family: Arial;
	font-size: 9pt;
	color: #60410B;
	margin-right: 21px;
}

.table-req {
	font-family: "Arial";
	font-size: 9pt;
	text-align: right;
	font-weight: bold;
	color: #60410B;
}

.table-opt {
	font-family: "Arial";
	font-size: 9pt;
	text-align: right;
	color: #60410B;
}

.pix {
	font-family: Arial;
	font-size: 8pt;
	text-align: center;
	color: #60410B;
	margin-top: 3px;
	margin-bottom: 7px;
}

.footer {
	font-family: Arial;
	font-size: 8pt;
	text-align: center;
	color: #60410B;
	margin-top: 7px;
}