td {
	font-family:Arial;
	font-size:9pt;
}
.btn {
	height:23px;
	color:#000066;
	font-family:Arial;
	font-size:8pt;
	font-weight:bold;
	cursor:hand;
	background-color:Menu;
	border:#ffffff 2px outset;
}
.btnOver {
	height:23px;
	color:red;
	font-family:Arial;
	font-size:8pt;
	font-weight:bold;
	background-color:#e0e0e0;
	border:#ffffff 2px inset;
	cursor:hand;
}
.btnClick {
	height:23px;
	color:Black;
	background-color:Menu;
	border:#ffffff 2px outset;
	cursor:wait;
	padding-right:2px;
}