@charset "UTF-8";
/* CSS Document */


/* use a media query to limit the CSS to only print devices, like a printer */

body
{
  margin: 5mm 25mm 35mm 25mm;
}

#main_content {margin-top: 15mm} #header, #header img , #header nav, #footer {
display: none;
}

#main_content p.print {
	display: none; }

@page {
margin: 0.25cm;
}
body {
font: 12pt Georgia, "Times New Roman", Times, serif;
line-height: 1.2;
}
#main_menu,  #sidebar, #footer { display: none; }


