.button {
	font-family: Arial;
	font-size: 11px;
	color: #66A216;
	text-decoration: none;
	font-weight: bold;
}
.button:hover {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.td_box_top {
	border-top: 1px solid #5F8D63;
}