body{
	background-color: #000000;
	background-image: url(/images/main-background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-attachment: fixed;
}
td, div, table{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}


#link a:link{
	text-decoration: none;
	color: #000000;}
#link a:visited{
	text-decoration: none;
	color: #000000;}
#link a:hover{
	color: #CC3333;}
#link a:active{
	text-decoration: none;}

.whiteText{
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.pageName{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.leftImagePadding{
	padding-right: 5px;
	padding-bottom: 5px;
}
.redLinks{
	color: #666666;
}
.imagepadding{
	padding: 5px;
}

#opaque {
	opacity: .7;
	filter: alpha(opacity=70);
}

a:link{
	text-decoration: none;
	color: #FFFFFF;
}
a:visited{
	text-decoration: none;
	color: #FFFFFF;
}

a:hover{
	color: #FF9900;
	text-decoration: underline;
}

a:active{
	text-decoration: none;
}
#whiteText opaque{
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	opacity: 1;
	filter: alpha(opacity=100);
}

#test{
	width:800px;
	height:800px;
	filter:alpha(opacity=69);
	-moz-opacity:.69;opacity:.69;
	background:url('/images/opaque-back.gif');	
	z-index: 1;
}

#test2{
	width:800px;
	height:800px;filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	z-index: 2;
}