/*
    Style sheet for the folios section
    Modified: 01/06/2025 
*/

p, dl, ul, ol, h1, h2, h3, h4, table, address, blockquote {
      font-family: NotoSansV;
      line-height: 1.35;
   }

table, address {
      margin-left: 160px;
      margin-right: 128px;
   }

div, p, dl, h1, h2, h3, h4 {
      margin-left: 32px;
      margin-right: 24px;
   }

ul, ol, blokquote {
      margin-left: 32px;
   }

a:link, a:visited, a:hover {
      color: #0040FF;
      text-decoration:none;
   }

a:hover {
      border-bottom:3px dotted red;
   }

p {
      font-size: 10pt;
      margin-top: 4pt;
      margin-bottom: 8pt;
   }

table {
      font-weight: normal;
      font-size: 10pt;
      margin-bottom: 12pt;
      border: 1px solid black;
      border-collapse: collapse;
   }

blockquote {
      margin-left: 224px;
      font-size: 10pt;
      font-style: italic;
   }

pre {
      text-align: left;
      margin-left: 160pt;
   }

td {
      font-weight: normal;
      font-size: 10pt;
      border: 1px solid black;
      padding: 5px;
   }

th {
      font-weight: bold;
      font-size: 10pt;
      border: 1px solid black;
      padding: 5px;
      background-color: #FFFF80;
   }

li, dt, dd {
      font-size: 10pt;
      margin-top: 0pt;
      margin-bottom: 4pt;
   }

dt {
      float: left;
   }

h1 {
      font-weight: bold;
      font-size: 14pt;
      margin-top: 64px;
      margin-bottom: 8pt;
   }

h2, h3 {
      font-weight: bold;
      font-size: 12pt;
      margin-top: 24pt;
      margin-bottom: 8pt;
   }

h4 {
      font-weight: bold;
      font-size: 10pt;
      margin-top: 12pt;
      margin-bottom: 4pt;
   }

address {
      font-weight: normal;
      font-style: italic;
      font-size: 10pt;
      margin-top: 36pt;
   }

@font-face {
  font-family: 'NotoSansV';
  font-style: normal;
  src: local('NotoSansV'), 
       url('Fonts/NotoSansV.woff') format('woff');
}

.Qh {
      background-color: #8080FF;
   }

.Fh {
      background-color: #80FF80;
   }

.Ph {
      background-color: #FFFF80;
   }

.Eva {
      font-size: 18pt;
   }

.v101 {
      font-size: 15pt;
   }

.bord {
      width: 58px;
   }

table.cen {
      margin-left: auto;
      margin-right: auto;
   }

table.nobo {
      margin-left: 192px;
      border: none;
      border-spacing: 0px;
   }

table.nobo th, table.nobo td {
      border: none;
   }

table.btn {
      border: none;
      border-spacing: 0px;
      margin-top: 12px;
      margin-bottom: 12px;
      margin-left: auto;
      margin-right: auto;
   }

table.btn th , table.btn td {
      border: none;
      padding: 1px;
   }

.centr {
      text-align: center;
   }

.dent2 {
      margin-left: 64px;
   }

.forn {
      font-style: italic;
   }

.hilite {
      font-weight: bold;
      color: #0040A0;
   }

.emph {
      font-weight: bold;
      font-style: italic;
      color: #002060;
   }
