body,td,th,p {
	color: #ffffff;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
body {
	margin-left: 30px;
	margin-top: 45px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: underline;
	color: #33FF00;
}
a:focus {
	text-decoration: underline;
	color: #33FF00;
}
.greenText {
	color: #33FF00;
	font-weight: bold;
}

.whiteText {
	color: #FFFFFF;
	font-weight: bold;
}

.head1 {
	font-size: 18px;
}

.whiteText {
	color: #FFFFFF;
	background-color:#FFFFFF;
}

.nameList {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

a:link.nameList, a:visited.nameList {
	color: #ffffff;
	text-decoration: none;
}

a:hover.nameList, a:active.nameList, a:focus.nameList {
	color: #33FF00;
	text-decoration: underline;
}

.blackText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-left:0px;
	margin-right:0px;
}

a:link.blackText, a:active.blackText, a:focus.blackText, a:visited.blackText {
	color: #000000;
	text-decoration: underline;
}

a:hover.blackText {
	color: #000000;
	text-decoration: none;
}

