.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #887657;
	text-decoration: none;
}
.boldcontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.linktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.drkbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}


a:link {
	text-decoration: none;
	color: #003355;
}
a:visited {
	text-decoration: none;
	color: #22566F;
}
a:hover {
	text-decoration: underline;
	color: #ffffff;
}
a:active {
	text-decoration: none;
}

body {
	background-color: #EAE3D0;
}
