@charset "utf-8";
/* CSS Document */

/*this style sheet is only here for printing purposes*/
body, h1, h2, h3, h4, h5, h6, p, ul, ol, table, span, strong{
	color: black !important;	
}
#header{
	display: none !important;	
}
#hiddenEmailConstructionSpace{
	display: block !important;	
}
#hiddenContactSpace{
	display: block !important;
}
#grandTotal{
	text-align: right;
}

.printHide{
	display: none !important;
}
.printShow{
	visibility:visible !important;
}
