
						
	
table {
	width:100%;
	border-collapse:collapse;
	}
	
td {
	padding:.2em 1em;
	text-align:center;
	}				
th {
	text-align:left;
	padding:.2em 1em;
	}							
thead th {
	text-align:center;
	font:bold 1.2em/2em Arial,Helvetica,sans-serif;
	}	
tfoot th {
	text-align:center;
	}	
tfoot th strong {
	margin:.5em .5em .5em 0;
		}		
tfoot th em {
	color:#00ACE6;
	font-weight: bold;
	font-size: 1.1em;
	font-style: normal;
	}	

tr.odd td	{
	background:#EBEBEB;
	}
tr.odd .column1	{
	background:#EBEBEB;
	}
tr.odd .column2	{
	background:#ffffff;
	}