@CHARSET "ISO-8859-1";

	/*PRINTABLE STYLES*/
	@page {
	  size: A4;   /* auto is the initial value */
	  margin:10mm;
	}
	@page { size : portrait }
	@page rotated { size : landscape }

	@page :first {
	 margin-top:10mm;    /* Top margin on first page 0cm */
	}
	@page {
      margin-left:10mm;
      margin-right:10mm;
   }

  body * {
    visibility:hidden;
    margin: 0;
    padding: 0;
    max-height: 24cm !important;
    overflow:hidden;
  }
  body { background: white; }

  .no-print {
    visibility:hidden;
    display:none;
  }

  .section_to_print, .section_to_print *{
    visibility:visible !important;
    display:block !important;
  }

  .section_to_print {
  	margin-top:1pt;
  	color: black;
	font-size:12pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.3;
  }