a:link {
	text-decoration: none;
	color: #CC0000;
}
a:visited {
	text-decoration: none;
	color: #CC0000;
}
a:hover {
	text-decoration: none;
	color: #FF9900;	
}
a:active {
	text-decoration: none;	
	color: #CC0000;
}
.fieldcell input {
	width: auto;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #F2FBFF;
	color: #616130;
	border: 1px ridge #616130;
	margin-right: 0px;
	height: auto;
	list-style-type: none;
} 
