.priceText {
	font-family: verdana;
	font-size: 11px;
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
}
.smallText {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
a:link {
	font-family: verdana;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
a:visited {
	font-family: verdana;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
a:hover {
	font-family: verdana;
	font-size: 10px;
	color: #FF6600;
	background-color: #FFCC99;
	text-decoration: blink;
	
}
.catHeading {
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.subHeading {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.smallHeading {
	font-family: verdana;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
}
.normalText {
	font-family: verdana;
	font-size: 12px;
	text-decoration: none;
}
.redHeading {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.smallRed {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}