/* CSS Document */

table, td, th {
	border: 0;
	font-size: 12px;
}

table.light-grey {
	color: #666;
}

td, th {
	padding:3px 5px;
}

th {
	text-align:left;
	background-color: #88c4e3;
	color: #FFFFFF;
	font-size: 14px;
}

td {
	text-alignZZZ:center;
}

tr.odd td {
	background-color: #d8e5f2;
}

table.i-table {
	border-bottom: solid 5px #88c4e3;
}