@charset "utf-8";
/* CSS Document */


body,td,th {
	color: #666;
	font-family: "Courier New", Courier;
	font-size: 14px;
}
h1 {
	color: #666;
	font-family: "Courier New", Courier;
	font-size: 14px;
	text-decoratin: none;
}
subsect {
	color: #666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style:normal;
	text-decoration: none;
	}
fadetext {
	color: #333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
body {
	background-color: #1F1F1F;
	
	background-repeat:repeat;
	margin-top: 0%;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 0%;
}

table.box {
	border: none;
	background-color: #666666;
	filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;
}

table.backtable {
 	height: 100%;
	border:none;
	background-image:url(../images/bggallery.gif);
	background-position:top-right;
	background-repeat:no-repeat;
}

a {
	font-size: 10px;
	color: #FFFFFF;

}
a:link {
	text-decoration: none;
	color: #FFFFFF;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;

}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	filter:alpha(opacity=100);
	-moz-opacity:1.00;
	opacity:1.00;

}
a:active {
	text-decoration: none;
	color: #FFFFFF;
	filter:alpha(opacity=100);
	-moz-opacity:1.00;
	opacity:1.00;

}

img {
	border: none; 
} 