/****************************************************
	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 !important;
}

body, 
input, select, textarea, 
table, tr, td,
h1, h2, h3, h4, h5, h6 {
	background-color: #FFFFFF ! important;
	color: #000000 ! important;
}

a, a:visited {
	background-image: none !important;
	padding: 0px !important;
	text-decoration: underline !important;
	color: #000000 !important;
}

div#ContentColumnInner ul {
	list-style-type: disc !important;
	margin: 0 0 1em 2em !important;
	padding: 0 !important;
}

div#ContentColumnInner ul li,
p.UnorderedList {
	background-image: none !important;
	padding: 0.4em 0 0 0em !important;
}

div.Clear {
	clear: both;
	height: 0;
	overflow: hidden;
}