
table	
	{ 
	border-collapse: collapse;
	width: 630px;
	}
	
tr 	
	{ 
	border: none; 
	}
	
td 	
	{
	width: 126px;
	height: 20px;
	vertical-align: middle;
	}

.MainTable
	{
	font-size: 18px;
	text-align: center;
	font-family: courier, courier new;
	}

td.title
	{
	height: 50px;
	font-size: 16px;
	}

td.metric
	{
	font-size: 13px;
	}
    
td.update
	{
	font-size: 10px;
	}

span.subtitle
	{
	font-size: 12px;
	}
    