@charset "utf-8";
.txt1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	color: #785E3E;
}
.txt2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	color: #A88457;
}
.txt3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	font-weight: normal;
	color: #785E3E;
}
.input {
	border: 1px dotted #785E3E;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #A88457;
	text-decoration: none;
	height: 25px;
	vertical-align: middle;
	width: 258px;
	padding: 3px;
	font-style: italic;
}
.inputenv {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #785E3E;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 30px;
	width: 258px;
	padding-bottom: 2px;
}
.textarea {
	font-size: 13px;
	font-style: italic;
	color: #A88457;
	text-decoration: none;
	padding: 5px;
	border: 1px solid #785E3E;
	font-family: Georgia, "Times New Roman", Times, serif;
}

