.statistic-chart {
	height:400px;
	width:600px;
	margin-top: 50px;
}

table.statistic {
	position: relative; left: 7%;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
	font-weight: normal;
	font-size: 12px;
	color: #fff;
	width: 500px;
	background-color: #FFF;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

table.statistic td {
	background-color: #FFF;
	color: #444;
	padding: 10px;
	text-align: left;
	border: 1px #999 solid;
}

table.statistic td.hed {
	color: #fff;
	padding: 1px;
	text-align: left;
	border-bottom: 2px #fff solid;
	font-size: 12px;
	font-weight: bold;
} 

table.statistic th {
	background-color: #FFF;
	color: #888;
	font-weight: bold;
	padding: 1px;
	text-align: center;
	border: 1px #999 solid;
}


table.statistic caption {
	margin-top:35px;
	margin-bottom:2px;	
	background-color: #FFF;
	color: #666;
	font-weight: bold;
	font-size: 12px;
	padding: 1px;
	text-align: center;
}
