body {
  background-image:url(../images/spacerBG.gif);
	background-repeat:repeat;
}
.headerBG {
  background-image:url(../images/hdr.jpg);
	background-repeat:no-repeat;
}
.whiteBG {
  background-color:#FFFFFF;
}
.stripeBG {
  background-color:#663300;
}
.blueBG {
  background-color:#00CCFF;
}
.tanBG {
  background-color:#FFCC99;
}
.redBG {
  background-color: #FF0000;
}
.greenBG {
  background-color: #33CC66;
}
.yellowBG {
  background-color: #FFFF00;
}
.navLeftBG {
  background-image: url(../images/navBG.jpg);
  background-repeat: repeat-y;
}
.navLeftBtn {
  background-image:url(../images/navBtn.jpg);
	background-repeat:no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:900;
	text-align:center;
	width:150px;
	height:27px;
}
.navBox {
  background-image:url(../images/navBox.jpg);
	background-repeat:repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:900;
	text-indent:25px;
	width:150px;
	height:15px;
}
.brownBG {
  background-color: #CC9966;
}
.navRightBtn {
  background-image:url(../images/navRightBtn.jpg);
	background-repeat:no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	width:150px;
	height:27px;
}
td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:500;
	color: #663300;
}
.b {
  font-weight: 900;
}
.sm {
  font-size: 9px;
	font-weight: 900;
	color: #996633;
}
.yellow {
  color:#FFCC66;
}
.h1 {
  font-size:30px;
	font-weight:900;
	text-align:center;
}
.h2 {
  font-size:24px;
	font-weight:900;
	text-align:center;
}
.h3 {
  font-size:18px;
	font-weight:800;
	text-align:center;
}
.h4 {
  font-size:15px;
	font-weight:700;
	text-align:center;
}

a:link { color: #FF3300;	text-decoration:none; }
a:visited { color: #FF3300; text-decoration:none; }
a:hover { color: #663300; text-decoration:underline; }

a.nl:link {color:#663300; text-decoration:none;}
a.nl:visited {color:#663300; text-decoration:none;}
a.nl:hover {color:#663300; text-decoration:none;}

a.nav:link { color: #FFCC66; text-decoration:none; }
a.nav:visited { color: #FFCC66; text-decoration:none; }
a.nav:hover { color: #FF6633; text-decoration:none; }

a.navR:link { color: #663300; text-decoration:none; }
a.navR:visited { color: #663300; text-decoration:none; }
a.navR:hover { color: #FF6633; text-decoration:none; }

a.menu:link { color: #FFCC66; text-decoration:none; }
a.menu:visited { color: #FFCC66; text-decoration:none; }
a.menu:hover { color: #FF6633; text-decoration:none; }

/********** VALUE PACKS BG **********/
.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;
}

p {
	margin: 0.5em 0;
	text-align: justify;
}
