/* CSS Document */
table.chartable caption
{
	font-weight: bold;
	text-align: left;
	font-size: 14px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
	padding-bottom: 5px;
}

table.chartable th, td
{
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: .2em;
}

table.chartable tr
{
	background: #B0C4D7;
}

table.chartable thead th
{
	background: #036;
	color: #fff;
}

table.chartable tbody th
{
	font-weight: normal;
	text-align: left;
	background: #658CB1;
}

table.chartable tr.alternate
{
	background: #D7E0EA;
}

table.chartable tr.alternate th
{
	background-color: #9FB8CE;
}
.chartable {
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

