@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Teko:wght@500&display=swap');
/* CSS Document */

html {
}
body {
background-color: #000000;
}
.outer {
width: 1000px;
margin-left: auto;
margin-right: auto;
}
header nav ul  {
list-style: none;
text-align: center;
margin-top: 18px;
margin-right: auto;
margin-left: auto;
margin-bottom: -10px;
}
nav ul li {
font-size: 26pt;
font-weight: bold;
display: inline;
transition: all 0.3s linear;
/*font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "Helvetica", "Arial", sans-serif;*/
font-family: 'Teko', sans-serif;
padding-right: 10px;
font-style: normal;
padding-left: 10px;
}
nav ul li a {
text-decoration: none;
color: #2E64C9;
}
nav ul li:hover a {
color: #FFFFFF;
}
nav .current {
color: #CCCCCC;
}
h1 {
color: #CCCCCC;
text-align: left;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "Helvetica", "Arial", sans-serif;
font-weight: bold;
font-style: italic;
font-size: 17pt;
line-height: 20pt;
}
h2 {
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "Helvetica", "Arial", sans-serif;
font-style: italic;
font-weight: bold;
font-size: 18pt;
color: #2E64C9;
line-height: 13pt;
padding-top: 14px;
}
section article {
color: #C7C7C7;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "Helvetica", "Arial", sans-serif;
font-size: 16pt;
line-height: 18pt;
text-align: left;
}
.version_label  {
text-align: center;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "Helvetica", "Arial", sans-serif;
font-style: italic;
font-size: 12pt;
color: #CCCCCC;
}
.pic_l {
margin-right: 12pt;
float: left;
}
.pic_r {
margin-left: 12pt;
float: right;
}
.feedback {
font-size: 14pt;
line-height: 18pt;
display: block;
margin-top: 10pt;
margin-bottom: 0pt;
}
.headline   {
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "Helvetica", "Arial", sans-serif;
color: #C71215;
padding-top: 0px;
display: block;
margin-top: -4px;
}
.headline_red_C   {
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "Helvetica", "Arial", sans-serif;
color: #C71215;
padding-top: 0px;
display: block;
margin-top: -4px;
text-align: center;
}
.headline_green   {
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "Helvetica", "Arial", sans-serif;
color: #00CC00;
padding-top: 0px;
display: block;
margin-top: -4px;
}
.headline_green_C   {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "Helvetica", "Arial", sans-serif;
    color: #00CC00;
    padding-top: 0px;
    display: block;
    margin-top: -4px;
    text-align: center;
}
div .headline_green strong {
}
.bottl_text {
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "Helvetica", "Arial", sans-serif;
font-size: 12pt;
font-style: italic;
font-weight: bold;
color: #CCCCCC;
line-height: 15pt;
margin-bottom: 8px;
}
.fb_type {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "Helvetica", "Arial", sans-serif;
    font-size: 10pt;
    font-style: italic;
    font-weight: bold;
    color: #2959B2;
    line-height: 15pt;
    margin-bottom: 8px;
}
.centered_text {
text-align: center;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "Helvetica", "Arial", sans-serif;
font-style: italic;
font-size: 14pt;
margin-left: 140px;
margin-right: 140px;
white-space: nowrap;
}
.hint_text {
text-align: left;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "Helvetica", "Arial", sans-serif;
font-style: italic;
font-size: 13pt;
margin-left: 140px;
margin-right: 140px;
color: #B6D3F0;
}
.bullet_list {
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "Helvetica", "Arial", sans-serif;
list-style-image: url(images/bullet.png);
margin-bottom: 8px;
margin-left: -12pt;
}
a.textlink1:link {
color: #CCCCCC;
text-decoration: none;
}
a.textlink1:visited {
color: #CCCCCC;
}
a.textlink1:hover {
color: #FFFFFF;
text-decoration: underline;
}
.footer {
position: fixed;
width: 1000px;
background-color: #244786;
color: #AAAAAA;
text-align: center;
font-size: 10pt;
padding-top: 8px;
padding-bottom: 14px;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "Helvetica", "Arial", sans-serif;
bottom: 0px;
z-index: 1;
}
