/*
*	printstyle.css
*	Stylesheet to make the site more printer-friendly for visitors
*/

#pmBody {padding : 0px;margin : 0px;font-family : "Trebuchet MS","Tahoma","Verdana","Arial","Times New Roman", sans-serif;font-size : 9pt;color : black;}
#footerBar {display : none !important;}
/* Design DIVs */
#topImgBox{display : none !important;}
#navMenuDiv{display : none !important;}
#mainContainer {padding : 5px;}
#leftMenuContainer {display:none !important;}
#mainContent {display : block !important; margin : auto !important;}
	
ul.navTabs { border-bottom : 1px solid black !important;}
ul.navTabs li {visibility:hidden !important;}
ul.navTabs li.activeTab a {background-color : #fff;color : #000;margin-top : 1px;border-bottom : 0px;visibility:visible !important;}
.navTabContent {border : 0px solid black !important;}


/*======================================================================*\
|| ####################################################################
|| # File Revision:    $Revision: 225 $
|| # Last Change:      $LastChangedDate: 2009-07-02 15:55:00 -0700 (Thu, 02 Jul 2009) $
|| # Last Commit By:   $Author: JDS $
|| ####################################################################
\*======================================================================*/
