/* Hide page elements
==============================================================================*/
div.sub,
#flashcontent,
#navigation_main_small, 
#sec_navigation, 
#top, 
#leftcol,
#rightcol,
#footer,
#navigation_main,
#navigation_main_p,
.debug_toggle { 
	display: none ;  
	height: 0;
	width: 0;
}
/* Reset global whitespace
==============================================================================*/   

/* Format elements to print
==============================================================================*/   
* {
	border: 0;
	float: none !important;
	font-size: 9pt;	
	margin: 0%;
	padding: 0%;	
}
#content {
	width: auto;
	color: black;
	background: transparent none;
	background-color: #FFFFFF;
	border: none;
	float: none;   
   }
#rightcol   {
   font-size: 8pt;
   width: auto;

   float: none;
   background: transparent none;
   white-space: nowrap;
}
#rightcol a, .links_box a {
   font-size: 8pt;
}
a:link, a:visited {
   background: transparent;
   text-decoration: underline;
   }
