body,td {
	font-family: Tahoma, Verdana, Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #fff;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	background-color: #ccc;
}
.generic {
	font-family: Tahoma, Verdana, Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
input   {
	border: 1px solid #000;
	background-color: #eee;
	padding: 5px;
}
textarea {
	color: #000;
	border: 1px solid #000;
	background-color: #eee;
	font-family: Tahoma, Verdana, Century Gothic, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	padding: 5px;
}
select {
	border: 1px solid #000;
	background-color: #eee;
	padding: 5px;
}
input:hover  {
	color: #000;
	background-color: #fff;
}
select:hover  {
	color: #000;
	background-color: #fff;
}
textarea:hover {
	color: #000;
	background-color: #fff;
}