<!--
/* ****************
* PRINT STYLE  *
***************** */

 #topSubMenu, .primaryNavigation, .secondaryNav {display:none;} 
 #leftSidebar, #NewsSubscription, #NewsSubscription2 {display:none;}
 #footer {display:none;}
 .page {width: 600px; border: 1 solid black}
 .page .threeQuarterColumn {width: 600px;}
 .halfColumn {width: 300px;}
 .quarterColumn {width: 150px;}
  
 body {font-size: 9pt;}
 @page { margin:0px; }
 h1, h2, h3, h4, h5, h6  { page-break-after: avoid; page-break-inside: avoid; }
 blockquote, pre, img { page-break-inside: avoid; }
 ul, ol, dl    { page-break-before: avoid; }
 
.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
 display: none !important;
 height: 0;
 width: 0;
 position: absolute;
 overflow: hidden;
}
span.sIFR-alternate {
 visibility: visible !important;
 display: block !important;
 position: static !important;
 left: auto !important;
 top: auto !important;
}
 
-->