@charset "utf-8";
/* CSS Document */
body {
	font-family: Tahoma;
	font-size: 16px;
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Tahoma;
	font-size: 16px;
}
a:link {
	color: #CCCCCC;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #CCCCCC;
}
a:active {
	color: #CCCCCC;
}
.input {
	height: 34px;
	width: 220px;
	border: 2px solid #00263E;
}
#button {
	cursor: pointer;
	display:block;
	height:40px;
	width:248px;
	text-align:center;
	text-decoration:none;
	font-family:Tahoma;
	font-size:16px;
	color:#FFFFFF;
	background-color: #339900;
	border: 1px solid #00243B;
	font-weight: bold;
}
#button:hover {
	background-color:#33CC00;
	}

.footer-links {
	font-family: Tahoma;
	font-size: 12px;
}
