body, td {
    font-family: "Open Sans", Arial, Verdana, sans-serif;
    font-size: 12px;
}

td.pn {
    font-size: 24px;
    padding: 8px;
    color: #555;
}

h1 {
    padding: 0;
    font-weight: normal;
    font-size: 1.6em;
    left: 30px;
    margin: 0;
    position: absolute;
    top: 10px
}

td.copy {
    overflow: hidden;
    height: 15px;
    color: #ddd;
    padding: 40px 0 0 0;
}

table.container {
    margin: 0 auto;
    left: 0;
    text-align: left;
    font-size: 0.75em;
}

td.container {
    color: #3592bd;
    height: 5px;
    overflow: hidden;
}

a:hover, a {
    color: #000000;
}

a:hover {
    text-decoration: underline;
}

a {
    text-decoration: none;
}

td.pn1 {
    color: #00b3e5;
    padding: 20px 7px 0 7px;
    line-height: 24px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
}

td.pn1 a, td.pn1 a:hover {
    color: #FFFFFF;
}

td.pn2 {
    padding: 20px 7px 0 7px;
    font-size: 11px;
    line-height: 24px;
    border-bottom: 1px solid #eee;
}

.logo {
    max-width: 200px;
    max-height: 90px;
    display: inline-block;
    text-align: right;
}

.logo-image {
    max-width: 190px;
    max-height: 75px;
}

.picRed {
    max-width: 200px;
    width: 100%;
}

.pic {
    width: 200px;
}

img.i {
    width: 50px;
    height: 38px;
}

td.pic {
    padding-left: 3px;
}

td.h {
    color: #555;
    padding: 2px 2px 2px 7px;
    border-bottom: 1px dotted #eee;
    vertical-align: top;
}

td.h2 {
    text-align: right;
    border-bottom: 1px solid #D6D6D6;
}

td.b {
    color: #555;
    padding: 2px 2px 2px 10px;
    vertical-align: top;
    border-bottom: 1px dotted #eee;
}

td.ba {
    color: #000000;
    padding: 2px 2px 2px 20px;
    vertical-align: top;
    border-bottom: 1px solid #D6D6D6;
}

td.r {
}

td.even {
    color: #000000;
    padding: 2px 2px 2px 7px;
    vertical-align: middle;
}

td.odd {
    color: #000000;
    background-color: #EEEEFF;
    padding: 2px 2px 2px 7px;
    vertical-align: middle;
}

@media print {
    .pdf-header, .header-space {
        height: var(--pdf-header-height);
    }

    .pdf-footer, .footer-space {
        height: var(--pdf-footer-height);
    }

    .pdf-header {
        position: fixed;
        top: 0;
    }

    .pdf-footer {
        position: fixed;
        bottom: 0;
    }
}