/* Created with RAGE ButtonDesign http://www.ragesw.com/products/buttondesign/ */

div.rage_button_G {
	float: center;
	width: 140px;
	height: 37px;
}


div.rage_button_G a {
	display: block;
	margin: 0px;
	overflow: hidden;
	text-decoration: none;
	height: 100%;
	background: url('images/140x37-green.png') top left no-repeat;
	color: #000080;
	font-family: 'Arial';
	font-size:12px;
	font-style: italic;
	font-weight: bold;
	line-height: 37px;
	text-align: center;
}


div.rage_button_G a:hover {
	background-position: -140px 0;
	color: #FF8000;
}


div.rage_button_G a:active {
	background-position: -280px 0;
	color: #00FF00;
}