/* CSS Document */
body {
	background-color:#000000;
	color:#FFFFFF;
}
table {
	background-color:#666666;
	border: thin solid #FFFFFF;
}
hr {
	width:50%;
}
a {
	color:#FFFF00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
span.table_caption {
	font-weight: bold;
	font-variant: small-caps;
}
th {
	font-variant: small-caps;
	background: #333333;
	border: thin solid #FFFFFF;
}
