.center {
	font-family: 'Roboto Condensed', Arial Condensed, Helvetica, sans-serif;
	display: block;
	font-size: 12px;
	color: #777777;
	text-align: center;
	font-weight: normal;
}


.table_head {
	font-family: 'Roboto Condensed', Arial Condensed, Helvetica, sans-serif;
	font-size: 16px;
	color: #003266;
	font-weight: 700;
	text-align: left;
	padding: 5px 0px 5px 15px;
	background-color: #bcccd7;
	text-transform: uppercase;
}

​#hidden 
{
    display: none;
}​