.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999999;
	text-decoration: none;
}
.textlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999999;
	text-decoration: underline;
}
.textlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #336600;
	text-decoration: underline;
}
.textheadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #336600;
	text-decoration: none;
	font-weight: bold;
}
.textheadlinelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #336600;
	text-decoration: underline;
	font-weight: bold;
}
.textheadlinelink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
.textheadlinehuge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #336600;
	text-decoration: none;
	font-weight: bold;
}.outofstock {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #F00;
}

