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

a.rollover {
	text-decoration: none;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-indent: 0px;
	background-repeat: no-repeat;
	background-position: 0px;
	float: none;
	vertical-align: middle;
	background-color: transparent;
	background-image: url(images/button_white.jpg);
	left: 0px;
	text-align: left;
	line-height: 30px;
}

a.rollover:hover {
	color: #0211de;
	background-color: transparent;
	background-image: url(images/button_blue.jpg);
	background-repeat: no-repeat;
	background-position: left;
	}
a.rollover:current {
background: transparent url(images/button_blue.jpg) left no-repeat;
color: #0211de;
	}
