/* general */
body,td,th {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
body {
	background-color: #000000;
	/*margin-left: 5px;*/
	margin-top: 5px;
	/*margin-right: 800px;*/
	margin-bottom: 100px;
}

/* styles */
.style1 {
	font-size: x-small;
}
.style6 {
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
}
.style17 {
	font-size: 12px;
}
.style20 {
	font-size: large;
}

/* links */
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FFCC33;
}
a:active {
	text-decoration: none;
}

/* page wrapper */
#wrapper{
	margin: 0 auto;  
	width: 986px;
	padding-right: 70px;
}