/*DefaultWebStyle cssPrint10Body*/body {	font-family: Courier;	font-size: 10pt;	color: black;	background: white;	margin: 0; border: 0; padding: 0;	}/*DefaultWebStyle cssPrint11Page*/@page {    size: A4 portrait;/*    margin: 54mm 16mm 27mm 16mm; */}@page {    @top { margin-top: 27mm; content: flow(header) };    @bottom-center { content: counter(page) " od "  counter(pages); }}/*DefaultWebStyle cssPrint21Text*/td { font-size: 8pt }h1,h2,h3,h4,h5 { font-family: Arial, Helvetica, sans-serif; }h1 { font-size: 14pt; }h2 { font-size: 12pt; margin-top: 25pt; }h3 { font-size: 11pt; margin-top: 20pt; }h4 { font-size: 11pt; }h5 { font-size: 10pt; }/*DefaultWebStyle cssPrint22Links*/a:link, a:visited, a:active, a:hover {	color: black;	background: transparent;	font-weight: normal;	text-decoration: none;	}/* #content a:link:after, #content a:visited:after  { content: " (" attr(href) ") "; }  expanded links! *//*DefaultWebStyle cssPrint25PageBreak*/.pageBreak { page-break-after: always; }/*DefaultWebStyle cssPrint90Hide*/#banner, #header, #logo, #dashboard, #switcher { display: none; }#navigation, #hierarchyLinks { display: none; }/*DefaultWebStyle cssPrint9Show*/.print { display: show; }.printOnly { display: show; }