@charset "UTF-8";
.background {
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
}
.body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	line-height: 22px;
	color: #65481C;
	padding-right: 24px;
	padding-left: 20px;
}
.body a:link {
	color: #65481C;
	text-decoration: none;
}
.body a:visited {
	color: #65481C;
	text-decoration: none;
}
.body a:hover {
	color: #65481C;
	text-decoration: underline;
}
.body a:active {
	color: #65481C;
}
.ProductNames {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	line-height: 22px;
	color: #5B461A;
	padding-right: 24px;
	padding-left: 50px;
	padding-top: -10px;
}
.ProductNames a:link {color: #5B461A; text-decoration: none; }
.ProductNames a:visited {color: #5B461A; text-decoration: none; }
.ProductNames a:hover {
	color: #5B461A;
	text-decoration: none;
}
.ProductTitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 30px;
	line-height: 22px;
	color: #C1D82F;
	padding-right: 24px;
	padding-left: 50px;
	letter-spacing: 2px;
	padding-top: 0px;
}

