html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    zoom: 1.25;
}

a.Menu {
    color: black;
    text-decoration: none;
    font: 100% Verdana;
}

a.Menu:link {
    color: black;
    text-decoration: none;
    font: 100% Verdana;
}

a.Menu:visited {
    color: black;
    text-decoration: none;
    font: 100% Verdana;
}

a.Menu:hover {
    color: red;
    text-decoration: underline;
    font: 100% Verdana;
}

a.EmailLink {
    color: black;
    text-decoration: underline;
    font: 100% Verdana;
    font-weight: bold;
}

a.EmailLink:link {
    color: black;
    text-decoration: underline;
    font: 100% Verdana;
    font-weight: bold;
}

a.EmailLink:visited {
    color: black;
    text-decoration: underline;
    font: 100% Verdana;
    font-weight: bold;
}

a.EmailLink:hover {
    color: red;
    text-decoration: underline;
    font: 100% Verdana;
    font-weight: bold;
}

a.FooterMenu {
    color: black;
    text-decoration: underline;
    font: 85% Verdana;
}

    a.FooterMenu:link {
        color: black;
        text-decoration: underline;
        font: 85% Verdana;
    }

    a.FooterMenu:visited {
        color: black;
        text-decoration: underline;
        font: 85% Verdana;
    }

    a.FooterMenu:hover {
        color: blue;
        text-decoration: underline;
        font: 85% Verdana;
    }

a.Download {
    color: black;
    text-decoration: none;
    font: 70% Verdana;
}

    a.Download:link {
        color: black;
        text-decoration: none;
        font: 70% Verdana;
    }

    a.Download:visited {
        color: black;
        text-decoration: none;
        font: 85% Verdana;
    }

    a.Download:hover {
        color: blue;
        text-decoration: underline;
        font: 70% Verdana;
    }

#MainMenu {
    font-family: Verdana;
    font-size: small;
}

#Select1 {
    width: 127px;
}

Input.TextField {
    width: 127px;
}