@charset "UTF-8";
body {
	background-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	text-align: left;
	padding: 25px;
}
#container {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	text-align: justify;
	padding: 25px;
}
hr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.heading01 {
	font-size: 15px;
	font-weight: bold;
	color: #333333;
}

.field_full {
	background-color: #dddddd;
	padding: 5px;
	margin-bottom: 5px;
	font-size: 10px;
	width: 90%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 5px;
}
.textarea_full {
	background-color: #dddddd;
	padding: 5px;
	margin-bottom: 5px;
	width: 90%;
	height: 75px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 5px;
}

