table {
	border-collapse: collapse;
	empty-cells: show;
	font-size: 11px;
}

tr.odd {
	background-color: #ededed;
}

table td {
	border: #004a9b 1px solid;
	padding: 2px;
}

tr.head {
	border: #004a9b 1px solid;	
	border-bottom: #004a9b 1px solid;	

}

table a {
	color: #c60d3b;
	text-decoration: none;
}
