body {
    font-family: "Open Sans", Arial, sans-serif;
}

#pageheader {
    background-color: #fff;
    border-bottom: 5px solid #0019af;
}

header .nav a.nav-link {
    color: #0019af;
    font-weight: 600;
}

header .nav .nav-link.active {
    color: #0019af;
    background-color: transparent;
    border-bottom: 5px solid #0019af;
}

header .nav a.dropdown-item {
    color: #0019af;
}

h1, h2, h3 {
    color: #404041;
    font-family: "Verlag Book", Arial, sans-serif;
}

a {
    color: #0090f1;
}

.frame #pageheader {
    border-bottom: 1px solid #0019af;
}
.frame .navbar li a {
    color: #0019af !important;
}
.frame .navbar-nav .nav-item.active a,
.frame .navbar-nav .nav-item.active:hover a {
    border-bottom: 5px solid #0019af;
}

.table thead th {
    border-bottom: 2px solid #404041;
    color: #0019af;
    font-weight: 600;
}

.table .tfoot th, .table .tfoot td {
    border-top: 1px solid #404041;
    font-weight: 600;
}
