﻿body
{
	font-family: Verdana, Garamond, Arial;
	font-size: 9px;
}
table.report
{
	border-spacing: 4px; *border-collapse:expression('separate', cellSpacing = '4px');
}
thead.report td
{
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	height: 20px;
	padding: 3px;
	vertical-align: middle;
	border-style: solid none solid none;
	border-width: 1px 10px 1px 10px;
	border-bottom-color: #999999;
	border-top-color: #999999;
}
tbody.report td
{
	height: 9px;
	vertical-align: middle;
	padding: 3px;
	border-style: none none dotted none;
	border-width: 10px 10px 1px 10px;
	border-bottom-color: #999999;
}
tr.reportFooter td
{
	font-weight: bold;
	font-size: 9px;
	height: 20px;
	padding: 3px;
	vertical-align: middle;
	border-style: solid none solid none;
	border-width: 1px 10px 1px 10px;
	border-bottom-color: #999999;
	border-top-color: #999999;
}
tr.groupFooter td
{
	font-weight: bold;
	font-size: 9px;
	height: 15px;
	vertical-align: middle;
	padding: 2px;
	border-style: solid none solid none;
	border-width: 1px 10px 1px 10px;
	border-bottom-color: #999999;
	border-top-color: #999999;
	background-color: #C0C0C0;
}
tr.groupHeader td
{
	font-weight: bold;
	font-size: 9px;
	height: 15px;
	vertical-align: middle;
}



