/****************************************************
	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, 
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#ContentColumnInner ul {
	list-style-type: circle;
	margin: 0 0 0.8em 1.5em;
	padding: 0;
}

div#ContentColumnInner ul li {
	list-style-type: disc;
	background: none;
	padding: 4px 0 0 0.5em;
}

div.Clear {
	display: none;
}
