H1 {
    font-family: Raleway;
    font-weight: 600;
    font-size: 40px;
    color: #000000;
    line-height: 1;
}

H2 {
    font-family: Raleway;
    color: #000000;
    font-weight: 600;
    line-height: 1;
    font-size: 30px;
}

H3 {
    font-family: Raleway;
    color: #000000;
    line-height: 1;
    font-size: 20px;
    font-weight: 600;
}

p {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.5;
    color: #7a7a7a;
}

body {
    margin: 10px;
    font-weight: bold;
    font-size: 8.5pt;
    color: #003366;
    font-family: Open Sans, Arial, Helvetica;
    text-decoration: none;
    background-color: #ffffff;
}

.contacts { padding-left: 100px; }

.tdl {
    text-align: left;
    font-family: Open Sans;
    font-size: 13px;
}

.tdr {
    text-align: right;
    font-family: Open Sans;
    font-size: 13px;
}

.header01 {
    font-family: Raleway;
    font-size: 12px;
    color: #000000
}

.header02 {
    font-size: 9px;
    color: #000000;
    font-family: Raleway
}

.text01 {
    font-family: Raleway;
    font-size: 10px;
    color: #000000
}

.text02 {
    font-family: Open Sans;
    font-size: 12px;
    color: #000000
}

.text03 {
    font-family: Open Sans;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
}

.date {
    font-family: Open Sans;
    font-size: 10px;
    color: #666666
}

.submission {
    font-family: Open Sans;
    font-size: 10px;
    color: #666666
}

.text3 {
    font-family: Open Sans;
    font-size: 9px;
    color: #000000
}


A.ReportTOC:hover {
    color: black;
    background-color: #CCCCCC;
}

LI.rli {
    list-style-type: decimal;
    list-style-position: outside;
    padding-bottom: 8px;
}

button { }

.footer {
    font-family: Open Sans;
    font-size: 10px;
    color: Gray;
    text-decoration: none;
}

.highlight { background-color: #e5a565; }

td { padding: 0; }

table {
    background: #ffffff;
    width: 100%;
    border: 0;
    border-spacing: 0;
}

.button {
    font-family: Open Sans;
    font-size: 12px;
    font-weight: bold;
    border-radius: 100px 100px 100px 100px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #e5a565;
    background-color: #e5a565;
    padding: 12px 24px;
    width: auto;
    line-height: 1;
    color: #ffffff;
    text-align: center;
}

.button:hover {
    background-color: #ffffff;
    color: #e5a565
}