@charset "utf-8";
/* CSS Document */
.align {
	background-position:center;
	background-repeat:no-repeat;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#333333;
	width:1008px; 
	margin-left:auto; 
	margin-right:auto; 
	margin-top:0px; 
	background-color:#000000; 
	background-position:left;
}
.body_div {
	background-color:#FFFFFF; 
	padding-top:1px; 
	padding-bottom:60px; 
	padding-left:86px; 
	padding-right:86px; 
	float:left;
	width:836px;
}
a:link {
	color: #8EC443;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #8EC443;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #8EC443;
}
h1 {
	font-size:34px;
	font-weight:normal;
	color:#89c83c;
	line-height:38px;
}
h2 {
	font-size:16px;
	font-weight:bold;
	line-height:0px;
	margin-top:0px;
}
h3 {
	font-size:12px;
	font-weight:normal;
}
p {
	text-align:justify;
}
.success {
	color:#00CC33;	
}
.error {
	color:#FF0000;
}
.text_field {
	width:100%;
	border-style:dotted;
	border-width:1px;
	border-color:#999999;
	padding:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}
.email_button {
	background-color:#89C83C;
	padding:8px;
	margin-top:10px;
	width:80px;
	cursor:pointer;
	text-align:center;
	font-size:12px;
	color:#FFFFFF;
}
.email_button_over {
	background-color:#999999;
	padding:8px;
	margin-top:10px;
	width:80px;
	cursor:pointer;
	text-align:center;
	font-size:12px;
	color:#FFFFFF;
}
.contact_text {
	margin-top:10px;
}
