@media print
{
    #Header1_TRTopBannerHTML {display:none}
    #TopmenuTD  {display:none}
    #TableLeftNavBar  {display:none}
    #TablebottomNavBar {display:none}
    #Footer1_TRFooterDisplayArticle  {display:none}
    #Footer1_TRBottomBannerArticle  {display:none}
    #Footer1_TRBottomBannerHTML  {display:none}
    #TDRHSArticle   {display:none} 	
    #TROuterTable {height:95%}
    #TRNavigation   {display:none} 	
    #TRSearchSection   {display:none} 	
    #TRTermList   {display:none} 	
    #TDForLeftCell {display:none}
    #TDForRightCell{display:none}


	P.breakhere {page-break-before: always}

}
@media screen
{
	P.breakhere {display:none}
}
