body, td, p, h1, h2 {
	font-family: Arial, Geneva, sans-serif;
	font-size: 12px;
	}

h1 {
	color: #000000;
	font-size: 20px;
	}
	
h2 {	
	color: #033889;
	font-size: 14px;
	border-top: 1px solid silver;
	padding-top: 5px;
	}


p.participants_list {
	line-height: 2.0em;
	}
	

p.participants_total {
	width: 530px;
	text-align: center;
	font-size: 10px;
	padding-bottom: 20px;
	}


table.participants_countries {
	border-spacing: 0;
	}
table.participants_countries td, 
table.participants_countries th {
	font-size: 12px;
	vertical-align: bottom;
	padding: 5px;
	}
table.participants_countries th {
	text-align: right;
	font-weight: bold;
	}


div.chart_bar {
	background: #049CE3;
	height: 12px;
	float: left;
	margin-right: 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	}
