/* CSS
 *  Version: 2.01
 *  File: ehl_print.css
 *  created: 16.01.2004, Daniel Einig
 *  status: 12.10.2007
 **/

body { 
    margin: 0px; 
}

div, p, td, th, body {
    color: black; 
    font-size: 8pt; 
    font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif; 
}

h1 { 
    color: black; 
    font-size: 16pt; 
}

h2 { 
    color: black; 
    font-size: 12pt; 
}

h3 { 
    color: black; 
    font-size: 14pt; 
    font-weight: bold
}

h4 { 
    color: black; 
    font-size: 10pt; 
    font-weight: bold
}

h5 { 
    color: black; 
    font-size: 8pt; 
    font-weight: bold
}

hr { 
    width:100%; 
    color: black; 
    background-color:#6EBB21; 
    height:2px; 
    border: none 
}

a:link, 
a:visited, 
a:active { 
    color: black; 
    text-decoration:underline; 
}

a:hover { 
    color: black; 
    text-decoration:underline; 
}
 

.dark { 
    color: black; 
    font-weight: bold; 
    font-size: 8pt; 
}

.dark a:link , 
.dark a:visited, 
.dark a:active { 
    color: black; 
    text-decoration:underline; 
}

.dark a:hover { 
    color: black; 
    text-decoration:underline; 
}

.content a:link, 
.content a:visited, 
.content a:active { 
    color: black; 
    text-decoration:underline; 
}

.content a:hover { 
    color: black;  
    text-decoration:underline; 
}

input.srch {
    background-color:#ffffff; 
    width:90px; 
    height:18px; 
    border:1px solid #000000; 
    font-size: 9pt; 
    font-family: Tahoma, Arial, Verdana, Helvetica; 
    text-decoration: none
}

input.srchsubmit {
    background-color:#ededed; 
    width:30px; 
    height:18px; 
    border:1px solid #000000; 
    font-size: 9pt; 
    font-family: Tahoma, Arial, Verdana, Helvetica; 
    text-decoration: none
}

input.lgn {
    padding: 2px; 
    margin: 2px; 
    background-color: #ffffff; 
    width: 120px; 
    border: 1px solid #000000; 
    font-size: 9pt; 
    font-family: Tahoma, Arial, Verdana, Helvetica; 
    text-decoration: none
}

input.lgnsubmit {
    padding: 2px; 
    margin: 2px; 
    background-color: #ededed; 
    width: 100px; 
    border: 1px solid #000000; 
    font-size: 9pt; 
    font-family: Tahoma, Arial, Verdana, Helvetica; 
    text-decoration: none
}

input.calcsubmit {
    background-color: #ededed; 
    height: 18px; 
    border: 1px solid #000000; 
    font-size: 9pt; 
    font-family: Tahoma, Arial, Verdana, Helvetica; 
    text-decoration: none
}

.header {
    color: black;  
    font-size: 12pt; 
    font-weight: bold;
}

.headergreen10 {
    color: black; 
    font-size: 10pt; 
    font-weight: bold;
}

.headergreen11 {
    color: black;  
    font-size: 11pt; 
    font-weight: bold;
}

.headergreen12 {
    color: black; 
    font-size: 12pt; 
    font-weight: bold;
}

.headerblack10 {
    color: black; 
    font-size: 10pt; 
    font-weight: bold;
}

.headerblack11 {
    color: black;  
    font-size: 11pt; 
    font-weight: bold;
}

.headerblack12 {
    color: black; 
    font-size: 12pt; 
    font-weight: bold;
}

.headerblack14 {
    color: black; 
    font-size: 14pt; 
    font-weight: bold;
}

.big {
    color: black; 
    font-size: 10pt;
}
 
td.tcontent {
    background-color: #EAEAEA; 
    text-align: center; 
    padding-left: 5px; 
    padding-right: 5px;
}

td.thead {
    background-color: #C0C0C0; 
    font-weight: bold; 
    padding-left: 5px; 
    padding-right: 5px; 
    text-align: center;
}
