@charset "utf-8";
/* CSS Document for Hughes */


.linkbackgroundON {
	width: 198px;
	height: 32px;
	background: url(images/leftButnOn.gif);
	color: white;
	font-size: 12px;
	padding: 8px 0 0 10px;
	background-repeat: no-repeat;
	}
	
.linkbackgroundOFF {
	width: 198px;
	height: 32px;
	background: url(images/leftButn.gif);
	color: white;
	font-size: 12px;
	padding: 8px 0 0 10px;
	background-repeat: no-repeat;
	}




