@charset "utf-8";
/* CSS Document */
body
{
	margin: 0px 0px 0px 0px;
	background-color: #202020;
	
}

.contentText
{
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	text-align: justify;
	line-height:16px;
}

/*.contentBox 
{
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}*/

.topLink, topLink a 
{
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	color: #b1b1b1;
}
.topLink a:hover 
{
	text-decoration: underline;
}