tr.good td {
	color: red;
	font-weight: bold;
}

tr.bad td {
	color: blue;
}

td.money {
	text-align: right;
	padding-right: 2px;
}

tr.bad td.money {
	font-weight: bold;
	background-color: blue;
	color: #fff;
}

td.r,th.r {
	text-align: right;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}

tr.total td,tr.subtotal td {
	background-color: #eee;
	font-weight: bold;
}