body {
    font-family: univers, helvetica, arial, sans-serif;
    font-size: 10pt;
    margin: 0;
    line-height: 135%;
}
#help, #path, #leftcol, #footer, #logo {
    display: none;
}


a {
    color: #000;
    text-decoration: underline;
}
img {
    border: 0;
}

#header {
    position: relative;
    border-bottom: 1px solid #666;
    height: 109px;
}
#logoprint {
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
}
#banner {
}


#bodytext h1 {
    font-size: 175%;
    font-weight: normal;
    line-height: 150%;
    margin-bottom: 6pt;
    padding: 0;
}
#bodytext h2 {
    font-size: 140%;
    line-height: 120%;
    margin-bottom: 3pt;
    padding: 0;
}
#bodytext h3 {
    font-size: 120%;
    line-height: 100%;
    margin-bottom: 3pt;
    padding: 0;
}

#bodytext p.intro {
    font-weight: bold;
}


#bodytext img.left, #bodytext img.imgleft {
    float: left;
    margin: 0 1.0em 1.0em 0;
}
#bodytext img.right, #bodytext img.imgright {
    float: right;
    margin: 0 0 1.0em 1.0em;
}


#bodytext fieldset {
    border: 1px solid #ccc;
    margin-bottom: 15px;
    padding: 6px;
}
#bodytext legend {
    padding: 3px;
}

#bodytext p {
    margin: 0;
    margin-bottom: 6pt;
    padding: 0;
}
#bodytext p.calendar {
    border-top: 1px dotted #ccc;
    font-weight: bold;
    padding-top: 5px;
}

#bodytext table {
    border: 1px solid #ccc;
    border-left: 0;
    border-top: 0;
    margin-bottom: 2em;
    min-width: 50%;
}
#bodytext table td {
    border: 1px solid #ccc;
    border-bottom: 0;
    border-right: 0;
    padding: 9px;
    vertical-align: top;
}
#bodytext table th {
    border: 1px solid #ccc;
    border-bottom: 0;
    border-right: 0;
    padding: 9px;
    text-align: left;
    vertical-align: top;
}

#bodytext div.helper {
    border: 1px solid #ccc;
    color: #666;
    margin-top: 20px;
    padding: 9px;
}
#bodytext div.helper h2 {
    font-size: 100%;
    margin: 0;
}
#bodytext div.helper img {
    margin-top: 4px;
}


#bodytext div.teaser {
    border: 1px solid #ccc;
    float: right;
    min-width: 180px;
    max-width: 240px;
    margin-left: 20px;
    margin-bottom: 20px;
    padding: 6px;
}
#bodytext div.teaser h2 {
    font-size: 100%;
    font-weight: bold;
}



#footerprint {
    color: #666;
    font-size: 90%;
    margin-top: 20px;
}
#footerprint p {
    margin: 0;
    padding: 0;
}
#footerprint td {
    padding-right: 40px;
}


