@charset "utf-8";
h1 {
	font-family: GillSans, Helvetica, Arial;
	font-size: 30px;
	color: #2EA200;
	line-height: 30px;
	font-weight: normal;
	margin: 0px;
}
h2 {
	font-family: GillSans, Helvetica, Arial;
	font-size: 20px;
	font-style: italic;
	color: #FE8E47;
	font-weight: normal;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	color: #666666;
}
a{
	color: #EC6207;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover{
	color: #F9B063;
}
h3 {
	font-family: GillSans, Helvetica, Arial;
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	color: #3AA70E;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	color: #EB5F02;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
li {
	font-size: 12px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
}


.form_element {
	clear: both;
	float: left;
	margin-top: 2px;
	margin-bottom: 2px;
	width: 100%;
}
.form_element_title {
	font-size: 12px;
	line-height: 24px;
	color: #6DAA22;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	cursor: default;
}
.form_element_info {
	font-size: 10px;
	line-height: 12px;
	color: #EC6207;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	cursor: default;
}
.form_element_error {
	font-size: 10px;
	line-height: 12px;
	color: #990000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	cursor: default;
}
.form_element_required{
	font-size: 12px;
	line-height: 24px;
	color: #990000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	cursor: default;
}
.form_element_label {
	font-size: 12px;
	line-height: 24px;
	height: 24px;
	color: #6DAA22;
	text-decoration: none;
	float: left;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	cursor: default;
}
.form_element_label_inline {
	font-size: 12px;
	line-height: 24px;
	height: 24px;
	color: #6DAA22;
	text-decoration: none;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	cursor: default;
}
.form_element_input {
	float: left;
	display: inline-block;
}

input{
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
}
.input_small{
	border-top-style: none; border-right-style: none; border-left-style: none; border-bottom-color: #CCCCCC; border-bottom-width: 1px; border-bottom-style: dotted;
	width: 80px;
}
.input_medium{
	border-top-style: none; border-right-style: none; border-left-style: none; border-bottom-color: #CCCCCC; border-bottom-width: 1px; border-bottom-style: dotted;
	width: 130px;
}
.input_large{
	border-top-style: none; border-right-style: none; border-left-style: none; border-bottom-color: #CCCCCC; border-bottom-width: 1px; border-bottom-style: dotted;
	width: 250px;
}
.input_vlarge{
	border-top-style: none; border-right-style: none; border-left-style: none; border-bottom-color: #CCCCCC; border-bottom-width: 1px; border-bottom-style: dotted;
	width: 300px;
}

