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

.header {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: normal; 
    color: #333;
    text-decoration: none;
}

.headerbold {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    color: #333;
    text-decoration: none;
}

.groupheaderbold {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13pt;
    font-weight: bold;
    color: #990033;
    text-decoration: none;
}

.groupheaderboldBL {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13pt;
    font-weight: bold;
    color: #000099;
    text-decoration: none;
}

.groupheaderboldGR {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13pt;
    font-weight: bold;
    color: #008000;
    text-decoration: none;
}

.boldblacksmall {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #333333;
    text-decoration: none;
}

.bodycopy {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    background-color: #E1E1E1;
}

.bodyplain10pt {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #333;
    text-decoration: none;
}
.bodybluebold {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    color: #0033CC;
    text-decoration: none;
    background-color: #FFFFC6;
}

.smallbody {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: normal;
    color: #333;
    text-decoration: none;
}

.DSRightBorder {
    text-decoration: none;
    border-left-style: solid;
    border-left-width: thick;
    border-left-color: #990033;
}

.RTRightBorder {
    text-decoration: none;
    border-left-style: solid;
    border-left-width: thick;
    border-left-color: #000099;
}

.ContactBorder {
    text-decoration: none;
    background-color: #E9E9E9;
    border-left-style: solid;
    border-left-width: thick;
    border-left-color: #008000;
    border-spacing: 10px;
}

.errorbody {
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    font-weight: bold;
    color: #FF0000;
    text-decoration: none;
}
.Calibri14BoldDarkBlue {
    font-family: Calibri;
    font-size: 14pt;
    font-weight: bold;
    color: darkslateblue;
    text-decoration: none;
}

.Calibri14Bold {
    font-family: Calibri;
    font-size: 14pt;
    font-weight: bold;
    color: black;
    text-decoration: none;
}
.Calibri12 {
    font-family:Calibri;
    font-size: 12pt;
    font-weight: normal;
    color:black;
    text-decoration: none;
}
.Calibri12NoBorder {
    font-family: Calibri;
    font-size: 12pt;
    font-weight: normal;
    color: black;
    text-decoration: none;
    border:none;
    border-color:white;
}
.Calibri12DarkBlue {
    font-family: Calibri;
    font-size: 12pt;
    font-weight: normal;
    color:darkslateblue;
    text-decoration: none;
}
.Calibri12Bold {
    font-family: Calibri;
    font-size: 12pt;
    font-weight: bold;
    color: black;
    text-decoration: none;
}
.Calibri12BoldRed {
    font-family: Calibri;
    font-size: 12pt;
    font-weight: bold;
    color: red;
    text-decoration: none;
}
.Calibri12BoldBlue {
    font-family: Calibri;
    font-size: 12pt;
    font-weight: bold;
    color: cornflowerblue;
    text-decoration: none;
}
.Calibri10 {
    font-family: Calibri;
    font-size: 10pt;
    font-weight: normal;
    color: black;
    text-decoration: none;
}

.Calibri10DarkBlue {
    font-family: Calibri;
    font-size: 10pt;
    font-weight: normal;
    color: darkslateblue;
    text-decoration: none;
}

.Calibri10Bold {
    font-family: Calibri;
    font-size: 10pt;
    font-weight: bold;
    color: black;
    text-decoration: none;
}

.Calibri10BoldRed {
    font-family: Calibri;
    font-size: 10pt;
    font-weight: bold;
    color: red;
    text-decoration: none;
}

.Calibri10BoldBlue {
    font-family: Calibri;
    font-size: 10pt;
    font-weight: bold;
    color: dodgerblue;
    text-decoration: none;
}
.Calibri9BoldBlueNB {
    font-family: Calibri;
    font-size: 12pt;
    font-weight: bold;
    color: cornflowerblue;
    text-decoration: none;
    border: none;
    border-color: white;
}
</pre></body></html>