a:link {
	color: #CC6600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC6600;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #CC6600;
}
a {
	font-size: 12px;
}
.calculateField {
	border-bottom:1px solid #990000;
	background-image:url(images/background-new-lighter2.jpg);
	background-repeat:repeat;
}