body {
	background-image: url(mapbg.jpg);
	background-repeat: repeat;
	background-attachment: scroll;
}
.bodytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #3C1300;
}
.smalltext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #3C1300;
}
a {
    font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 12px;
	color: #a90505;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #a90505;
}
a:hover {
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #a90505;
}
.bigLink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #a90505;
	font-weight:normal;
}
.collapsable {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #3C1300;
}
.handcursor{
cursor:hand;
cursor:pointer;
}
-->