BODY {
/*  background-image: url(/nof/support/_img/bg_archived.gif);
  background-repeat: repeat;
  background-attachment: fixed;*/
  background-color: White; 
  font-family: Verdana, Helvetica, Arial, Sans;
  font-size: 100%;
  color: black;
  }
DIV, SPAN, P, UL, A, LI, TD {
  font-family: Verdana, Helvetica, Arial, Sans;
  font-size: 100%;
  color: black;
  }
H1 {
  font-family: Verdana, Helvetica, Arial, Sans;
  font-size: 	130%;
  font-weight: bold;
  }
H2 {
  font-family: Verdana, Helvetica, Arial, Sans;
  font-size: 	115%;
  font-weight: bold;
  }
H3 {
  font-family: Verdana, Helvetica, Arial, Sans;
  font-size: 	105%;
  font-weight: bold;
  }
// for navigation mast
DIV.navlabel {
	margin: 12px 0px 5px 0px;
	width: 122px;
  }
DIV.navbullet {
	margin: 5px 0px;
	width: 122px;
  }
A.navLink {
	font-size: 80%;
  }
// various site text sizes
.text {
	font-size: 100%;
  }
.smalltext {
	font-size: 75%;
  }
.title1 {
	font-size: 160%;
	font-weight: bold;
}
.title2 {
	font-size: 120%;
}
.title3 {
	font-size: 110%;
}
// structural components
HR {
   height: 1px;
	 width: 100%;
	 color: #3399CC;
	 }	


