/* CSS Document */


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#000000;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	text-decoration: none;
	color:#000000;
}
a:visited {
	text-decoration: none;
	color:#000000;
}
a:hover {
	text-decoration: none;
	color:#FFFFFF;
	background-color:#000000;
}
a:active {
	text-decoration: none;
	color:#000000;
}


select,
textarea,
input[type="text"],
input[type="password"] {
	margin: 0;
	background: #FFF;
	border: 1px solid #CCC;
	color: #000;
}
select:hover,
textarea:hover,
input[type="text"]:hover,
input[type="password"]:hover {
	border: 1px solid #808080;
}
