@charset "utf-8";
/* CSS Document */
a.linkopacity img {
filter:alpha(opacity=50); 
-moz-opacity: 0.5; 
opacity: 0.5;}

a.linkopacity:hover img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
}
 
div.transOFF {width: 100%; background-color: white;border:1px solid white; }
div.transON {
	width: 100%;
	background-color: #FFFFFF;
	opacity:.50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	border:1px solid white;
}
div.trans25 {width: 100%; background-color: silver;opacity:.25;filter: alpha(opacity=25); -moz-opacity: 0.25;border:1px solid white; }
div.trans75 {width: 100%; background-color: silver;opacity:.75;filter: alpha(opacity=75); -moz-opacity: 0.75;border:1px solid white; }

.maintable {
	background-color: 8001CE;
	margin: 0px;
	padding: 15px;
	height: auto;
	width: auto;
	background-position: center;
}
body {
	background-image: url(../images/bak.jpg);
	background-repeat: repeat;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 8px;
	text-align: left;
	width: 750px;
}
