/* tips */
div.balSection {
	clear:both;
	position:relative;
}
div.balHeader {
	background:#f0f0e8;
	padding:.5em;
	border-top:0;
	border-top:1px solid #8dc262;
	border-bottom:3px solid #8dc262;
	margin:0;
	font-weight:bold;
	color: #267402;
}
div.balArrow {
	width:0;
	height:0;
	border-left: 10px dashed transparent; 
	border-top: 10px solid #8dc262;
	border-bottom: 0;
	left:10px;
	position:absolute;
}
div.balBody {
	text-align:left;
	margin-top:12px;
	padding:0 1.5em 1.5em 1.5em;
	position:relative;
}
