.homelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
	-moz-opacity:0.35;
	filter: Alpha(Opacity=35, FinishOpacity=35, Style=, StartX=, StartY=, FinishX=, FinishY=);
	font-weight: bold;
	text-align: center;
}
.homelinkclickme {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
	-moz-opacity:0.75;
	filter: Alpha(Opacity=75, FinishOpacity=75, Style=, StartX=, StartY=, FinishX=, FinishY=);
	cursor: hand; cursor: pointer;
	font-weight: bold;
	text-align: center;
}
.homelinkover {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #003366;
	-moz-opacity:0.75;
	filter: Alpha(Opacity=75, FinishOpacity=75, Style=, StartX=, StartY=, FinishX=, FinishY=);
	cursor: hand; cursor: pointer;
	font-weight: bold;
	text-align: center;
}
