/* All pages use these styles   */
body {
	background		: 	#000000 url("images/back.gif") repeat-y 50% 0%; 
	margin			: 	0px;
	padding			: 	0px;
	text-align		: 	justify;
	font			:	10px "arial";
	color			:	#cccccc;
}

H1 {
	
	font			:	22px "arial";
	color			:	#555555;
	font-weight		:	900;
}

H2 {
	
	font			:	16px "arial";
	color			:	#555555;
	font-weight		:	900;
}
	
p {
	font:11px/20px arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	}
	
TD {
	font			:	10px "arial";
	text-align:			justify;
}

#Content>p {margin:0px; text-indent:30px;}

.imagelink  {
	border:1px solid #999999;
}

a {
	color:#000000;
	font-size:1em;
	text-decoration:none;
	font-weight:600;
	font-family: arial, helvetica, sans-serif;
	}
	
a:link {color:#da0202;}

a:visited {color:#da0202;}

a:hover {
	background-color:#cccccc;
	color:black;
	}


#container {
    margin-right:auto;
	margin-left:0px;
    padding-top:0;
	width:1000px;
}

div.textbox {
	width:420px;
	margin-right:5px;
	margin-left:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:5px 5px 15px 5px;
	background-color:#ffffff;
	text-align: justify;
}


#topbox {
	position:absolute; z-index: 12;
	top:0px;
	width:1000px;
	}


div.mainbox-left {
	position:absolute;	z-index: 10;
	float:left;
	font-size:11px;
	margin-left:2px;
	top:90px;
	width:650px;
	padding:5px;
	line-height:17px;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:650px;
	font			:	10px "arial";
	}
/* Again, "be nice to Opera 5". */
 body>#mainbox-left {width:650px;}

div.mainbox-left b {
font-weight:900;
color:#000;
}

.maptable a:hover {
	color:black;
	background-color:#fff;
	}

.whitetable, .whitetable TD, .whitetable TR
{
background-color:white;
}
	
