
/* ------------------------------------------------------------------------------------------------ */
/* -- Redefine Styles for printer-friendly pages
/* ------------------------------------------------------------------------------------------------ */
	
@media print 
{

	/* ------------------------------------------------------------------------------------------------ */
	/* -- Redefine HTML tags
	/* ------------------------------------------------------------------------------------------------ */
	
	
	/* ------------------------------------------------------------------------------------------------ */
	/* ------------------------------------------------------------------------------------------------ */
	
	
	
	
	/* ------------------------------------------------------------------------------------------------ */
	/* -- General Page Layout
	/* ------------------------------------------------------------------------------------------------ */
	
	#table_PageHolder { width: 100%; }
	#div_ThumbnailArea { width: 580px; }	
	
	.PageBg_TopLeft { display: none; }
	.PageBg_TopRight { display: none; }
	.PageBg_BottomLeft { display: none; }
	.PageBg_BottomRight { display: none; }
	.PageBg_Left { display: none; }
	.PageBg_Right { display: none; }

	.PageBg_Top { border-bottom: 1px solid #999999; padding-bottom: 10px; }	
	.PageBg_Bottom { border-top: 1px solid #999999; }	
	
	/* ------------------------------------------------------------------------------------------------ */
	/* ------------------------------------------------------------------------------------------------ */
	



	/* ------------------------------------------------------------------------------------------------ */
	/* -- General Content Styles
	/* ------------------------------------------------------------------------------------------------ */
	
	
	/* ------------------------------------------------------------------------------------------------ */
	/* ------------------------------------------------------------------------------------------------ */		

}

/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
