.DataGrid 
{
	font-family: Verdana;
	background-color: #ffffff;
	width: 100%;
	border: 1px solid #e0e0e0;
}
.DataGrid td
{
	font-family: Verdana;
	padding: 2px 2px 2px 2px;
}
.DataGridAlternatingItem 
{
	background-color: #EDEDED;
}
.DataGridHeader
{
	font-weight: bolder;
}
.DataGridHeader a
{
	text-decoration: none;
	color: #000000;
	BORDER-BOTTOM: none;
}
.DataGridHeader td
{
	text-align: center;
	color: #8a8aaa;
	background-image: url(../images/footer_background.gif);
	background-repeat: repeat-x;
}
.DataGridFooter
{
	background-color: #FDFA98;
}
.DataGridPager
{
	background-color: #FDFA98;
}	
.DataGridPager td 
{
	font-size: 8pt;
}
