/****************************************************
	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: none;
	margin:0;
	padding:0;
}

div#ContentColumnInner ul li,
p.UnorderedList {
	background-image: url("/Frontend/images/li.gif");
	background-position: 0 0.7em;
	background-repeat: no-repeat;
	padding: 0.4em 0 0 1em;
}

div.Clear {
	display: none;
}