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