/*
This style sheet is for print preview from a browser.
All DIVs are hidden except the main one
*/

/* Sample Stylesheet */
BODY, P, PRE, .bodybg  {
  color: black; 
  background-color: white; 
  font: 100% Helvetica, Arial, sans-serif;
  background-image: url(../images/spacer.gif);
  font-size: small;
}

/* spread main content across page */
div#file, .content_div {
  left: 0; 
  top: 0; 
  margin: 0; 
  padding: 0; 
  border: 0; 
  width: 100%;
  height: 100%;
  color: black; 
  background-color: white;
}

/* hide all the screen-specific stuff:
   nav bar, even the site logo */
.noprint, div#navigation, div#logo, div#div_advertisement {
  visibility : hidden;
  display: none;
}


.menubar, .itsy, .subhead, .noprint, TD.MenuBar_Table, div#LINKEXCHANGE {
  display: none;
  width: 10px;
  background-color: white;
}

TABLE.MainTable {
	background-color: WHITE;
	align: center;
	border:0px;
}

#'NSfile' {  }
.darkyellow {
	background-color: WHITE;
}

.bodybg {
	color: black;
	background-color: white;
}

H1, H1.quote, H2, H3 {
	margin-top: 40px;
	margin-bottom: -10px;
	padding: 0px;
	page-break-before: always;
}
