body {
	margin: 0px;
	padding: 0px;
	background-color: #916E36;
	background-image: url(images/sand_back.jpg);
}
.bodytext {
	background-color: #FFFFFF;
}
.shadowleft {
	background-image: url(images/shadow_left.jpg);
	width: 20px;
}
.shadowright {
	background-image: url(images/shadow_right.jpg);
	width: 20px;
}.footer {
	background-image: url(images/shadow_bottom3.jpg);
}
.footer_text {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.headers {
	font-size: 24px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.text {
	font-size: 14px;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	line-height: normal;
}
.listitem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}

A:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: normal;
	color: #000066;
	text-decoration: none;
}
A:visited { 	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: normal;
	color: #000066;
	text-decoration: none; }
A:active { 	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: normal;
	color: #000066;
	text-decoration: none;}
A:hover {	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: normal;
	color: #990000;
	text-decoration: underline; }
.linktable {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

