a.buttonStyle {
	color :#FFFFFF;
	font-weight :normal;
	font-size :12px;
	font-family :"Verdana", "Arial", "Helvetica", "sans-serif";
	text-decoration :none;
	width :150px;
	;
	cursor: hand;
	text-align: left;
	vertical-align: middle;
	white-space: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	height: 20px;
	clear: left;
	float: left;








}
a.buttonStyle:hover {
	color :#FF0000;
	text-decoration :underline;
	cursor:hand;
	background-color: #E1EEF7;

}
a.buttonStyle:active {
   color :#000099;
   text-decoration :none;
   background-color :#E1EEF7;
   cursor:hand;
}

