/* CSS Document */
html{
	height:100%
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
}
a {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #666666;
	text-decoration:underline;
}
a:hover {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #666666;
	text-decoration:underline;
}
body {
	background-color: #0F0F0F;
	height:100%;
}
#footer {
	position: absolute;
	bottom: 0 !important;
	bottom: -1px;
	width: 99%;
	padding: 0;
	margin: 0; 
} 