@font-face {
        font-family: 'Oslo Light';
        font-weight: 400;
        src: local('Oslo Light'), local('oslolight'), url(/assets/fonts/oslo/oslo-light.woff) format('woff');
}
a:link {
        color: #000000;
        text-decoration: none;
}
a:visited {
        color: #000000;
}
a:hover {
        color: #D44A01;
        text-decoration: none;
}
a:active {
        color: #D44A01;
        text-decoration: none;
}
body {
        background-color: #f8f8f8;
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
}
.toplogo {
        position: relative;
        width: 100%;
        height: 200px;
        background-color: #f8f8f8;
        text-align: center;
        vertical-align:middle;
}
.toplogo img {
        width: 300px;
        height: auto;
        max-width: calc(100% - 20px);
}
.footer {
        position: relative;
        min-width:650px;
        width: 100%;
        background-color: #f8f8f8;
        text-align: center;
        margin-top: auto;
        bottom: 0px;
        height: auto;
}
body,td,th {
        font-family: Verdana, Arial, sans-serif;
        color: #000000;
}
.logon_title {
        position: relative;
        font-family: 'Oslo Light',Sans-Serif;
        color: #d44a01;
        font-size: 22px;
        letter-spacing: 4px;
        margin: auto;
        margin-top: -3px;
        width: 500px;
        font-weight: bold;
}

div#centerbody {
        color: #FFFFFF;
        font-size:16px;
        background-color: #d44a01;
        height: 450px;
        min-width: 700px;
}

div#centerbody a:link {
        font-family: 'Oslo Light',Sans-Serif;
        color: #FFFFFF;
        text-shadow: 1px 1px #3D3C3C;
}

div#centerbody a:visited {
        font-family: 'Oslo Light',Sans-Serif;
        color: #FFFFFF;
        text-shadow: 1px 1px #3D3C3C;
}

div#centerbody a:hover {
        font-family: 'Oslo Light',Sans-Serif;
        color: #FFFFFF;
        text-shadow: 1px 1px #3D3C3C;
        font-weight: bold;
}

div#centerbody a:active {
        font-family: 'Oslo Light',Sans-Serif;
        color: #FFFFFF;
        text-shadow: 1px 1px #3D3C3C;
        font-weight: bold;
}
