@charset "ISO-8859-1";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #FFEF96;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
.intro {
	font-size: 13px;
	line-height: 21px;
	font-weight: bold;
	color: #000000;
}
.jumptoproducts {
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	letter-spacing: 0px;
}
.red {
	color: #E90012;
}
.producttitle {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #E90012;
	text-decoration: none;
}
.productdescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #E90012;
}
