





div.topPrice	{
	background-color: #EFEFEF;
	color: #999999;
	font-weight: normal;
	font-style: normal;
	font-size: xx-small;
	margin: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	text-align: center;
}

div.midPrice	{
	background-color: transparent;
	color: #000000;
	font-weight: bold;
	font-style: normal;
	font-size: x-small;
	margin: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	text-align: center;
}

div.lowPrice	{
	background-color: #FF0000;
	color: #FFFFFF;
	font-weight: bold;
	font-style: normal;
	font-size: small;
	margin: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	text-align: center;
}

div.savingsLine	{
	background-color: transparent;
	color: #FF0000;
	font-weight: bold;
	font-style: normal;
	font-size: xx-small;
	margin: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	text-align: center;
}


