@charset "utf-8";

/* CSS Document */

body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #FFF;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #9ce02b;
}
a:active {
	color: #FFF;
}
.copyrightTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFF;
}
.textWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #FFF;
}

