body { 
  background-color: #000000;
}
.filler {
  height: 1000 px;
  background-image:url(../images/spacer.gif);
	background-color: #000000;
}
.headerBG {
  background-image: url(../images/hdr.jpg);
	background-repeat: no-repeat;
}
.greenBG {
	background-image: url(../images/spacer-green.gif);
	background-repeat: repeat;
}
.blueBG {
	background-color: #336699;
}
.whiteBG {
	background-color: #FFFFFF;
}
.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-size: 9px;
	font-weight: 500;
}
.blue {
  color: #336699;
}
.white {
  color: #FFFFFF;
}
.h1 {
  font-family: Arial, sans-serif;
  color: #336699;
  font-size: 30px;
	font-weight: 900;
}
.h2 {
  font-family: Arial, sans-serif;
  color: #336699;
  font-size: 24px;
	font-weight: 900;
}
.h3 {
  font-family: Arial, sans-serif;
  color: #336699;
  font-size: 16px;
	font-weight: 900;
}
.h4 {
  font-family: Arial, sans-serif;
  color: #336699;
  font-size: 14px;
	font-weight: 900;
}
a:link {
	color: #336699;
	text-decoration: none;
}
a:visited {
	color: #336699;
	text-decoration: none;
}
a:hover {
	color: #336699;
	text-decoration: underline;
}
a.nav:link {
  font-family: Arial, sans-serif;
	color: #FFFFFF;
	text-decoration:none;
	font-size: 15px;
	font-weight: 700;
}
a.nav:visited {
  font-family: Arial, sans-serif;
	color: #FFFFFF;
	text-decoration:none;
	font-size: 15px;
	font-weight: 700;
}
a.nav:hover {
  font-family: Arial, sans-serif;
	color: #336699;
	text-decoration:none;
	font-size: 15px;
	font-weight: 700;
}
a.navSm:link {
  font-family: Arial, sans-serif;
	color: #FFFFFF;
	text-decoration:none;
	font-size: 11px;
	font-weight: 500;
}
a.navSm:visited {
  font-family: Arial, sans-serif;
	color: #FFFFFF;
	text-decoration:none;
	font-size: 11px;
	font-weight: 500;
}
a.navSm:hover {
  font-family: Arial, sans-serif;
	color: #336699;
	text-decoration:none;
	font-size: 11px;
	font-weight: 500;
}

