/* Copyright XArt Design, Torsten Reim, www.xart-design.de */
@media print {
body * { font-size:12pt; font-family:"Times New Roman", Times, serif; }
body { padding:0; margin:0; border:0; color:black; background-color:white; }
a { color:black; background-color:white; font-weight:normal; text-decoration:underline; }
a:visited { color:black; background-color:white; font-weight:normal; text-decoration:underline; }
a:focus { color:black; background-color:white; font-weight:normal; text-decoration:underline; }
a:hover { color:black; background-color:white; font-weight:normal; text-decoration:underline; }
a:active { color:black; background-color:white; font-weight:normal; text-decoration:underline; }
h1 { font-size:16pt; font-weight:bold; text-decoration:underline; }
h2 { font-size:14pt; font-weight:bold; text-decoration:underline; }
h3 { font-size:12pt; font-weight:bold; text-decoration:underline; }
h1, h2, h3 { page-break-after:avoid; }
input, textarea { color:black; background-color:white; margin:0 0 1em 0; }
fieldset { border:0; padding-left:0; }
abbr[title]:after, acronym[title]:after { content:' (' attr(title) ')'; font-style:italic; }
a[href]:after { content:' <URL: ' attr(href) '>'; font-style:italic; }
blockquote, cite, q, address, em, code { font-style:italic; }
#content-container { padding-bottom:1em; }
#navigation-container, #footer-right, hr.clear, .float-right, #validate-container { display:none; }
#header-container img.noprint { display:none; }
#footer-left { border-top:1px solid black; }
}