.button_e a:link {
	font-family: "Arial";
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	color: #333333;
	text-decoration: none;
	height: 25px;
	width: 100%;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: e6e4d5;
}
.button_e a:visited {
	font-family: "Arial";
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	color: #333333;
	text-decoration: none;
	height: 25px;
	width: 100%;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: e6e4d5;
}
.button_e a:active {
	font-family: "Arial";
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	color: #333333;
	text-decoration: none;
	height: 25px;
	width: 100%;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: e6e4d5;
}
.button_e a:hover {
	font-family: "Arial";
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	color: #666666;
	text-decoration: none;
	height: 25px;
	width: 100%;
	background-color: c1bf98;
	text-align: center;
}