.bodyBG {
	background-image: url(../images/body-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #636466;
}
body {
	background-color: #000000;
}
.productBG {
	background-image: url(../images/productBG.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #5A5A5A;
}
a:link {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
}
a:active {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
}

