.formarea {
	background-color: #CCCCCC;
	border: 1px solid #666666;
}

.onBlur {
	background-color: #E0E0E0;
	border: 1px solid #666666;
}

.onFocus {
	background-color: #CCCCCC;
	border: 1px solid #666666;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #333333;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #99CC00;
	text-decoration: underline;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #99cc00;
	text-decoration: none;
}
