.noPrint { 
display: none; 
} 
body { 
font-family: Georgia, "Times New Roman", Times, serif; 
font-size: 12px; 
color: #000000; 
background-color: #FFFFFF; 
} 
a{
	color: #000000;
	text-decoration: none;
}
a:link{
	color: #000000;
	text-decoration: underline;
}
a:visited{
	color: #000000;
	text-decoration: underline;
}
a:hover{
	color: #000000;
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6, h7 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}