
<!--
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	color:black;
	background-color:white;
	background-image:url(pics/background.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#container {
   filter:alpha(opacity=60);	/* IE */
   -moz-opacity:0.6;			/* Firefox */
   opacity: 0.6;				/* standard CSS3 */
   -khtml-opacity: 0.6;			/* Konqueror */
}

#container:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
	-khtml-opacity: 1;
}
.menubar a:link {
	text-decoration: none;
	color: #666666;
	}
.menubar a:visited {
	text-decoration: none;
	color: #666666;
	}
.menubar a:hover {
	text-decoration: underline;
	color: #000000;
	}
.menubar a:active {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	}
#conditions {
	color:#666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

#transparent
td{
   filter:alpha(opacity=20);	/* IE */
   -moz-opacity: 0.2;			/* Firefox */
   opacity: 0.2;				/* standard CSS3 */
   -khtml-opacity: 0.2;			/* Konqueror */
}
#opaque 
td{
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
	-khtml-opacity: 1;
}


-->
