	.PriceTable
	{
		font-family: Arial, Helvetica, sans-serif;
		color: #333333;
		border-collapse: collapse;
		border-left: #000000 solid 1px;
		float: left;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.PriceTable td,
	.PriceTable th
	{
		padding-left: 5px;
		padding-right: 5px;
	}
	.PriceTable td
	{	font-size: 8pt;	}
	.PriceTable th
	{	font-size: 10pt;	}
	.PriceTable .Quantity,
	.PriceTable .Price
	{
		border: #000000 solid 1px;
		text-align: center;
	}
	.PriceTable .Price
	{	height: 40px;	}
	.PriceTable th.Description
	{
		font-weight: bold;
		text-align: left;
	}
	.PriceTable .SalePrice
	{	color: #FF0000;	}
	.PriceTable .StdPrice,
	.PriceTable .StdPrice-Sale
	{	color: 000000;	}
	.PriceTable .StdPrice-Sale
	{	text-decoration: line-through;	}
	
	.HigherQuantities
	{
		clear: both;
		font-family: Arial, Helvetica, sans-serif;
		color: #333333;
		font-size: 10pt;
		font-weight: bold;
	}
