@charset "utf-8";



/* CSS Document */



body {

	margin-left: 0px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #333;

	background-color: #DE883A;

}

a:link {

	text-decoration: none;

	font-weight: bold;

	color: #BA681F;

}

a:visited {

	text-decoration: none;

	font-weight: bold;

	color: #BA681F;

}

a:hover {

	text-decoration: underline;

	color: #666666;

	font-weight: bold;

}

a:active {

	text-decoration: none;

	font-weight: bold;

	color: #BA681F;

}

.text_close {

	color: #FFFFFF;

}

.text_close a:link {

	text-decoration: none;

	color: #FFFFFF;

	font-weight: bold;

}



.text_close a:visited {

	text-decoration: none;

	color: #FFF;

	font-weight: bold;

}

.text_close a:hover {

	text-decoration: underline;

	color: #FFF;

	font-weight: bold;

}

.text_close a:active {

	text-decoration: none;

	color: #FFF;

	font-weight: bold;

}

.picture_border {

	border: 1px solid #666;

}
.form-fields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #999;
	height: 18px;
	vertical-align: middle;
}
.form-textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #999;
}


