div#right{
display:none;
}
h3{
	margin-top:1em;
}
	}p.legend{
	font-size:0.93em;
}
table.numeric{font-family:verdana,helvetica,arial,sans-serif;
font-size:0.9em;
width:700px;
border-collapse :collapse;
border-spacing:0;
}
table.numeric td.sum{
padding-right:10px;


}
table.numeric tr.yearItem td,
table.numeric tr.numItem td{
	text-align:center;
}
table.numeric tr.yearItem td{
	font-weight:bold;
	border-width:1px 1px 0 1px;
	border-style:solid;
	border-color: #ccc;
}

table.numeric tr.numItem td{
	padding: 2px;
	font-weight:bold;
}
h3.red{
	color:#6A0000;
}
h3.blue{
	color:#131D5B;
}
h3.green{
	color:#004000;
}
table.numeric tr.green td{
	color:#004000;
	border:1px solid #004000;
}
table.numeric tr.blue td{
	color:#131D5B;
	border:1px solid #131D5B;
}
table.numeric tr.red td{
	color:#6A0000;
	border:1px solid #6A0000;
}
table.numeric tr.yearItem td.label,
table.numeric tr.green td.label,
table.numeric tr.red td.label,
table.numeric tr.blue td.label{
	width:50px;
	font-weight:normal;
	
}
table.numeric tr.red td.label,
table.numeric tr.blue td.label,
table.numeric tr.green td.label{
	border-width:1px 0 1px 1px;
	border-style:solid;
	border-color: #ccc;	
	
}
hr.green{
	border:0;
	background:#004000;
	height:1px;
}
hr.red{
	border:0;
	background:#6A0000;
	height:1px;
}
hr.blue{
	border:0;
	background:#131D5B;
	height:1px;
}



