body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #474F49;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
}

a {
	color: #996633;
	text-decoration: none;
}
a:visited {
	color: #996633;
}
a:active {
	color: #996600;
}
a:hover {
	color: #cc9933;
}
p {
	line-height: 1.7em;
	margin-top: 0px;
	<!--I took this out to allow productlines.htm to center with each vendor.  With this line, some of the TD will not center properly. 6/07/07-->
	<!--text-align: justify;-->
}
h1 {
	font: 25px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0000c0;
	margin-top: 0px;
	margin-bottom: 12px;
}
h2 {
	font-size: 11px;
	font-weight: bold;
	color: #949D87;
	border-left: 11px solid #D7DACE;
	padding-left: 7px;
}

