.style {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #FFCC00;
}

td
{
font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: Black;
} 
 
a.srollover {
	display: block;
	width: 77px;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	color: #006600;
	font-weight: bold;
	text-align: center;
	background-image: url(../images/mouseover.jpg);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	height: 50px;
	padding-top: 10px;
	margin-top: 5px;
     }
a:hover.srollover {
	background-position: -77px 3px;
	color: #000000;
}

a.srollover2 {
	display: block;
	width: 68px;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	color: #D3E8A5;
	font-weight: bold;
	text-align: center;
	background-image: url(../images/mouseover2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	height: 48px;
	line-height: 40px;
     }
a:hover.srollover2 {
	background-position: -68px 3px;
	color: #000000;
     }
