.CTableHeader {
	background-color: #0089e1;
	color: #ffffff; font-weight: bold;
}
 
.CTableCell {
	background-color: #ffffff;
	color: #000000; font-weight: normal;
}

.CTableCell ul {
	margin: 0px; padding: 5px 15px 5px 15px;
}

.CTableCell li {
	list-style-type: square;
}
