body
{
	background: #fff;
	color: #000;
	font-family: "Ariel", sans-serif;
}
table
{
	background: #fff;
}
table th
{
	background: #ddd;
	padding: 0 5px 0 5px;
	font-size: 14px;
}
table td
{
	background: #eee;
	font-size: 12px;
}
table tr.highlight td
{
	background: #dde;
}
table tr.highlight_cachever td
{
	background: #eed;
}
table tr.clienttotal td
{
	color: #888;
}
table.nowrap th, table.nowrap td
{
	white-space: nowrap;
}
hr
{
	border: solid;
	color: #ccc;
}
table td.num, table th.num
{
	text-align: right;
	padding: 2px;
	font-size: 12px;
}

table td.mid, table th.mid
{
	text-align: center;
	padding: 2px;
	font-size: 12px;
}


.red
{
	color: #800;
}
.yellow
{
	color: #860;
}
.green
{
	color: #080;
}

a { text-decoration: none; }
a:hover { text-decoration: underline }

