/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#333333;
	color: #333333;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.whitetext {
	font-size: 10px;
	color: #FFFFFF;
	text-transform: uppercase;
}
.greentext {
	color: #c1d72d;
}
.inputbox {
	border: 1px solid #333333;
}


a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a:active {
	color: #333333;
	text-decoration: underline;
}
.top a:link {
	color: #ffffff;
	text-decoration: none;
}
.top a:visited {
	color: #ffffff;
	text-decoration: none;
}
.top a:hover {
	color: #c3d831;
	text-decoration: none;
}
.top a:active {
	color: #ffffff;
	text-decoration: none;
}
.submitbut {
	font-size: 10px;
	text-transform: uppercase;
	color: #333333;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}
h2 {
	font-size: 12px;
	color: #669900;
}
h1 {
	font-size: 14px;
	color: #333333;
}.titlet {
	color: #99CC00;
	font-size: 14px;
	font-weight: bold;
}
