body {
    font-family: "Swiss 721 W03 Light",Arial,Helvetica,sans-serif;
    color: #5B7582;
}
@media (min-width: 410px) {
    body { }
}

#pageheader {
    background-color: #fff;
    border-bottom: 4px solid #5B7582;
    font-family: "Swiss 721 W03 Light",Arial,Helvetica,sans-serif;
}

#pageheader .nav-link {
    color: #A35216;
}

header .navbar-nav .nav-link.active {
    color: #000;
    border-bottom: 1px solid #000;
    font-weight: 700;
}

h1, h2, h3 {
    color: #5B7582;
    font-family: "Swiss 721 W03 Light",Arial,Helvetica,sans-serif;
    font-weight: 600;
}

.table thead th {
    border-bottom: 2px solid #dadada;
    color: #5B7582;
    font-weight: 700;
}

.table .tfoot th, .table .tfoot td {
    border-top: 1px solid #dadada;                               
    font-weight: 700;
}