/* CSS Document */

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B9B998;
	text-decoration: none;
}
.copyright:hover {
	color: #FFFFCC;
	text-decoration: underline;
}
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFCC;
	text-decoration: none;
}
.txt:hover {
	color: #FFFFCC;
	text-decoration: underline;
}

.fields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}

ul {text-align: center; list-style: none;}
li {float: left; margin: 30px;}
a.sp {color : white; text-align: center; text-decoration: none;}
