body {
  background-image: url(../images/bodyBG.jpg);
	background-repeat: repeat;
}
.blackBG {
  background-color: #000000;
}
.redBG {
  background-color: #FF0000;
}
.whiteBG {
  background-color: #FFFFFF;
}
.navBG {
	background-image: url(../images/navBG.jpg);
	background-repeat: no-repeat;
}
.prodBG {
  background-image: url(../images/prod_hdr.jpg);
	background-repeat: no-repeat;
}
.val1BG {
  background-image: url(../images/valuePak1.jpg);
  background-repeat: no-repeat;
}
.val2BG {
  background-image: url(../images/valuePak2.jpg);
  background-repeat: no-repeat;
}
.val3BG {
  background-image: url(../images/valuePak3.jpg);
  background-repeat: no-repeat;
}
.val4BG {
  background-image: url(../images/valuePak4.jpg);
  background-repeat: no-repeat;
}
.val5BG {
  background-image: url(../images/valuePak5.jpg);
  background-repeat: no-repeat;
}
.val6BG {
  background-image: url(../images/valuePak6.jpg);
  background-repeat: no-repeat;
}
td {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: 500;
	color: #000000;
}
.b {
  font-weight: 900;
}
.sm {
	font-family: Arial, sans-serif;
  font-size: 9px;
	font-weight: 500;
}
.white {
  color: #FFFFFF;
}
.guarantee {
  font-family: Arial, sans-serif;
  font-size: 24px;
	font-weight: 900;
	color: #FF0000;
}
.h1 {
	font-family: Arial, sans-serif;
  font-size: 30px;
	font-weight: 900;
}
.h2 {
	font-family: Arial, sans-serif;
  font-size: 24px;
	font-weight: 900;
}
.h3 {
	font-family: Arial, sans-serif;
  font-size: 16px;
	font-weight: 900;
}
.h4 {
	font-family: Arial, sans-serif;
  font-size: 14px;
	font-weight: 900;
}
a:link {
	color: #FF0000;
	text-decoration:none;
}
a:visited {
	color: #FF0000;
	text-decoration:none;
}
a:hover {
	color: #000000;
	text-decoration:underline;
}
a.nav:link {
	color: #FFFFFF;
	text-decoration:none;
	font-family: Arial, sans-serif;
	font-weight: 900;
}
a.nav:visited {
	color: #FFFFFF;
	text-decoration:none;
	font-family: Arial, sans-serif;
	font-weight: 900;
}
a.nav:hover {
	color: #000000;
	text-decoration:none;
	font-family: Arial, sans-serif;
	font-weight: 900;
}
a.prod:link {
	color: #FFFFFF;
	text-decoration:none;
	font-family: Arial, sans-serif;
	font-weight: 900;
}
a.prod:visited {
	color: #FFFFFF;
	text-decoration:none;
	font-family: Arial, sans-serif;
	font-weight: 900;
}
a.prod:hover {
	color: #FF0000;
	text-decoration:none;
	font-family: Arial, sans-serif;
	font-weight: 900;
}


