div.table
{
	font-size: 18pt;
	overflow: auto;
	max-height: 700px;
}

div.table table
{
}

div.table th, div.table td
{
	padding: 5px 14px;
}

div.table th, td.subtotal, td.grandtotal
{
	color: #669 !important;
}

div.table th
{
	text-align: left;
	font-weight: normal;
}

div.table td
{
	font-size: 14pt;
	color: #666;
}

td.sec, td.end
{
	text-align: right;
	font-weight: bold;
	color: #000 !important;
}

td.grandtotal
{
	font-weight: bold;
}