body
{
	font-family: arial,sans-serif;
	font-size: 10pt;
	color: #000000;
}
#tableContainer
{
	border-color: #999999;
	background-color: #FFFFFF
}
#tableContainer thead tr th
{
	font-family: arial,sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #336699;
	border: 1px solid #000000;
}
#tableContainer tbody tr th
{
	font-family: arial,sans-serif;
	font-size: 9pt;
	color: #000000;
	font-weight: bold;
	background-color: #CCCCCC;
	border: 1px solid #000000;
}
#tableContainer tbody tr td
{
	font-family: arial,sans-serif;
	font-size: 9pt;
	color: #000000;
	font-weight: normal;
	border: 1px solid #000000;
}
#tableContainer tbody tr td.selectedRow
{
	color: #FFFFFF;
	background-color: #336699;
}
#tableContainer tbody tr.notSelectedRow
{
	color: #000000;
	background-color: #FFFFFF;
}
#tableContainer tbody tr.alternateRow
{
	color: #000000;
	background-color: #CCCCCC;
}