BODY, TD{
	font-size : 10px;
}

A, A:ACTIVE, A:HOVER, A:FOCUS {
	background-color : White;
	color : Black;
	text-decoration : none;
}

TABLE.PriceList{
	border-color : Black;
	border-style : solid;
	border-width : 1px;
	width : 100%;
}

TR.PriceListHeader{
	color : White;
	background-color : Black;	
	padding-left : 30px;
}

TR.PriceListHeader TD{
	padding : 3px;
	font-size : 10px;
	font-weight : bold;	
	color : White;
}

TABLE.PriceList TD{
	padding : 3px;
}

TABLE.PriceList TD.PriceListProductLine{

	border-top : 1px solid Silver;
}

.PriceListCategory{
	font-size : 12px;
	font-weight : bold;
	padding-top : 20px;
}

.PriceListSubHeader{
	font-style : italic;
	font-weight : bold;
}