/*  
 *  print stylesheet
 */
body {
	margin: 0;
	padding: 0;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
}
p, ol, ul, h1, h2, h3, h4, h5, h6, td{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin:  0 0 1.2em 0;
	font-size: xx-small;			   /* IE 5.x size value */
	voice-family: "\"}\"";			/* IE 5.x parse workaround */
	voice-family: inherit;		/* recover from the hack */
	font-size: x-small;			  /* correct value for newer browsers */
	line-height:  1.4em;
}

#upgradealert {
	display: none;
}
#textnav  h2{
	display: none;
}
#nav{
	display: none;
}
#content {
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
}


