a.buttonStyle {
	color :#0033CC;
	font-weight :normal;
	font-size :11pt;
	font-family :Verdana, Arial, Helvetica, sans-serif;
	text-decoration :none;
	background-color :#FFFFFF;
	height : auto;
	width :100%;
	border :thin none #FFFFFF;
	text-align: center;
}
a.buttonStyle:hover {
	color :#FF0000;
	text-decoration :underline;
	cursor:hand;
	border-top: thin none #FFFFFF;
	border-right: thin none #000000;
	border-bottom: thin none #000000;
	border-left: thin none #FFFFFF;
	background-position: center;
}

