.footer-txt {
	font-family: Arial;
	font-size: 10px;
	color: #CCCCCC;
	background-color:#363636;
	text-decoration: none;
}
.main-txt {
	font-family: Arial;
	font-size: 14px;
	color: #eeeeee;
	text-decoration: none;
}

body {
	background-image: url(images/bg.jpg);
	margin-top: 0px;
	background-repeat:repeat-x;
	background-color:#363636;
	
}

.topmenu {
	background-image: url(images/nav-current.jpg);
	background-repeat:no-repeat;
	color:#eeeeee;
	font-family:   tahoma, arial;
	font-size: 13px;
}

td.topmenu:hover {
	background-image: url(images/nav-current2.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
	color:#eeeeee;
	
}

.topmenu a {
	color:#eeeeee;
	text-decoration:none;
	font-family: tahoma, arial;
	font-size: 10px;
	
}


.topmenu a:visited {
	color:#ffffff;
	text-decoration:none;
}

.mainpanel {
	background-image: url(images/pageback.jpg);
	background-repeat:no-repeat;
	background-repeat:repeat-y;
	color:#ffffff;
	font-family:   tahoma, arial;
	font-size: 13px;
}
.mappanel {
	background-image: url(images/map.jpg);
	background-repeat:no-repeat;
	color:#ffffff;
	font-family:   tahoma, arial;
	font-size: 13px;
}
.aboutyoupanel {
	background-image: url(images/map.jpg);
	background-repeat:no-repeat;
	color:#ffffff;
	font-family:   tahoma, arial;
	font-size: 13px;
}




/* NOT USED */
/*.topmenu a:hover  {
	color:#eeeeee;
	text-decoration:none;
	font-family: tahoma, arial;
	font-size: 13px;
	
}*/