@charset "UTF-8";
/* CSS Document */

a.rollover_reverse {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-indent: 0px;
	background-repeat: no-repeat;
	background-position: 0px;
	float: none;
	vertical-align: middle;
	background-color: transparent;
	background-image: url(images/button_purple.gif);
	left: 0px;
	text-align: left;
	line-height: 25px;
}

a.rollover_reverse:hover {
	color: #2BBED8;
	background-color: transparent;
	background-image: url(images/button_blue.gif);
	background-repeat: no-repeat;
	background-position: left;
	}
a.rollover_reverse:current {
background: transparent url(images/button_blue.gif) left no-repeat;
color: #666;
	}
