#cellPage,
#cellWindow {
	position:			relative;
	
	top:				0px;
	left:				0px;

	margin:				0px 0px 0px 0px;	
	padding:			0px 0px 0px 0px;	

	width:				95%;
}

#cellHeader {
	display:			none;
}

#cellPrintHeader {
	margin:				0px 0px 20px 0px;	
	padding:			0px 0px 0px 0px;	

	display:			block;
	
	border-bottom:		1px solid #999999;
}

#cellBanner {
	display:			none;
}

#cellNavigation,
#cellSubNavigation {
	display:			none;
}

#cellSecondary {
	display:			none;
}

#cellContent {
	margin:				0px 0px 0px 0px;
	padding:			0px 0px 0px 0px;

	width:				100%;
	
	font-size:			14px;
}

#cellPrimary {
	margin:				0px 0px 0px 0px;	
	padding:			0px 0px 0px 0px;	

	width:				100%;
	height:				100%;
	
	overflow:			visible;
}

#cellFooter {
	display:			none;
}


