.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	background-color: #999999;
	border: 1px solid #FFFFFF;
	padding: 1px;
	font-style: normal;
	font-variant: normal;
}

.buttonover {
	color: #333333;
	text-decoration: none;
	background-color: #C7FFCF;
	border: 1px solid #FFFFFF;
	padding: 1px;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: bold;
}

