.chart{
	background-image: url(../hard-magnet/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	float: left;
	width: 250px;
}
.cellT{
	font-weight: bold;
	text-align: center;
	width: 200px;
	float: left;
	background-image: url(../hard-magnet/images/bubble.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	font-size: 12px;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 140%;
	height: 70px;
}
.noBg{
	background-image: none;
}