body {
	background-image: url(images/background.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #624C16;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #624C16;
}
a:hover {
	text-decoration: none;
	color: #616C2B;
}
a:active {
	text-decoration: none;
	color: #624C16;
}
.body-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
}
.sub-heads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #624C16;
	text-transform: uppercase;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.horr-line {
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #616C2B;
}
.left-line {
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #616C2B;
}
