@media print {
	table.block { page-break-after: auto }
}
tr.headerRow {
	color: #FFFFFF;
	font-size: 9pt;
	background-color: #00539F;
	font-weight: bold;
}
tr.headerRow td {
	border-bottom: solid 1px #004a9c;
	height: 20px;
	padding: 0px;
	padding-left: 2px;	
}

tr.headerRow td a {
    color:#FFFFFF;	
}

table.block {
	border: solid 1px #004a9c;
	margin-bottom: 10px;
	float:left;
	margin-right:5px;
	vertical-align:top;
}

table.block tr td table tr td.labelText{
	font-size:8pt;
	font-weight: bold;	
}
table.undecoratedBlock tr td table tr td.labelText{
	font-size:8pt;
	font-weight: bold;
}
table.undecoratedBlock tr td.undecoratedCell{
	padding: 0px;
}