.DataGridTitle
{
	border-left:solid 0px white;
	border-top:solid 0px #3366cc;
	border-right:solid 0px white;
	border-bottom:solid 2px #3366cc;
	background:#87CEFA;
	cursor: default;
	font-family:Arial,Verdana;
	font-size:10pt;
	font-weight:bold;
}
.DataGridPage
{
	color :Blue; 
	font-family:Arial,Verdana;
	font-size:9pt;
	font-weight:bold;
}
.DataGridRow
{
	border-top:0px;
	border-right:solid 1px black;
	border-left:0px;
	border-bottom:inset 1px black;
	background: #ffffff;
	cursor: default;
	font-family:Arial, Verdana;
	font-size:8pt;
	font-weight:bold;
}

.DataGridRow1
{
	border-top:0px;
	border-right:solid 1px black;
	border-left:0px;
	border-bottom:inset 1px black;
	background: #ffffff;
	cursor: default;
	font-family:Arial, Verdana;
	font-size:8pt;
	font-weight:normal;
}