@charset "utf-8";
.tableBack {
	background-image: url(images/table-bg.png);
	background-repeat: repeat-y;
}
.bodyCopy {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 20px;
}
a:link {
	color: #AD772A;
	text-decoration: none;
}
a:visited {
	color: #AD772A;
	text-decoration: none;
}
a:hover {
	color: #515323;
	text-decoration: underline;
}
a:active {
	color: #A76D61;
	text-decoration: underline;
}
ul {
	list-style-image: url(images/bullet.png);
}
.productName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #AD772A;
}
