body {
	background-color:#D4D0C8;
	background-image: url(../map_bknd.jpg);
	background-attachment: fixed;
	background-position:left,right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 24px;
	color:#ffffff;
	}

table	{border:thin; border-color:#000000;	}

h1	{
	color:#ffffff;
	font-family:"berlin Sans FB", arial;
	font-size:48px;
	margin-bottom:0.3em;
	margin-top:0.4em;
	}

a {font-family: Georgia, "Times New Roman", Times, serif; color: #ffffff;	}

a:hover {color:#000000;	background-color: #00ff00;	}

img {border-color:#000000;}


.nav img	{
	background-color:#000000;
	border-width:1px;
	border-color:#000000;
	border-style:solid;
	}
	
.footer a {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	color: #00ff00;
}

.blackcell	{
	color:#FFFFFF;
	background-color:#000000;
	}
	
/* =Hoverbox Code
----------------------------------------------------------------------*/
.preview
{
	display: block;
	position: absolute;
	z-index: 1;
}

.hoverbox {cursor: default; list-style: none; }

.hoverbox a {cursor: default;}

.hoverbox a .preview {display: none;}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -50%;
	left: -50%;
	z-index: 1;	
	border: 2px;
	border-style:solid;
	border-color:#000000;
}

.hovermap {cursor: default; list-style: none; }

.hovermap a {cursor: default;}

.hovermap a .preview {display: none; }

.hovermap a:hover .preview
{
	display: block;
	position: absolute;
	bottom: 2px;
	right: 0px;
	z-index: 1;	
	border: 2px;
	border-style:solid;
	border-color:#000000;
}