/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
body,td,th {
	color: #878787;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}
a{
	color: #b69d26;
	text-decoration: none;
	font-weight: bold;
}
a:link {
	color: #b69d26;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #b69d26;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #97ad3f;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #97ad3f;
}
.gray_mid_title {
	font-size: 11px;
	font-weight: bold;
	color: #b69d26;
	line-height: 15px;
}
.gray_mid_title2 {
	font-size: 11px;
	font-weight: bold;
	color: #99a559;
	line-height: 15px;
}
.gray_mid_title2s {
	font-size: 10px;
	font-weight: bold;
	color: #99a559;
	line-height: 14px;
}
.gray_mid_bold {
	font-size: 12px;
	font-weight: bold;
	color: #bababa;
	line-height: 16px;
}
.gray_mid_small_weak {
	font-size: 10px;
	color: #cccccc;
	line-height: 14px;
}
.gray_mid_small {
	font-size: 10px;
	color: #878787
	line-height: 14px;
}
.gray_small_bold {
	font-size: 8px;
	font-weight: bold;
	color: #878787;
	line-height: 12px;
}
.orange_small {
	font-size: 9px;
}.title {
	font-size: 16px;
	font-weight: bold;
	color: #A3A59A;
}
.title2 {
	font-size: 10px;
	font-weight: bold;
	color: #A3A59A;
	line-height: 14px;
}
.red_small {
 color:#FF0000;
	font-size: 9px;
}

/*form*/
.input {
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	border: 1px;
}
input.form_top {
	width:123px;
	height:18px;
}
input.form_contact_us {
	width:190px;
	height:18px;
}
input.form_name_fl {
	width:90px;
	height:18px;
}
input.form_tel {
	width:55px;
	height:18px;
}
textarea.form_contact_us {
	width:310px;
	height:160px;
}
textarea.form_small {
	width:190px;
	height:60px;
}
textarea.form_small_long {
	width:190px;
	height:125px;
}
select.state {
	width:190px;
}
.form_send_button {
	width:190px;
	height:24px;
}