/* CSS Style */
body {
	background-color:#1e1e1e;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}


.opaqueMain {
	opacity: .5;
	filter: alpha(opacity=50);
}
.buttontable {
background-color:#000000;
	opacity: .5;
	filter: alpha(opacity=50);
	}
	
.buttontable:hover {
	color: #333333;
	background-color: #FFCC00;
	opacity: .8;
	filter: alpha(opacity=80);
	}

.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #ffffff;
	text-decoration:none;
}
.link:link {
	color: #ffffff;
}
.link:visited {
	color: #ffffff;
}
.link:hover {
	color: #ffffff;

}
.link:active {
	color: #ffffff;
}


.page_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #aaaaaa;
	text-decoration:none;
}
.page_content_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration:none;
}