/* STYLESHEET FOR PRINT FORMATTING */
body { 
	background:#ffffff;
	font-family:Times New Roman, Times, serif;
	font-size:12pt;
}
#masthead h1 
{
	text-indent:0;
}
.noprint { display:none; }
h1, .header { 
	font-weight:bold; 
	font-size:200%; 
}
a { color: black; text-decoration:none; }
#navbar { display:none; }

