.normal {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
}
.P {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
}
.subheading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #FF6600;
	font-style: italic;
}
.heading {

	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	color: #FF9933;
	font-style: italic;
}
.caption {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	font-style: italic;
	color: #FF6633;
}
.price {

	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #00CC66;
	font-style: italic;
}
.previousprice {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #993333;
	font-style: italic;
	text-decoration: line-through;
}

a:link {
	color: #FF9933;
	text-decoration: underline;
	font-weight: bold;

}
a:visited {
	color: #FF9933;
	text-decoration: underline;
	font-weight: bold;

}
a:hover {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
