table.sortable {
	width: 100%;
	font-size: 9pt;
	/*margin: 1em auto;
	border-collapse: collapse;*/
}

thead th,
tfoot th {
	/*padding: 0.5em;*/
	text-align: left;
		font-size: 9pt;
	/*border: 1px solid black;
	background-color: #AAF;*/
}

tfoot td {
	/*border-top: 1px solid black;*/
		font-size: 10px;
}

tbody td {
	/*padding: 0.5em;
	border-left: 1px solid black;
	border-right: 1px solid black;*/
		font-size: 9pt;
}

tbody tr.odd {
	/*background-color: #DDF;*/
		font-size: 9pt;
}

td.numeric,
th.numeric {
	/*text-align: right;*/
}
