/*
 * WebFH HTML Page Styles for Printing
 * Overrides values defined in nglm.css
 * Must be loaded after nglm.css
 *  
*/
.noprint {
  display : none;
}

.noscreen {
  display: inline;
}

html body {
  background-color: #ffffff;
}

.ngHeader {
	color: #000000;
	background-color: #ffffff;
}

.pagebreakbefore {
  page-break-before:always;
}

.newlink { 
  display : none;
}

.resultsheader { 
  background-color: #ffffff;
  color: #000000; 
  font-weight:bold; 
}

.frame { 
  color: #000000; 
  font-family: Arial, Helvetica, sans-serif;  
  font-size:14pt; 
  font-weight:bold; 
  text-align:center; 
}

.smallframe { 
  color: #000000; 
  font-size:10pt; 
  font-weight:bold; 
  vertical-align:middle;
}

a:link, a:visited {
  color: #000000; 
  font-style : normal;
  text-decoration : none;
}
