/*format tables*/
.tablelines
{
 background-color:#22204E;
}/*color of the narrow line deviding up the table cells*/
.tabletitle{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 1.2em;
	color:#000000;
	/*background-color:#CCE5F4;8*/
	background-color:#e4f1e8;
	
	cellpadding:10;
}/*alter background color and font color. 
Not on all tables, only present if table has an extra heading*/
.tablehead{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 1.2em;
	color:#000000;
	/*background-color:#CCE5F4;*/
	background-color:#e4f1e8;
}/*alter background color and font color. 
Contains headings of table rows or columns.*/
.tablebody{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 1.2em;
	color:#000000;
	background-color:#FFFFFF;
}
/*alter background color and font color. 
Contains main body of the table.*/
.tabletotal{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 1.2em;
	color:#000000;
	/*background-color:#CCE5F4;*/
	background-color:#e4f1e8;
}