@charset "utf-8";
.txt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: normal;
	color: #C98757;
}
.txt a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #DCCC81;
	font-weight: normal;
	text-decoration: none;
}
.txt a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #CC8A5A;
	text-decoration: underline;
}
.txt a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	color: #FFFEBE;
	text-decoration: none;
}
.txt a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	color: #C78553;
	text-decoration: underline;
}
.formbox {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #EFD7B1;
	background-color: #812F07;
	border: 1px solid #A04A1B;
}
.subnav {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	color: #A46E4C;
	text-decoration: none;
}
.subnav a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	color: #AA7553;
	text-decoration: none;
}
.subnav a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	color: #BD865D;
	text-decoration: underline;
}
.subnav a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	color: #EED8AF;
	text-decoration: underline;
}
.subnav a:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	color: #CB8A64;
	text-decoration: none;
}
