/*                                  */
/* Omega Style   omega.css          */
/* 2023-12-29                       */
/* Dr. Boris Neubert                */
/*                                  */
/*                                  */

* {
    font-family: Noto Sans, Arial;
    font-size: 12pt;
    background-color: white;
    color: black;
}

h1 {
    font-size: 16pt;
    font-weight: bold;
    color: #1b74b6;
    margin-top: 1.2em;
    margin-bottom: 0.0em;
    text-transform: uppercase;
}

h2  {
    font-size: 14pt;
    font-weight: bold;
    color: #1b74b6;
    margin-top: 0.8em;
    margin-bottom: 0.0em;
}

h3  {
    font-size: 12pt;
    font-weight: bold;
    color: black
    margin-top: 0.8em;
    margin-bottom: 0.0em;
}

h4  {
    font-size: 12pt;
    font-weight: normal;
    color: black
    margin-top: 0.8em;
    margin-bottom: 0.0em;
}

.font2 {
    font-size: 10pt;
}

b {
    font-weight: bold;
    font-size: 100%;
    color: #1b74b6;
}

a:link {
    color: #1b74b6;
    text-decoration: none;
}

a:visited {
    color: #9999b6;
    text-decoration: none;
}

td {
    height: 8px;
    padding-top: 0;
    padding-right: 0.2em;
    padding-bottom: 0;
    padding-left: 0;
    vertical-align: top;
}

td.leading-number {
    text-align: right;
    width: 4em;
}

td.child-indent {
    width: 4em;
}

td.child-number {
    text-align: right;
    width: 2em;
}

td.footer-indent {
    width: 4em;
}

table tr td {
    border-style: none;
    border-width: thin;
}

header {
    padding-bottom: 1.0em;
}

