.ProductTitle {
	font-family: Arial;
	font-size: 18pt;
	font-weight: bold
}
.RedProdText {
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
}
.ItemNumber  {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}
.Price       { font-family: Arial; color: #FF0000; font-size: 12pt; font-weight: bold }

a:hover   {
	color: rgba(51,153,153,1)
}

