body {
	margin: 0px;
	padding: 0px;
	background-color:#000000;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100%;
	}
	
h2 {
	font-size: 150%;
	color: #CCCCCC;
	}

a:link		{ color: #FFFFCE; }

a:visited	{ color: #A4B3B7; }

a:active	{ color: #85999E; }

a:hover		{ color: #CCCC99; }

.borders {
	margin: 0px;
	margin-bottom: 10px;
	padding: 5px;
	border-style:solid;
	border-color: #666666;
	border-width: 1px;
	}
	
.noborder { border:0px;	}

.footer {
	font-size: 80%;
	line-height: 175%;
	}
	

 /* CODE FOR THE BACKGROUNDS */


#table-layer  	  {
	z-Index:1;
	visibility:visible;
	position:absolute;
	left:0;
	top:0;
	width:100%; 
	height:100%;
	min-height:100%; 
} 

#back-ground-img  { z-index:0; visibility:visible; position:fixed; left: 0px; top: 0px; width:100%; height:100%; display:block; } 

#header-layer  	  { z-Index:3; visibility:visible; }



 /* CODE FOR THE NEW MENU */

.top-menu table {
	margin: 0px;
	padding: 0px;
	}
	
table.top-menu td {
/*	padding-left: 10px;
	padding-right: 10px; */
	text-align:center;
	width:155px;
	}

.top-menu	{ font-family: verdana, geneva, arial, helvetica, sans;
		  font-size: 11px;
		  letter-spacing: 0px;
/*		  height: 20px; */
		  padding-top: 0px;
		  padding-bottom: 0px;
		  padding-left: 3px;
		  padding-right: 3px;
		  margin-left: 2px;
		  margin-right: 1px;
		  margin-top: 1px;
		  cursor:hand;
		  font-weight: bold;
		  text-align: center;
		  line-height: 17px;
		  display: block; 
		  white-space: nowrap; 
		  border: #FFFFFF 1px solid; }

.top-menu-index	{ font-family: verdana, geneva, arial, helvetica, sans;
		  font-size: 11px;
		  letter-spacing: 0px;
/*		  height: 20px; */
		  padding-top: 0px;
		  padding-bottom: 0px;
		  padding-left: 3px;
		  padding-right: 3px;
		  margin-left: 2px;
		  margin-right: 1px;
		  margin-top: 1px;
		  cursor:hand;
		  font-weight: bold;
		  text-align: center;
		  line-height: 17px;
		  display: block; 
		  white-space: nowrap; 
		  border: #FFFFFF 1px solid; }

table.top-menu-index td {
/*	padding-left: 10px;
	padding-right: 10px; */
	text-align:center;
	width:206px;
	}


a.top-menu:link 	{ color: #CCCCCC; text-decoration:none; }


a.top-menu:visited 	{ color: #CCCCCC; text-decoration:none; }


a.top-menu:active 	{ color: #FFFFCE; }


a.top-menu:hover 	{  background-color:#85999E;
		   	   color: #F0F0F0;
			   border: #4E6249 1px solid; 
			   }

.top-menu-nolink {
	background-color: #85999E;
	color:#F0F0F0;
	cursor:pointer;
	}


 /* CODE FOR THE OLD MENU */


#menulocation 	{ z-Index:4; visibility:visible; position: absolute; left: 5px; top: 25px; }

.menulinks 	{ FONT: 12px arial, verdana, sans-serif; font-weight: normal; }

.menulinks a:link {
	color:#FFFFFF;
	padding: 7px;
	margin-bottom: 2px;
	width: 135px;
/*	border:#FF0000 double; */
	}
	
.menulinks a:visited {
	color: #CCCC99;
	width: 135px;
	padding: 7px;
	margin-bottom: 2px;
/*	border:#FF0000 double; */
	}
	
.menulinks a:hover {
	color:#FFFFFF;
	width: 135px;
 	background-color: #666666;
	padding: 7px;
	margin-bottom: 2px;
/*	border:#FF0000 double; */
	}

.menu 		{ /* text-indent: 15px; */ white-space: nowrap; height: 26px; }

.menutrans 	{ z-Index:1; filter:alpha(opacity=25);-moz-opacity:.25;opacity:.25; width: 135px;}

