.bodytext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #7A6A49;
	font-size: 11px;
	line-height: 18px;
}
.bodytext_bold {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #7A6A49;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
}
.heading {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bolder;
	color: #AC2B6B;
}
.subheading {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #AC2B6B;
	font-weight: normal;
}
.footertext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #E0D9CA;
	font-size: 9px;
}
a:link {
	color: #AC2B6B;
	text-decoration: underline;

}

a:visited {
	text-decoration: underline;
	color: #7A6A49;
}
a:hover {
	text-decoration: none;
	color: #AC2B6B;
	background-color: #e1daca;
}
a:active {
	color: #7A6A49;
}
body {
	background-color: #E3DCCD;
	background-image:url(images/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
}
a.footertext {
	color: #E0D9CA;
	text-decoration: underline;

}
a.footertext:hover {
	background-color: #E0D9CA;
	color: #FFFFFF;
	text-decoration: none;

}
a.footertext:visited {
	color: #E0D9CA;
	text-decoration: underline;

}
a.footertext:active {
	color: #E0D9CA;
	text-decoration: underline;

}