html {
    font-size: calc(1.5 * (0.5vh + 0.5vw));
    font-family: arial, verdana, helvetica, sans-serif;
}

@media (max-width: 768px) {
    html
    {
	font-size: calc(3.1 * (0.5vh + 0.5vw));
    }
}


html body {
    font-size: 1.3rem;
    background-color: white;
    color: black;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border: none;
}

html body code
{
    display: block;
    font-family: monospace;
    font-size: 100%;
    white-space: pre-wrap   
}

html body h1
{
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 1.65rem;
    text-align: left;
    padding: 2pt 0 1pt 0;
    margin: 1.0em 0 0;
    text-decoration: none;
    font-weight: bold;
    color: black
}

html body h2
{
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 1.5rem;
    text-align: left;
    padding: 2pt 0 1pt 0;
    margin: 1.0em 0 0;
    text-decoration: none;
    font-weight: bold;
    color: black
}

html body h3
{
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 1.35rem;
    text-align: left;
    padding: 2pt 0 1pt 0;
    margin: 1.0em 0 0;
    text-decoration: none;
    font-weight: bold;
    color: black
}

html body iframe
{
    border: none;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    display: block;
    width: 100%;
}

html body p
{
    margin: 0.7em 0 0.7em 0;
}

.captiontext {
    font-size: 90%;
}

.ispace {
    height: 100%;
    width: 100%;
}

.card {
    display: block;
}

.headcontent {
    width: 100%;
    height: 100%;
    border: none;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    border-collapse: collapse;
}

.headcontent tr {
    width: 100%;
    border: none;
    padding: 0;
}

.headcontent tr td {
    width: 100%;
    border: none;
    padding: 0;
}

.logotype {
    padding: 0;
    display: inline;
}
.logotype tr {
}

.logotype tr td {
}

.vmenu {
    margin: 0;
    padding: 0;
    background-color: #000;
    width: 100%;
    overflow-y: auto;
}
.vmenu li {
    margin: 0;
    padding: 0;
    display: inline;
    background-color: #000;
}
.vmenu li a {
    font-size: 1rem;
    float: left;
    color: white;
    text-align: center;
    padding: 0.5rem 1rem;
    text-decoration: none;
}
.vmenu li a:hover {
    background-color: #444;
    cursor: pointer;
    cursor: hand;
}

.subvmenu {
    margin: 0;
    padding: 0;
    background-color: #444;
    width: 100%;
    overflow-y: hidden;
}
.subvmenu li {
    margin: 0;
    padding: 0;
    display: inline;
    background-color: #444;
}
.subvmenu li a {
    font-size: 0.8rem;
    float: left;
    color: white;
    text-align: center;
    padding: 0.5rem 1rem;
    text-decoration: none;
}
.subvmenu li a:hover {
    background-color: #666;
    cursor: pointer;
    cursor: hand;
}

.subheadcontent {
    width: 100%;
    height: 100%;
    border: none;
    padding: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    border-collapse: collapse;
}
.subheadcontent tr {
    width: 100%;
    border: none;
    padding: 0;
}
.subheadcontent tr td {
    width: 100%;
    border: none;
    padding: 0;
}

a:link {
    text-decoration: underline;
    color: #000000;
}
a:visited {
    text-decoration: underline;
    color: #d97000;
}
a:hover {
    text-decoration: underline;
    color: #d97000;
}

hr
{
    border: none;
    height: 1px;
    color: gray;
    background-color: black;
    width: 100%;
}

.downloadlist {
    list-style-type: none;
    margin: 0 0 0 0;
    padding:0;
}

.downloadlist li {
    margin: 0 0 0.5rem 0;
}

.faqanchor {
    display: block;
    position: relative;
    top: -1000px;
    visibility: hidden;
}

.copyright {
    color: gray;
    font-size: 0.7rem;
}

.firstlist
{
  margin: 2rem 0 2rem 1rem;
  padding: 0;
  counter-reset: item;
}
 
.firstlist li {
    margin: 1rem 0;
  padding: 0 0 0 1rem;
  text-indent: -2rem;
  list-style-type: none;
  counter-increment: item;
}

.firstlist li p {
    text-indent: 0;
    margin-top: 0.2rem;
}

.firstlist li b {
    font-size: 1.5rem;
}

/* .firstlist li { */
/*     font-weight: normal; */
/* } */


.firstlist li:before {
    font-size: 1.5rem;
  font-weight: bold;
  display: inline-block;
  width: 1.5rem;
  padding-right: 0.5rem;
  text-align: right;
  content: counter(item) ".";
}