﻿body {
    font-family: Tahoma;
    font-size: 10pt;
}

a:link {
    color: black;
    text-decoration: none;
}

a:visited {
    color: black;
    text-decoration: none;
}

a:hover {
    color: black;
    text-decoration: underline;
}

a:active {
    color: black;
    text-decoration: underline;
}

.mainlinks {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14pt;
    font-weight: bold;
}

.header {
    border-bottom: solid;
    border-bottom-width: 2px;
    border-bottom-color: lightgray;
    padding-bottom: 5px;
}

.sectionheader {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14pt;
    font-weight: bold;
}

.footer {
    border-top: solid;
    border-top-width: 2px;
    border-top-color: lightgray;
    padding-top: 5px;
    padding-bottom: 5px;
}

.dashboardtable td {
    padding: 10px 10px 10px 10px;
    font-size: 14pt;
}

.dashboardtable th {
    padding: 10px 10px 10px 10px;
    font-size: 14pt;
}

.b1, .b2, .b3, .b4 {
    display: inline-block;
    position: relative;
    margin: 5px;
    float: left;
    width: 24%;
    height: 400px;
    background-color: lightgrey;
}

.headertext {
    font-size: 20pt;
    padding: 10px 10px 10px 10px;
    text-align: center;
}

.errortext {
    color: red;
    font-size: 20pt;
    padding: 10px 10px 10px 10px;
    text-align: center;
}

.sectiontext {
    font-size: 14pt;
    padding: 10px 10px 10px 10px;
    text-align: center;
}

.centeredtext {
    text-align: center;
    padding: 10px 10px 10px 10px;
}