/****************************************************
	P R I N T
****************************************************/
.HideOnPrint {
	display: none ! important;
}

.ShowOnPrint {
	display: block ! important;
}

.ResizeOnPrint {
	border: 0 ! important;
	margin: 0 ! important;
	padding: 0 ! important;
	width: 100% ! important;
}

body,
div#ColumnsContainer,
div#Page,
div#PageContainer,
b {
	background-image: none !important;
	background-color: #ffffff !important;
}

body, 
input, select, textarea, 
table, tr, td,
h1, h2, h3, h4, h5, h6,
a {
	background-color: #FFFFFF ! important;
	color: #000000 ! important;
}

a, a:visited {
	text-decoration: underline ! important;
}

div#LeftInclContentColumn {
	background-image: none;
	background-color: #ffffff;
}

div#Content {
	border: 0px solid black;
	padding: 0 ! important;
	margin: 0 ! important;
	font-size: 120%;
	width: 99% ! important;
}


