/* Don't print the following */

#noprint
{
	display: none;
}

/* Print print-only header */

#yesprint
{
	display:		block;
	width: 			100%;
	background-color: #FFFFFF;
}

/* Set Page attributes for print */

#page 
{
	background-color:	#FFFFFF;
}
