.contentBlock table.tbl2col
{
	width: 100%;
	border-collapse: collapse;
	border: none;
	margin: 0 0 15px 0;
	padding: 0;
}
.contentBlock table.tbl2col td
{
	color: #333;
	font-size: 100%;
	margin: 0;
	border-right: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}
.contentBlock table.tbl2col tr.hilite td
{
	font-weight: bold;
}
.contentBlock table.tbl2col tr.headrow td
{
	font-weight: bold;
	font-size: 100%;
	background-color: #e2e2e2;
}
.contentBlock table.tbl2col td.ds0
{
	width: 65%;
	text-align: left;
	padding: 2px 5px 2px 10px !important;
	border-right: 1px solid #e2e2e2 !important;
	border-bottom: 1px solid #e2e2e2 !important;
}
.contentBlock table.tbl2col tr td:last-child,
.contentBlock table.tbl2col td.ds1
{
	width: 35%;
	padding: 2px 5px;
	text-align: right;
	border-right: none !important;
	border-bottom: 1px solid #e2e2e2;
}

.contentBlock table.tbl2col tr.firstdatatrow td
{
	border-top: 1px solid #e2e2e2;
}
