.rollover a {
	display:block;
	width:160px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	background-image: url(media/button.jpg);
	background-repeat: no-repeat;
	text-align: left;
	text-indent: 4px;
	height: 22px;
	text-decoration: none;
	padding-top: 6px;
	}
.rollover a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	background-image: url(media/button_f2.jpg);
	text-align: left;
	text-indent: 4px;
	text-decoration: none;
	height: 22px;
	width: 160px;
	padding-top: 6px;
	background-repeat: no-repeat;
}
