body { 
}
.headerBG {
  background-image: url(/images/hdr_BG.jpg);
	background-repeat: repeat-x;
}
.headerTitle {
  background-image: url(/images/hdr_title.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.navBG {
  background-image: url(/images/nav_BG.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.navBtn {
	background-image: url(/images/navBtn.jpg);
	background-repeat: no-repeat;
	text-align:center;
	height:35;
	text-indent:15px;
}
.rightBG {
  background-image: url(/images/bannerNav_BG.jpg);
	background-repeat: repeat-y;
}
.footerBG {
  background-image: url(/images/footer_filler.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.stripeBG {
  background-color: #0000CC;
}
.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, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: #000000;
}
.b {
  font-weight: 900;
}
.sm {
  font-size: 9px;
}
.instruct {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 800;
} 
.h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
	font-weight: 900;
	text-align:center;
}
.h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
	font-weight: 900;
}
.h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
	font-weight: 700;
}
.h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
	font-weight: 700;
}
a:link {
	color: #0000FF;
	text-decoration:none;
}
a:visited {
	color: #0000FF;
	text-decoration:none;
}
a:hover {
	color: #000000;
	text-decoration:underline;
}

a.nl:link {color:#000000; text-decoration:none;}
a.nl:visited {color:#000000; text-decoration:none;}
a.nl:hover {color:#000000; text-decoration:none;}

a.nav:link {
	color: #FFFFFF;
	text-decoration:none;
	font-family: Arial, sans-serif;
	font-size: 17px;
	font-weight: 900;
}
a.nav:visited {
	color: #FFFFFF;
	text-decoration:none;
	font-family: Arial, sans-serif;
	font-size: 17px;
	font-weight: 900;
}
a.nav:hover {
	color: #CCCCFF;
	text-decoration:none;
	font-family: Arial, sans-serif;
	font-size: 17px;
	font-weight: 900;
}

