.rollover a{
	background-image: url('Pictures/ButtonA.jpg');
	background-repeat: no-repeat;
	height: 35px;
	width: 160px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 31px;
	color: #FFFFFF;
	background-position:  center;
	float: right;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #688EBF;
}
.rollover a:hover{
	background-image: url('Pictures/ButtonF.jpg');
	background-repeat: no-repeat;
	height: 35px;
	width: 160px;
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
	background-color: #FFFFFF;
}
.rolloverbox {
	background-repeat: no-repeat;
	height: 36px;
	width: 161px;
	color: #99CC00;
	background-color: #040B67;
	float: right;
}