/* ===============================================
The style for the counter page
=============================================== */

table.counter
	{
	width: 100%;
	border-collapse: collapse;
	
	}

td.counter
	{
	vertical-align: top;
	text-align: center;
	
	}


