/*
 * PRINT CSS
*/


body	{
	color: #000;
	font-size:15pt;
	font-family:Helvetica, Arial, sans-serif;
}

p{
	margin-bottom: 3em;
	line-height:1.7em;
}


#Printme {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1.7em;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: no-repeat;
	clear: both;
}
.printIcon {
	display: none;
}

.footer {
   display:block;
 }