<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.imageContainer {
    text-align:center;
    margin: 6px auto;    
}
.imageTag {
    font-weight: bold;
}
a.MENU-1-ON {
    color: #ffa41a !important;
}
.sectionContainer {
    padding: 6px;
    padding-top: 0px;
    border: 1px solid black;
    border-radius: 6px;
    box-shadow: 2px 2px 4px black;
    margin-top: 12px;
}
.sectionContainer.forceWhite {
    background-color: #f7f6f6 !important;
}
.sectionContainer:nth-child(odd) {
    background-color: #f7f6f6;
}
.sectionContainer.forceBlue {
     background-color: #bcd2e3 !important;
}
.sectionContainer:nth-child(even) {
    background-color: #bcd2e3;
}

@font-face {
    font-family: 'Roboto';
    src: url(https://fonts.googleapis.com/css?family=Roboto);    
}
@font-face {
    font-family: 'Roboto Condensed';
    src: url(https://fonts.googleapis.com/css?family=Roboto+Condensed);    
}
.tagline.extraTop {
    margin-top: 12px;
}
.tagline {
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    font-style: italic;
}
#subMenu {
    background-color: #689cbf;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}
#subMenu a {
    font-weight: bold;
    font-size: 16px;
    color: white;
    text-decoration: none;
    text-shadow: 1px 1px 1px black;
}
#subMenu a:hover {
    color: #ffa41a;
}
h1 {
    color: #003459;
    font-size: 34px;
    font-weight: bold;
    font-family: 'Roboto', Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
}
div#menubar {
    padding-top: 1em;
    background-color: black;
    padding-bottom: 1em;    
}
div#menubar a:hover {
    color: #276991;
}
div#menubar a {
    color: white;    
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}
#bodyTable {
    width: 100%;
    font-family: 'Roboto Condensed', 'Arial Narrow','Nimbus Sans L',sans-serif;
    font-size: 16px;
    line-height: 20px;
    position: relative;
}

#bodyContainer {
    background-color: white;
    border-radius: 16px;
    border: 4px solid black;
    margin-top: 12px;
    position: relative;
}
body {
    background-color: #00559f;    
}

div#siteTitle {
    font-size: 58px;
    font-weight: bold;
    color: white;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 36px;
    letter-spacing: 4px;
    text-shadow: 5px 7px 14px #393e41
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
    div#siteTitle {
        margin-right: 85px;
    }
}
div.FOOTER {
    height: 86px;
}</pre></body></html>