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


body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.text {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;


}

.text a:link {
	color:#FF0000;
	text-decoration:none;
}

.text a:active {
	color:#FF0000;
	text-decoration:none;
}

.text a:hover {
	color:#FF0000;
	text-decoration:underline;
}

.text a:visited {
	color:#FF0000;
	text-decoration:none;
}


.sublink {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #CCCCCC;
}

.sublink a:link{
	color: #CCCCCC;
	text-decoration:none;
}

.sublink a:hover{
	color: #FF0000;
	text-decoration:underline;
}

.sublink a:active{
	color: #CCCCCC;
	text-decoration:none;
}
.sublink a:visited{
	color: #CCCCCC;
	text-decoration:none;
}


