div.tableContainer {overflow: visible;	}
table>tbody	{overflow: visible; }
td {height: 13pt;} /*adds control for test purposes*/
thead td	{font-size: 10pt;text-align: center;	}
tfoot td	{
	text-align: center;
	font-size: 9pt;
	border-bottom: solid 1px #6E6E6E;
	}
	
thead	{display: table-header-group;	}
tfoot	{display: table-footer-group;	}
thead th, thead td	{position: static; } 

thead tr	{position: static; border-bottom: solid 2px #6E6E6E;} /*prevent problem if print after scrolling table*/ 
table tfoot tr {     position: static;    }




