 
@charset "utf-8";
/* CSS Document */
.personalizedGraphic {
	/*  these are divs containing the graphics */
	background-position: 8px 0;
	background-repeat: no-repeat;
	float: left;
	border: none;
	margin: 3px;
}
.personalizedGraphic a img {
	height: 150px;
	width: 150px;
	padding: 0px 5px 5px 15px;	/* if you change the 'top' padding (8px) you must also update
									* the .css function in showDesigns.htm */
}
.hid {
	display: none;
}
