html,body {
 margin: 0;
 padding: 0;
}

.printonly {
 display: block !important;
}

.noprint {
 display: none !important;
}

body {
 background-color: #ffffff;
 background-image: none;
 color: #000000;
 font-family: arial;
 font-size: 12pt;
}

p,h1,h2,h3,h4,h5,h6 {
 margin: 6pt 0pt 6pt 0pt
}

#divRightCol {
 text-align: justify;
}

img,h1,h2,h3,h4,h5,h6,#printSignature {
 page-break-inside: avoid;
}

h1,h2,h3,h4,h5,h6 {
 page-break-after: avoid;
}

h1,h2,h3,h4,h5,h6,#divFooter {
 text-align: left;
}

a,a:after {
 text-decoration: none;
}

a {
 font-weight: bold;
}

a:after {
 content: " (" attr(href) ")";
 font-style: italic;
}

h1 {
 font-size: 16pt;
}

h2 {
 font-size: 14pt;
}

h3,h4,h5 {
 font-size: 12pt;
}

h6, ,a:after,#divFooterTitel {
 font-size: 10pt;
}

#printSignature {
 font-size: 8pt;
 margin: 6pt 0 6pt 0;
 border-top: medium solid #000000;
 border-bottom: medium solid #000000;
}

img {
 margin: 5pt;
}