﻿table {
	width:90%;
	border-top:1px solid #e3f1fe;
	border-right:1px solid #e3f1fe;
	margin:1em auto;
	border-collapse:collapse;
	}
tr.odd td,
tr.odd .column1 {
	background:#f4f9fe ;
	}	
.column1	{
	background:#f9fcfe;
	font-size:12px;
	font-weight: bold;

	}
td {
	color: #CD411D;
	border-bottom: 1px solid #e3f1fe;
	border-left: 1px solid #e5eff8;
	padding: .3em 1em;
	text-align: center;
}				
th {
	font-weight:normal;
	color: #354980;
	text-align:left;
	border-bottom: 1px solid #e3f1fe;
	border-left:1px solid #e5eff8;
	padding:.3em 1em;
	}	
.odd td .img {
		text-align: center;

}
thead th {
	background: #f4f9fe;
	font-size: 12px;
	text-align: center;
	font-family: "Lucida Grande", Arial, Helvetica, Verdana, Tahoma, sans-serif;
	color: #CD411D;
	font-weight: bold;
}				
tfoot th {
	background:#f4f9fe;
	text-align:center;
	}	
