table.default {
	text-align: center;
	font-size: 14px;
	color: #333;
}
.default td.colTitle {
	text-align: left;
	font-weight: bold;
	background-color: #DFF2FF;
}
.default tr.odd td{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
.default th {
	background-color: #DFF2FF;
}
