<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media print {

    * {
        transition: none !important;
    }

    img {
        width: 20% !important;
    }

    body, p, a, a:link, a:visited {
        font-size: 8pt !important;
        font-family: Garamond, "Times New Roman", Times, serif;
    }

    table th, table td {
        vertical-align: top;
        padding: .3em;
    }

    table {
        border-collapse: collapse;
    }

    a[href]:after, a[href]:before {
        display: none;
    }

    .global-footer, footer {
        display: none;
    }

    .level .row.focus-links-mobile {
        display: none;
    }

    .global-header-mobile .main-nav-mobile {
        display: none;
    }

    .global-header.global-header-condensed {
        position: relative;
    }

    h1 {
        margin-bottom: 15px;
        margin-top: -8px;
        font-size: 9pt;
        text-align: center;
    }

    h2 {
        text-align: left;
    }

    table {
        border-collapse: collapse;
    }

    table, td, th, tr {
        border: solid 1px black;
    }

    .back-to-top {
        display: none;
    }
    
    #ContentPlaceHolder1_tbldisplay a {
        text-decoration: none;
    }
    
    
    
    
}
</pre></body></html>