/*  
 *  print stylesheet
 */
body {
	margin: 0;
	padding: 20px;
	background-color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: black;
	text-align:left;
}
p, ol, ul, h1, h2, h3, h4, h5, h6, td{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	margin:  0 0 1.2em 0;
	font-size: small;			  /* correct value for newer browsers */
	line-height:  1.4em;
}
h1 {
	font-weight: normal;
	font-size: medium;			  /* correct value for newer browsers */
}
h2 {
	font-weight: bold;
	margin-bottom:  0;
}
h3 {
	font-weight: bold;
	margin-bottom:  0;
}
a{
	color:  #000000;
}

#upgradealert {
	display: none;
}
#textnav  h2{
	display: none;
}
#watermark{
	display: none;
}
#nav{
	display: none;
}
#content {
	background-color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: black;
}


