/* style.css */
/* 2024-10-28 avpres.net */

body {
    background-color: #FFFFFF;
    font-family: sans-serif;
    font-size: 12pt;
    line-height: 1.5;
    color: #000000;
    text-align: left;
    padding: 0pt;
}



table.primary {
    width: 100%;
}

td.menu {
    background-color: #FFFFFF;
    font-size: 9pt;
    width: 200px;
    height: 100%;
    position: fixed;
}

td.menu > ul {
    padding: 12pt;
    text-indent: 0pt;
}

td.menu > ul ul {
    margin-left: 12pt;
    padding: 0pt;
}

td.menu > p {
    text-indent: 0;
}

td.content {
    background-color: #FFFFFF;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 12px;
	padding-left: 220px;
}



/* BLOCK ELEMENTS */

div.figure {
    float: none;
    width: 100%;
    text-align: center;
    text-indent: 0;
    margin-top: 12pt;
    margin-bottom: 12pt;
}

h1, h2, h3, h4, h5, h6 {
    color: #0038B8;
}

h1 {
    font-size: 18pt;
    text-align: center;
}

h2 {
    margin-top: 14pt;
    font-size: 14pt;
    padding-top: 14pt;
}

h3, h4, h5, h6 {
    margin-top: 12pt;
    font-size: 12pt;
    padding-top: 12pt;
}

h3 {
    text-transform: uppercase;
}

h4 {
    font-style: italic;
}

hr + h2, h1 + h2, h2 + h3, h3 + h4 {
    padding-top: 0;
}

hr {
    color: #0038B8;
    margin-top: 12pt;
    margin-bottom: 12pt;
}

p {
    text-indent: 14pt;
    margin-top: 0;
    margin-bottom: 0;
}

a + p, img + p, table + p {
    margin-top: 12pt;
}

blockquote {
    background-color: #EEEEEE;
    padding: 1pt 6pt 1pt 6pt;
}

pre {
    font-family: monospace;
}



/* INLINE ELEMENTS */

b, strong {
    font-weight: bold;
}

i, em {
    font-style: italic;
}

code {
    font-family: monospace;
    background-color: #EEEEEE;
    padding: 1pt 3pt 1pt 3pt;
}

sup, sub, small {
    font-size: .67em;
}

a:link, a:visited {
    color: #AAAAAA;
    text-decoration: none;
}

a:active, a:hover, a:active.colour, a:hover.colour {
    color: #0038B8;
    font-weight: bold;
    text-decoration: none;
}

a:link img, a:active img, a:visited img, a:link map, a:active map, a:visited map {
    border-style: none;
}



/* LISTS */

dt {
    color: #0038B8;
    font-weight: bold;
    margin-top: 12pt;
}

dd {
    margin-left: 14pt;
}

ul {
    list-style-type: disc;
}

ol {
    list-style-type: decimal;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 0;
}



/* TABLE */

table {
    float: none;
    padding: 6pt;
}

th {
    font-weight: bold;
    text-align: right;
    vertical-align: top;
    padding: 3pt;
    background-color: #EEEEEE;
}

td {

    vertical-align: top;
    padding: 3pt;
    background-color: #EEEEEE;
}

td > td > p {
    text-indent: 0;
    text-align: left;
    background-color: #EEEEEE;
}

td.right {
    padding-right: 3pt;
}

.tabr {
    padding-right: 14pt;
    text-align: right;
    color: #0038B8;
    font-weight: bold;
}

.tabl {
    color: #0038B8;
    font-weight: bold;
}



/* GLOBAL CLASSES */

.left {
    text-indent: 0;
}

.center {
    text-indent: 0;
    text-align: center;
}

.colour {
    color: #0038B8;
}

.white {
    background: #FFFFFF;
    color: #FFFFFF;
}

.grey {
    background: #EEEEEE;
}

.transparent {
    background: none;
}

.verbatim {
    text-transform: none;
}

.old {
    text-decoration: line-through;
}

.inverse {
    padding-left: 14pt;
    text-indent: -14pt;
}

.right {
    text-align: right;
    padding-right: 14pt;
}

.code {
    padding-left: 14pt;
    text-indent: 0pt;
}
