

.graph
{
	background-color: #EEEEEE;
	border: solid 1px black;
}
.graph td
{
	font-family: verdana, arial, sans serif;
}
.graph thead th
{
	border-bottom: double 3px black;
	font-family: verdana, arial, sans serif;
	padding: 3px;
}
.result_table_header
{
        font-size: 11px;
        font-weight: bold;
	border-bottom: double 3px black;
	font-family: verdana, arial, sans serif;
	padding-bottom: 3px;
}
.bar
{
	background-color: white;
	text-align: right;
	border-left: solid 1px black;
	width: 400px;
}
.bar div
{
	border-top: solid 2px #E2609E;
	background-color: #E2609E;
	border-bottom: solid 2px #E2609E;
	text-align: right;
	color: white;
	float: left;
	padding-top: 0;
	height: 1em;
}