a:link {
	color: #B8C392;
	text-decoration: none;
}
a:visited {
	color: #858B72;
	text-decoration: none;
}
a:hover {
	color: #C5DE70;
	text-decoration: underline;
}
body {
	background-color: #E3E7D3;
	background-image: url(images/bkg-main.gif);
}
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #705048;
	line-height: 2;
}
.headerOne {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #B8C392;
	font-weight: bold;
}
.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #705048;
}
.smallTextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #705048;
}
.bulletText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	color: #705048;
	list-style-type: disc;
}
a.footer:link {
	color: #705048;
	text-decoration: none;
}
a.footer:visited {
	color: #705048;
	text-decoration: none;
}
a.footer:hover {
	color: #8B5547;
	text-decoration: underline;
}

