body {
	text-align: center;/* hack for ie5*/
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: small;
	color: #47381B;
	margin: 0px;
	padding: 0px;
	background-color: #dcdcdc;
	height:100%; 
}

.central {
margin-right: auto;/*centres in compliant browsers*/
margin-left: auto;/* "	" */
width: 755px;
text-align: left;
background-color: White;
height: 100%;
padding: 10px;
border: solid 1px silver;
}

.bl {background: url(bl.gif) 0 100% no-repeat; width: 20em; background-color: #c0c0c0; text-align:center;}
.br {background: url(br.gif) 100% 100% no-repeat;}
.tr {background: url(tr.gif) 100% 0 no-repeat;}
.tl {background: url(tl.gif) 0 0 no-repeat; padding: 10px;}

.GridHeader
{
    font-weight: bold; 
    background-color: #EAE6D7;
    height: 55px;
}
.GridItem
{
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
	border-bottom-width: 1px;
}
.GridAltItem
{
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
	border-bottom-width: 1px;
}
