/****************************************************
	P R I N T
****************************************************/
div#HeaderContainer, 
div#FooterContainer, 
td#ToolsColumn,
td#MinHeightColumn, 
td#InfoColumn, 
div#ContentMenu, 
.HideOnPrint {
	display: none;
}

.ShowOnPrint {
	display: block ! important;
}

body,
div#PageContainer,
div#Page,
td#ContentColumn,
table#ColumnsContainer,
div#ContentColumnInner {
	border: 0;
	margin: 0;
	padding: 0;

	width: 100% ! important;
}

body {
	color: #000000;
}

h1, h2, h3, h4, h5, h6 {
	color: Black;
}

