.Grid 
{ 
	border: thin dotted 0px black; 
	width: 520px; 
}

.GridHeader
{
    background-color: white;
	font-weight:bold;

}

.txtQuantity
{
	text-align: center;
}

.GridItem
{
	border: thin dotted 1px black; 
	vertical-align: top;
    background-color: white;
	width:0px;
}

.GridAltItem
{
	background-color: white;
	vertical-align: top;
}

.AlignTextRightBold
{
	text-align: right;
	font-weight: bold;
}

.AlignText
{
	text-align: center;

}
