/* Graph Support */
.graphTable { width:100%; margin-left:auto; margin-right:auto;}

.graph_bar { float:left; margin:0 .3em 0 0;	width: 1px;	height:1.1em; display: inline; }
.series1 { background:#1a87d5; }
.series2 { background-color:#FF33CC; }
.series3 { background-color:#00FF99; }

.fatalities { background-color:#CC0000; }

.lastingroup {border-bottom:1px solid #c7c7c7;  padding-bottom:.5em;}
.firstingroup { padding-top:.5em;}

td.text { border-right:1px solid  black; padding-right:20px; text-align:right; font-size:smaller;}
td.graph_variable_bar {width:450px; }

.graphKey { text-align:center; margin-left:auto; margin-right:auto; width:100%;}
.graphKey tr td { padding:2px 5px 2px 5px; }
.graphKey a { color:#000033; }

.graph_label { font-size:smaller; } 
