/* CSS Document */
.maintext {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: 654D3E;
	line-height: 20px;
	font-weight: bold;
}
.maintext_nobold {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: 654D3E;
	line-height: 20px;
}
.small_text {
	font-family: Times New Roman, Times, serif;
	font-size: 10px;
	color: #654D3E;
}

.listtext {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color: 654D3E;
}
.footer_text {
	font-family: Times New Roman, Times, serif;
	font-size: 9px;
	color: #F7F3F2;
}

a:link {
	color: #9FA374;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #999999;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #343524;
	font-weight: bold;
}

