/****************************************************
	P R I N T
****************************************************/
.HideOnPrint {
	display: none !important;
}

.ShowOnPrint {
	display: block !important;
}

.ResizeOnPrint {
	background: none !important;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
}

body, 
input, select, textarea, 
table, tr, td,
h1, h2, h3, h4, h5, h6,
a {
	background: none !important;
	background-color: #FFFFFF !important;
	color: #000000 !important;
}

a, a:visited {
	text-decoration: underline !important;
}
