body {
	background-color: #000000;
}
p, ul, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}

a:link {
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
	}
a:active {
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
	}	
a:visited {
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
}
a:hover {
	color: #00ffff;
	text-decoration: underline;
	font-weight: normal; }
	
.background {
	background-attachment: scroll;
	background-color: #666666;
	background-image: url(gfx/newblackbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.tablecellbackground {
	background-attachment: scroll;
	background-color: #666666;
	background-image: url(gfx/newblackbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border-width: 1px;
	border-style: solid;
	border-color: #eeeeee;
}
.whiteborder {
	border: 1px solid #FFFFFF;
}
.rightwhiteborder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.topwhiteborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.header {
	background-attachment: scroll;
	background-image: url(gfx/headerimage.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
ul li {
 margin: 1em 0 1em 0;}