/* CSS Document */
body {
	/*background-image: url(black_bg.png);*/
	background-color:#000000;
	background-repeat: inherit;
	background-position:center;
	background-attachment:fixed;
	margin: 0; 
	padding: 0; 
	}
.cell {
filter: alpha(opacity=50);
filter: progidXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 50%;
}

.cell2 {background-position:bottom;}

#mapContainer { 
  height: 150px; 
  width: 700px;
  }

A:link { 
	text-decoration: none;
	color:#FFFF00;
	font-weight: none
		}
A:visited { 
	text-decoration: none; 
	color:#009900;
	font-weight: none;
		}
A:active { 
	text-decoration: none; 
	color:#009900;
	font-weight: none;
		}
A:hover { 
	text-decoration: none; 
	/*color: #00ccff; */
	color:#FF9900;
	font-weight: none;
	}
.style1 {
	color:#009900;
	font-size:14px
}
.style5 {color:#FFFF00}
.style7 {color: #000000; }
.style9 {font-family: Georgia, "Times New Roman", Times, serif}
.style10 {color: #000000; font-family: Georgia, "Times New Roman", Times, serif; }
.style11 {
font-size:11px;
font-family: Georgia, "Times New Roman", Times, serif;
color:#CCFF00;}