.GridHeader
{
	font-weight: bold;
	font-size: 8pt;
	color: #ffffff;
	font-family: Tahoma, Arial, Verdana;
	height: 25px;
	background-color: #009900;
	text-align: center;
}
.GridRow
{
	font-weight: normal;
	font-size: 8pt;
	color: #000000;
	font-family: Tahoma, Arial, Verdana;
	height: 18px;
	background-color: #ffffff;
	text-align: left;
}
.GridRowPanel
{
	font-weight: normal;
	font-size: 8pt;
	color: #000000;
	border-bottom: #009900 1px solid;
	font-family: Tahoma, Arial, Verdana;
	list-style-type: square;
	background-color: #f8ffe6;
	text-align: left;
}
.GridRowAlt
{
	font-weight: normal;
	font-size: 8pt;
	color: #000000;
	font-family: Tahoma, Arial, Verdana;
	height: 18px;
	background-color: #f0f0f0;
	text-align: left;
}
.GridPage
{
	border-top: white 1px solid;
	font-weight: bold;
	font-size: 10pt;
	color: #ffffff;
	font-family: Tahoma, Arial, Verdana;
	background-color: #009900;
	text-align: center;
}
.GridRowPanelHead
{	
	font-weight: bold;
	font-size: 8pt;
	color: #000000;
	font-family: Tahoma, Arial, Verdana;
	text-align: left;
}
.GridRowPanelBody
{	
	font-weight: normal;
	font-size: 8pt;
	color: #000000;
	font-family: Tahoma, Arial, Verdana;
	text-align: left;
}
.GridFooter
{
	border-top: #ffcc00 1px dotted;
	font-size: 8pt;
	border-bottom: #ffcc00 1px dotted;
	font-family: Tahoma, Arial;
}