@charset "utf-8";
.txt {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #2D2C27;
	text-decoration: none;
}
.txtbold {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #2D2C27;
	text-decoration: none;
}
a:link {
	color: #6A7445;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2C2B27;
}
a:hover {
	text-decoration: none;
	color: #2C2B27;
}
a:active {
	text-decoration: none;
	color: #6A7445;
}
