<!--
body{font-family: "Arial"}
A:link{color: #000000}
A:visited{color: #000000}
A:hover{color: #FF0066}
input.button {
	/* NS4 can't see these borders */
	background : #c2d7eb;
	border-bottom : 1px solid #336699;
	border-left : 1px solid #336699;
	border-right : 1px solid #336699;
	border-top : 1px solid #336699;
	color : #000000;
	cursor : hand;
	font : 11px Arial, Helvetica, sans-serif;
	padding : 4px 0;
}
//-->