@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../../images/bg_fn.jpg);
	background-repeat: repeat-x;
	background-color: #D2BE9D;
}

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #653d29;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a:link {
	text-decoration: none;
	color: #653d29;
}
a:visited {
	text-decoration: none;
	color: #653d29;
}
a:hover {
	text-decoration: underline;
	color: #653d29;
}
a:active {
	text-decoration: none;
	color: #653d29;
}
.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #77070a;
	font-weight: bold;
}

.otherBody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #696969;
}
.sgreen {
	color: #7a744c;
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F4EED4;
	border: 1px;
	border-bottom-style: solid;
	border-color: #BC9051;
}
