/******************************************************************************************************
	PRINT VERSIE
******************************************************************************************************/	
@media print {
	body {
		background-color: #ffffff;
		font-family: verdana;
		font-size: 11px;
		padding: 0px;
		margin: 0px;
		height: 90%;
		background-color: blue;
	}
		#topLinksContainer,
		#topContainer,
		#headerContainer,
		#bottomSpacerContainer,
		#bottomContainer,
		#sidebarContainer,
		.contentImgHolder,
		.contentImgHolderx
		{
			display: none;
		}
	
	#contentTable {
		position: absolute;
		background-color: #ffffff;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
}