TABLE.TABLE_DataGrid
{
	background-color: White;
	width: 100%;
	border: 1px solid #395F98;
	font-size: 8pt;	
}
TABLE.TABLE_DataGrid TR.TR_Header
{
	background-color: #517DBF;
	color: #FFFFFF
}
TABLE.TABLE_DataGrid TR.TR_Item
{
	background-color: #EBF0F9;
	color: #000000;
}
TABLE.TABLE_DataGrid TR.TR_AlternateItem
{
	background-color: #D2DEF2;
	color: #000000;
}
TABLE.TABLE_DataGrid TR.TR_SelectedItem
{
	background-color: #dc143c;
	color: White;
}
TABLE.TABLE_DataGrid TR.TR_Footer
{
	background-color: #517DBF;
	color: #FFFFFF;
}