﻿/* CSS Document */

/* This is the stylesheet for printing */

#banner, #hauptnav, #fadebar, #left, #right, #footer { display: none; }

body {
 font-family: "Times New Roman", Serif; 
 font-size: 12pt;
 line-height: 14pt;
 }
 
h1, h2, h3, h4, h5, h6 {
 font-family: Arial, "Trebuchet MS", Helvetica, Sans-Serif;
 margin: 12pt 0 6pt 0;
 padding: 0;
}

h1 {
 font-size: 218%;
 }
	
h2 {
 font-size: 164%;
 color: #999;
 }

h3	{
 font-size: 145%;
 color: #666;
 }

h4	{
 font-size: 118%;
 }
 
p {	
 margin: 0 0 0.7em 0;
 padding: 0;
 text-align:justify;
 }

#copyrightprint {
 font-size: 10pt;
 margin-top: 20pt;
 padding-top: 6pt;
 border-top: 1px solid black;
 font-family: Courier, "Courier New", Monospace;
 font-weight: bold;
}

