.homeback {
	/*background-attachment: fixed;*/
	background-image: url(css/homeback.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bottom {
	/*background-attachment: fixed;*/
	background-image: url(css/bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.back {
	/*background-attachment: fixed;*/
	background-image: url(css/back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #DFD7B1;
	margin-left: 8px;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
}

.body_text {
	font-size: 12px;
}

.heading {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

