@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html, body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 11pt;
}

h1 {
    font-size: 15px;
    margin-bottom: 0px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    background: #000;
    height: 30px;
    display: block;
    line-height: 30px;
    font-weight: 900;
}

font {
    font-family: 'Montserrat', sans-serif;
}
b {
    font-weight: 900;
}

h4 {
    color: #2a2b39;
    font-size: 16px;
    font-weight: 900;
}

#page {
    height: auto;
}

body {
    text-align: center;
    overflow: hidden;
}

#logo {
    width: 1000px;
    height: 60px;
}
#body-right {
    background: #f1f1f1;
    height: calc(100% - 94px);
}

#body-right .list, .body-right .list {
    padding: 15px;
    background: #eee;
    border: 1px solid #999;
    height: auto;
    width: 665px;
    margin: 1em 0;
}

#body-right .box .left, .body-right .box .left,
#body-right .list .left, .body-right .list .left{
    border: 1px solid #999;
}
#footer table {
    font-size: 11px;
    font-weight: 400;
}
#footer a {
    display: inline-block;
    font-weight: bold;
}
a:link {
    color: #017eba;
    text-decoration: none;
    display: block;
}
#footer td:nth-of-type(2) {
    padding-right: 200px;
}
a:visited {
    color: #017eba;
    text-decoration: none;
}

/* visited link */
a:hover {
    color: #056898;
}

a:hover {
    color: #056898;
}

table:nth-of-type(1) img {
    width: initial !important;
    max-height: 60px;
}

.box table:nth-of-type(1) tr td:nth-of-type(1) {
    text-align: center;
}

table {
    width: 100%;
    font-size: 13px;
    max-width: 1024px;
    margin: 0 auto;
}



div#body-inner {
    height: 100%;
    overflow: auto;
}

#footer td {
    padding: 0;
}

#footer table tr td table td:last-child {
    padding-right: 184px;
}

#footer font {
    font-size: 10px !important;
}



td.as-logo {
    text-align: right;
}