.valueLabels {
	font-size:11px;
	color:black;
	font-weight: bold;
	white-space: nowrap;
  	font-family: sans-serif;
}
div.valueLabelLight {
	opacity:0.6;
	filter: alpha(opacity = 60);
	background-color: white;
	border:none;
	position:absolute;
	margin: 20px auto;
	padding: 3px 5px;     
	white-space: nowrap;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}
div.valueLabel {
	position:absolute;
	border:none;
	margin: 20px auto;
	padding: 3px 5px;
	white-space: nowrap;
}

.barsGraph {
	font-size: 12px;
  	font-family: georgia, serif;
}

.barsGraph .tickLabels .xAxis .tickLabel {
	padding-left: 20px;
	font-size: 12px;
}
