<!--
a.button {
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 8px 35px;
	border-top: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	border-left: 0px solid white;
	text-align: center;
	min-width: 75px;
	text-transform: uppercase;
	

}
a.button:link { 
	/*background-color: #719151; */
	background-color: #2D390B;
	color: #fff;
	text-decoration: none;
	}
a.button:visited {
	background-color: #2D390B; 
	color: #fff;
	text-decoration: none;
	}
a.button:hover { 
	background-color: #ffffff; 
	color: #2D390B;
	border-color: white white white white;
	text-decoration: bold;
	text-style: bold;
	}
a.button:active { 
	background-color: #2D390B; 
	color: #fff; 
	text-decoration: none;
	}

-->
