a.green-button {
	display:inline-block;
	height:26px;
	padding-left:70px;
	padding-right:70px;
	background-image:url(images/greenlinkbutton.gif);
	background-repeat:repeat-x;
	line-height:26px;
	text-decoration:none !important;
	color:#FFFFFF !important;
	border:1px solid #b3c107;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
}

a.green-button:hover {
	text-decoration:none;
}

.green-font {
	color:#b3c107 !important;
}

.odd {
	background-color:#f2f2f2;
}

.even {
	
}