body { 
	color: #ffffff;
	background: #74b028;
	font-family: Verdana;
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 0px;
}
td { 
	color: #ffffff;
	font-family: Verdana;
	font-size: 11px;
}
a:link, a:visited, a:active {
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
	outline: none;
}
a:hover {
	color: #f3f4f9;
	text-decoration: none;
	font-weight: normal;
	outline: none;
}
.input {
	background : #7cbc2c;
	border : 1px solid #ffffff;
	color : #ffffff;
	font-family : Tahoma;
	font-size : 10px;
}
.file {
	background : #7cbc2c;
	border : 1px solid #ffffff;
	color : #000000;
	font-family : Tahoma;
	font-size : 10px;
}
.button {
	background : #7cbc2c;
	border : 1px solid #ffffff;
	color : #ffffff;
	font-family : Verdana;
	font-size : 9px;
	font-weight : bold;
}