BODY, P, LI, TD, TH, .input, .label, input, button
{
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    font-size: 9pt;
}
.ExpandCollapseTitle 
{ 
	FONT-WEIGHT: bold; 
	COLOR: #000000; 
	BACKGROUND-COLOR: #ffcc00 ;
	font-size: 9pt;
}

.DataGridAlternatingItem
{
    font-family: Arial, Helvetica, sans-serif;
	background-color: #d0d0d0;
	white-space:nowrap;
	text-decoration: none;
	font-size: 9pt;
}

.DataGridNormalItem
{
	background-color:white;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	white-space:nowrap;
	text-decoration: none;
	    font-size: 9pt;
}
.DataGridHeader
{
	background-color: #ffcc00;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
	white-space:nowrap;
	font-weight: bolder;
}