body {
	background-color: #ffffff;
}
div.graph {
	padding-bottom: 10px;
}
table, table th, table td {
        text-align: left;
        border: 0;
        background-color: #ffffff;
}
div.graph img {
	margin-left: 25px;
}
div.graph table, div#legend table {
        border:0;
	font-size: 1em;
}
div.graph table td, div.graph table th {
	padding: 0 10px;
        background-color: #ffffff;
        color: #000000;
        font-size: 1em;
        text-align: center;
}
div.graph table td {
        text-align: right;
}
div table .in th, div table td span.in {
	color: #00cc00;
}
div table .out th, div table td span.out {
	color: #0000ff;
}
div#legend {
	margin-left: 20px;
        border-top: 2px solid #aaa; 
}
div#legend th, div#legend td {
        text-align: right;
        background-color: #ffffff;
        font-size: 1em;
}
div#footer {
	border: none;
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;
	width: 476px;
}
div#footer img {
	border: none;
	height: 25px;
}
div#footer address {
	text-align: right;
}
div#footer #version {
	margin: 0;
	padding: 0;
	float: left;
	width: 88px;
	text-align: right;
}
