/* CSS Document */



/* TABLE THEMES */
.table_styled
{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.table_styled tr th 
{
	padding: 5px;
	font-size: 14px;
	background-color:#990000;
	color: #FFFFFF;
	font-weight: bold; 
}

.table_styled tr td
{
	text-align:center;
}
