
table  {font-size : 12px; }

table.table1{
	background-color : #CCCCCC;
	border-width : 0;
}
td.td1{
	background-color : #DDDDDD;
	font-size : 11px;
}
td.td2{
	background-color : #FFFFFF
}

h1 {
	color: Maroon;
	font-size : 18px;
	font-weight : bold;
	text-align : center;
}

h2 {
	color: Maroon;
	font-size : 16px;
	font-weight : bold;
	text-align : left;
}


