/* print styles */

  body  {
  		 background:white;
  		 font-size:10pt;
		 font-family: Arial, Helvetica, sans-serif;
	 }
  h1, h2, h3,
  h4, h5, h6    { page-break-after: avoid; page-break-inside: avoid;
  					color: #004282 }
  blockquote,
  pre           { page-break-inside: avoid; }
  ul, ol, dl    { page-break-before: avoid; }
  dl dt { margin-left:10px; font-weight:bold;}
  dl dd { margin-left:10px;}
  a:link, a:visited {
    color:blue;
/*    background:transparent;
*/    text-decoration:underline;
    }
  .hidden {display:none;}
  #Menu { display:none;}
  #icons { display:none;}
  #footer { display:none;}
  #head { margin:10px auto;}
  
  
h1 { font-size:20px;
	margin-top: 30px;}
h2 { font-size:16px;}
h3 { font-size:14px; font-weight:bold; margin-bottom:0;}
h4 { font-size:12px; font-weight:bold; margin-bottom:0;}
h5 { font-size:12px; font-weight:bold; margin-bottom:0;}
h6 { font-size:12px; font-weight:bold; margin-bottom:0;}




