body {
	font-family: Arial, Helvetica, sans-serif;
	margin: auto;
	background: url(/common/images/bg-tile-waves.gif);
	text-align: center;
	position: relative;
}


.refreshButton  {
	display: block;
	text-align: center;
	padding: 0;
	width: 84px;
	height: 82px;
	background: url(../images/buttons/refresh.gif) no-repeat;
	/*margin: 2px;*/
	color: gray;
	text-decoration: none;
	overflow: hidden;
	cursor: pointer;
}

.refreshButton:hover {
	background: url(../images/buttons/refresh.gif) no-repeat 0 -84px;
/*	text-decoration: underline; */
	color: navy;
}
