:root {
    --envColor: #880000;
}

body {
    margin: 0;
    color: var(--envColor);
    font-family: 'Roboto Slab', sans-serif;
    background-color: #fff
}

li,
td,
b,
p,
a,
h1,
h2,
h3,
h4,
h5,
h6,
div,
span {
    font-family: 'Roboto Slab';
    font-size: 1.05em
}

.text-primary {
    color: var(--envColor);
}

a:link {
    font-weight: 400;
    color: #006;
    text-decoration: none
}

a:visited {
    font-weight: 400;
    color: #006;
    text-decoration: none
}

a:active {
    font-weight: 400;
    text-decoration: none
}

a:hover {
    font-weight: 400;
    color: #f60;
    text-decoration: none
}

p {
    margin-top: 0;
    margin-bottom: 12px;
    color: #000
}

pre {
    border-right: #f0f0e0 1px solid;
    padding-right: 5px;
    margin-top: -5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px
}

td {
    color: #000
}

h2 {
    border-top: 0;
    margin-top: 25px;
    margin-bottom: 10px;
    margin-left: -15px
}

H3 {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: -15px;
    color: #000
}

UL {
    margin-top: 10px;
    margin-left: 20px
}

OL {
    margin-top: 10px;
    margin-left: 20px
}

LI {
    margin-top: 10px;
    color: #000
}

FONT.value {
    font-weight: 700;
    color: #00008b
}

FONT.key {
    font-weight: 700;
    color: #006400
}

.divTag {
    border: 1px;
    border-style: solid;
    background-color: #fff;
    text-decoration: none;
    height: auto;
    width: auto;
    background-color: #cecece
}

.BannerColumn {
    background-color: #000
}

.Banner {
    border: 0;
    padding: 0;
    height: 8px;
    margin-top: 0;
    color: #fff;
}

.BannerTextCompany {
    color: #cecece;
    font-family: Tahoma;
    height: 0;
    margin-top: 0;
    margin-left: 8px;
    margin-bottom: 0;
    padding: 0;
    white-space: nowrap;
}

.BannerText {
    font: bold;
    height: 0;
    margin-top: 0;
    margin-left: 8px;
    margin-bottom: 0;
    padding: 0;
}

.BannerSubhead {
    border: 0;
    padding: 0;
    height: 16px;
    margin-top: 0;
    margin-left: 10px;
    color: #fff;
}

.BannerSubheadText {
    font: bold;
    height: 11px;
    font-size: 11px;
    font-family: Tahoma;
    margin-top: 1px;
    margin-left: 10px;
}

.FooterRule {
    border: 0;
    padding: 0;
    height: 1px;
    margin: 0;
    color: #fff;
}

.FooterText {
    font-size: 11px;
    font-weight: 400;
    text-decoration: none;
    font-family: Tahoma;
    margin-top: 10px;
    margin-left: 0;
    margin-bottom: 2px;
    padding: 0;
    color: #999;
    white-space: nowrap
}

.FooterText A:link {
    font-weight: 400;
    color: #999;
    text-decoration: underline
}

.FooterText A:visited {
    font-weight: 400;
    color: #999;
    text-decoration: underline
}

.FooterText A:active {
    font-weight: 400;
    color: #999;
    text-decoration: underline
}

.FooterText A:hover {
    font-weight: 400;
    color: #f60;
    text-decoration: underline
}

.ClickOnceInfoText {
    font-size: 11px;
    font-weight: 400;
    text-decoration: none;
    font-family: Tahoma;
    margin-top: 0;
    margin-right: 2px;
    margin-bottom: 0;
    padding: 0;
    color: #000
}

.InstallTextStyle {
    font: bold;
    text-decoration: None
}

.DetailsStyle {
    margin-left: 30px
}

.ItemStyle {
    margin-left: -15px;
    font-weight: 700
}

.StartColorStr {
    background-color: #4b3e1a
}

.JustThisApp A:link {
    font-weight: 400;
    color: #006;
    text-decoration: underline
}

.JustThisApp A:visited {
    font-weight: 400;
    color: #006;
    text-decoration: underline
}

.JustThisApp A:active {
    font-weight: 400;
    text-decoration: underline
}

.JustThisApp A:hover {
    font-weight: 400;
    color: #f60;
    text-decoration: underline
}

.versionlabel {
    font-weight: 700;
    color: var(--envColor);
}

.nav-header {
    font-weight: 600;
    font-size: 1.2rem;
    color: #fff;
    margin: 20px 25px
}

.installer-button {
    background-color: var(--envColor);
    text-decoration: none;
    color: #fff !important;
    padding: 10px 30px;
    margin-left: 20px;
    margin-top: 20px;
    border-radius: 7.5%;
    display: inline-block;
}

.other-links {
    background-color: #444;
    text-decoration: none;
    color: #fff !important;
    padding: 5px 15px;
    margin-left: 20px;
    margin-right: -10px;
    margin-top: 20px;
    font-size: 12pt
}

.installer-button:hover {
    color: #f5f5f5
}

.helplink {
    color: var(--envColor);
    text-decoration: none
}

.helplink:hover {
    color: cyan;
    text-decoration: none;
}