.Chart {
}

.Chart th 
{
	background-color: #ffffff;
	color: #000000;
	text-align: center;
	font-weight: bold;
	padding: 3px;
}

.Chart td
{
	color: #000000;
	text-align: center;
	font-weight: normal;
	padding: 3px;
}

.HH { background-color: #ccffcc; }
.SS { background-color: #ffe0e0; }
.DD { background-color: #cce0ff; }
.PP { background-color: #ffff99; }



.CardCount {
}

.CardCount th 
{
	background-color: #ffffff;
	color: #000000;
	text-align: left;
	font-weight: normal;
	padding: 3px;
}

.CardCount td 
{
	background-color: #ffffff;
	color: #000000;
	text-align: right;
	font-weight: bold;
	padding: 3px;
}

