div.statWrapper {
	margin: 8px;
}

div.statHead {
	font-weight: bold;
	font-size: 115%;
	margin-top: 18px;
	margin-bottom: 2px;
}

ul.statList {
	list-style-type: circle;
	margin-top: 0px;
	margin-bottom: 0px;
}
ul.statList li {
	margin-left: 18px;
}


p.statP {
	margin: 8px 4px 6px 4px;
	padding: 4px;

}

table.aggregate {
	border: 2px solid black;
	padding: 2px;
	margin-top: 4px;
}
table.aggregate td {
	border: 1px solid #CCCCCC;
	padding: 2px 4px 2px 4px;
}
table.aggregate th {
	border: 1px solid #CCCCCC;
	padding: 2px 4px 2px 4px;
}
