<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#KJEAllContent {
    background: #ffffff;
    color: #000000;
}

.KJEFontHeading {
    color:#000000;
}

.KJEError {
    color:#BB0000;
}

.KJETitle {
}

.KJECalculatorTable {
}

.KJEReportTitle {
}

.KJEReportTitleBlock {
}

.KJEWidthConstraint {
    background: #ffffff;
}

.KJEWrapper {
    background: #ffffff;
}

body {
 margin: 0;
}



#KJEAllContent {
    background: #ffffff;
    color: #000000;
}

.KJEFontHeading {
    color:#000000;
}

.KJEError {
    color:#BB0000;
}

.KJETitle {
}

.KJECalculatorTable {
}

.KJEReportTitle {
}

.KJEReportTitleBlock {
}

.KJEWidthConstraint {
    max-width: 900px;
    text-align:left;
    margin: auto;
    background: #ffffff;
    padding:15px;
}

.KJEWrapper {
    background: #ffffff;
    padding: 0;
    margin:0;
}

body {
 margin: 0;
}


.KJETitle {
    background-image: none;
}

.KJECalculatorTable {
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(243, 234, 93, 1) 50%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(243, 234, 93, 1) 50%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(243, 234, 93, 1) 50%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(243, 234, 93, 1) 50%); /* IE10+ */
    background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(243, 234, 93, 1) 50%); /* W3C */
    filter: none;
}
.KJEInputContainer .KJEArrowIE8 {
    border-bottom-color: #00447c;
}

.KJEInputContainer .KJEArrow {
    border-bottom-color: #00447c;
    box-shadow: 0 2px 0 #00447c;
    -webkit-box-shadow: 0 2px #00447c;
    -moz-box-shadow: 0 2px #00447c;
}
button.KJEDefinitionIcon:active,
button.KJEDefinitionIcon:focus,
button.KJEDefinitionIcon:hover,
button.KJECloseButton:active,
button.KJECloseButton:focus,
button.KJECloseButton:hover {
    color:#00447c;
    background:#fff;
}
button.KJEDefinitionIcon {
    color:#fff;
    background:#00447c;
}
.KJEInputContainer .KJEHelp:hover {
    color: #00447c;
}

#KJEAllContent * {
box-sizing: border-box;
-webkit-transition: all 0s;
transition: all 0s;
}

</pre></body></html>