.buttonlink {
	font-size: 13px;
	width: 118px;
	display: block;
	line-height: 20px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	font-family: Serif;
	color: #716D9E;
	background-color: #DBD7DC;
	border-top: 4px solid #E5E5EB;
	border-left: 4px solid #E5E5EB;
	border-right: 4px solid #B3B4C6;
	border-bottom: 4px solid #B3B4C6;
}
.text {
	font-family: "Century Gothic", Arial, "Times New Roman";
	background-position: center center;
	text-align: center;
	padding: 10
}
.buttonlinkhover {
	font-size: 13px;
	width: 118px;
	display: block;
	line-height: 20px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	font-family: Serif;
	color: #716D9E;
	background-color: #ECE8ED;
	border-top: 1px solid #B3B4C6;
	border-left: 1px solid #B3B4C6;
	border-right: 1px solid #E5E5EB;
	border-bottom: 1px solid #E5E5EB;
}
