@charset "utf-8";
/* CSS Document */
html, body, #root {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
body {
	margin:0px;
	padding:0px;
	background-color: #000000;
}
a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006699;
}
a:hover {
	text-decoration: underline;
	color: #006699;
}
a:active {
	text-decoration: none;
	color: #006699;
}
.forms{font-size:10px}
