table {
	border-collapse: collapse;
}

tr {
	border-top:1px solid #cfdce5;
	border-bottom:2px solid #cfdce5;
	height: 20px;
}

td {
	padding-left: 5px;
}

tr.top {
	background-color: #d9eef4;
	height: 30px;
	font-weight: bolder;
}

td.tdLeft {
	border-left:1px solid #cfdce5;
	width: 75px;
}

