<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #007DB3 url(../img/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
    transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
}

.cd-top.cd-top--show, .cd-top.cd-top--fade-out, .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
    transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
}

.cd-top.cd-top--show {
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-top--fade-out {
    opacity: .5;
}

.cd-top:hover {
    background-color: #007DB3;
    opacity: 1;
}

@media only screen and (min-width: 768px) {
    .cd-top {
    right: 20px;
    bottom: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
    }
}

.ofca-chapter7-title {
    font-size: 20px;
    font-weight: bolder;
}

.ofca-chapter-title {
    color: #fff;
    font-weight: inherit;
}

.ofca-chapter-title:hover {
    color: #fff;
}

.ofca-chapter7-title:hover {
    color: #fff;
    font-weight: inherit;
}

.ofca-chapter-subtitle {
    font-size: 1.5rem;
    font-weight: bold;
}

.ofca-chapter7-table-row {
    background-color: #00857C;
    color: #fff;
}

ofca-chapter7-table-heading-cell {
    border-top: 0;
    border-bottom: 0;
}

.ofca-cell-2019 {
    font-weight: 100;
}

.ofca-cell-2019 {
    font-weight: lighter;
}

.ofca-cell-2019 {
    color: #000 !important;
    border-bottom: 0;
    border-top: 0;
}

.ofca-table-heading-cell {
    font-weight: normal;
    padding: 5px;
}

.ofca-table-cell-padding {
    border-top: 0 !important;
    padding: 5px 5px 5px 30px !important;
}

.ofca-table-cell {
    border-top: 0 !important;
    padding: 5px !important;
}

.ofca-table-row {
    border-bottom: 0;
    border-top: 0;
}

.ofca-chapter7-table-divider {
    border-bottom: dotted 3px #00998e;
    font-size: 0.9rem;
    margin-top: 20px;
    margin-bottom: 20px;
}

.ofca-ol {
    padding-top: 0.2rem;
    padding-bottom: 1rem;
}

.ofca-chapter4-subheading-italic {
    color: #00998e;
    margin-top: 20px;
    font-size: 1.5rem;
    font-weight: bolder;
    font-style: italic;
    margin-bottom: 0.5rem;
}

.ofca-ul-hyphen ul {
    padding-top: 0.2rem;
    padding-bottom: 1rem;
}

.ofca-ul {
    padding-top: 0.2rem;
    padding-bottom: 1rem;
}

.ofca-cell-double-line2 {
    text-align: right;
}

.ofca-cell-double-line {
    text-align: right;
}

.ofca-cell-single-line2 {
    text-align: right;
}

.ofca-cell-single-line {
    text-align: right;
}

.ofca-cell-double-line2::after {
    content: '';
    border-width: 2px;
    border-style: solid none solid none;
    border-color: #00998e;
    display: block;
    height: 5px;
    margin-right: -5px;
    margin-left: -5px;
}

.ofca-cell-double-line::after {
    content: '';
    border-width: 2px;
    border-style: solid none solid none;
    border-color: #00998e;
    display: block;
    height: 5px;
}

.ofca-cell-single-line2::after {
    content: '';
    border-width: 2px;
    border-style: none none solid none;
    border-color: #000;
    display: block;
    margin-right: -5px;
    margin-left: -5px;
}

.ofca-cell-single-line::after {
    content: '';
    border-width: 2px;
    border-style: none none solid none;
    border-color: #000;
    display: block;
}

.ofca-table-cell-chapter7-2020 {
    background: #aad4d0;
    font-weight: bold;
}

.ofca-ol-heading {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}

.ofca-ol-heading strong {
    color: #00998e;
    /*font-size: large;*/
}

/*
.ofca-ol-latin li:before {
    content: "(" counter(listStyle, lower-alpha) ")";
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
}
*/

.ofca-ol-latin li {
    /*counter-increment: listStyle;*/
    position: relative;
    margin: 10px 0;
    /*padding-left: 28px;*/
    padding-left: 7px;
}

/*
.ofca-ol-latin:before {
    position: absolute;
    left: 0;
    top: 0;
}
*/

.ofca-ol-latin {
    /*
    list-style-type: none;
    counter-reset: listStyle;
    */
    list-style-type: lower-alpha;
    padding: 0;
    /*margin: 0 0 30px 0;*/
    margin: 0 0 30px 18px;
}

.ofca-chapter7-subheading {
    color: #00998e;
    margin-top: 30px;
    font-size: 1.25rem;
    font-weight: bolder;
    margin-bottom: 0.5rem;
}

.ofca-chapter7-color-paragraph {
    color: #00857C;
    margin-top: 1rem;
    font-weight: normal;
    margin-bottom: 1rem;
    font-size: 1.15rem;
}

.ofca-ul-hyphen li:before {
    content: "-";
    position: absolute;
    top: 0;
    left: 0;
}

.ofca-ul-hyphen li {
    padding-left: 12px;
    position: relative;
    counter-increment: listStyle;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.ofca-ul-hyphen {
    padding: 0;
    margin: 0;
    list-style-type: none;
    counter-reset: listStyle;
}

.ofca-chapter8-table thead th {
    border-bottom: 0;
    padding: 10px;
    margin: 0;
    background-color: #916E2B;
    color: #fff;
}

.ofca-chapter8-table td, .ofca-chapter8-table th {
    border-top: 0;
    padding: 10px;
    border-bottom: 2px dotted #916E2B;
}

.ofca-chapter8-table em {
    color: #916E2B;
    font-style: normal;
}

.ofca-chapter8c-table thead th {
    padding: 10px;
    margin: 0;
    border: 0;
    background: #d9bf8f;
}

.ofca-chapter8c-table td {
    padding: 10px;
    margin: 0;
    border-bottom: 1px solid #916E2B;
    border-top: 0;
    border-right: 2px dotted #916E2B;
}

.ofca-chapter8c-table-title {
    background: #916E2B;
    color: #fff;
    font-weight: bold;
}

.ofca-chapter8c-table {
    font-size: 0.85rem;
    margin-bottom: 20px;
    margin-top: 30px;
}

.ofca-chapter8c-table-2020 {
    background: #f2e4d6;
    border-right: 0 !important;
}

.ofca-chapter8c-table-heading {
    font-weight: bold;
    color: #916E2B;
}

.ofca-chapter8c-table-ul {
    margin-left: -30px;
    margin-bottom: 0;
    list-style-type: none;
}

.ofca-chapter8c-table-subheading {
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.ofca-chapter8c-table-list {
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.ofca-chapter8c-table-list-bottom {
    border-bottom: 1px solid #c3943a !important;
}

.ofca-chapter8-note strong {
    color: #916E2B;
}

.ofca-chapter8-table {
    margin-bottom: 30px;
    margin-top: 20px;
}

.ofca-chapter8d-table {
    margin-bottom: 30px;
    font-size: 0.9rem;
}

.ofca-chapter8d-table thead th {
    border: 0;
    background: #916E2B;
    color: #fff;
    padding: 10px;
}

.ofca-chapter8d-table td {
    border: 0;
    padding: 10px;
}

.ofca-chapter8d-table-bottom {
    border-bottom: 2px dotted #916E2B !important;
    padding-bottom: 30px !important;
}

.ofca-chapter8d-table-total {
    background: #d9bf8f;
}

.ofca-chapter7-table-col-width {
    width: 90px;
}

.organizational-chart-font-size h1, .organizational-chart-font-size h2, .organizational-chart-font-size h3, .organizational-chart-font-size h4, .organizational-chart-font-size h5, .organizational-chart-font-size h6 {
    font-size: 14px;
}

.ofca-chapter8-table-heading {
    font-size: 20px;
}

.ofca-chapter8-note {
    font-size: 13px;
}

.ofca-index-sub {
    list-style-type: none;
}

.ofca-next {
    right: 0;
    margin-right: 0;
}

.ofca-next {
    float: right;
}

.ofca-previous a {
    float: left;
}

.ofca-next a:hover {
    color: #fbb818;
    text-decoration: none;
}

.ofca-previous a:hover {
    color: #fbb818;
    text-decoration: none;
}

.ofca-next a {
    color: #007DB3;
}

.ofca-previous a {
    color: #007DB3;
}

.ofca-previous {
    float: left;
}

.ofca-pagination {
    margin-top: 10px;
}

.ofca-index-sub-ch7 {
    margin-left: 35px;
}

.ofca-index-sub-ch8 {
    margin-left: 37px;
}

.ofca-index-sub-ch7-sc {
    margin-left: 13px;
}

ofca-index-sub-ch7-sc {
}

.ofca-text-size-ttile {
    font-size: 20px;
    text-align: left;
}

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