/****************************************************
	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 {
	background-image: none;
}

body, 
input, select, textarea, 
table, tr, 
h1, h2, h3, h4, h5, h6 {
	background-image: none !important;
	background-color: #FFFFFF !important;
	color: #000000 ! important;
}

td {
	background-color: #FFFFFF;
}


a, a:visited {
	margin: 0 !important;
	text-decoration: underline ! important;
	color: #000000 ! important;
}

div#ContentColumnInner ul {
	list-style-type: disc !important;
	margin: 0 0 1em 2em;
	padding: 0;
}

div#ContentColumnInner ul li,
p.UnorderedList {
	background-image: none !important;
	padding: 0.4em 0 0 0em;
}

div.Clear {
	display: none;
}

div#FrontpageColumnInner,
div#PageContainer,
div#ContentFrise {
	background-image: none !important;
}

