/*
    Style sheet for the Table(s) of Contents
    Modified: 25/05/2025 
*/

body {text-align: center;}

p, h1, h2, h3, h4, h5, h6, table, address {
      font-family: Verdana;
      text-align: left;
      margin-right: 128px;
      line-height: 1.35;
   }

p, h1, h2, h3, h4, table, address {
      margin-left: 160px;
   }

a:link, a:visited {
      color: #000000;
      text-decoration:none;
   }

a span {
      color: #0040FF;
   }

a:hover {
      color: #0040FF;
      border-bottom:3px dotted red;
   }

p {
      font-weight: normal;
      font-size: 10pt;
      margin-top: 4pt;
      margin-bottom: 8pt;
   }

h1 {
      font-weight: normal;
      font-size: 28pt;
      margin-top:64px;
      margin-bottom: 8pt;
   }

h2, h3 {
      font-weight: normal;
      font-style: italic;
      font-size: 16pt;
      margin-top: 16pt;
      margin-bottom: 8pt;
   }

h4 {
      font-weight: bold;
      font-size: 12pt;
      margin-top: 12pt;
      margin-bottom: 4pt;
   }

h5 {
      margin-left: 180px;
      font-weight: bold;
      font-size: 10pt;
      margin-top: 2pt;
      margin-bottom: 0pt;
   }

h6 {
      margin-left: 200px;
      font-weight: normal;
      font-size: 10pt;
      margin-top: 1pt;
      margin-bottom: 0pt;
   }

address {
      font-size: 10pt;
      margin-top: 48pt;
   }

table.btn {
      border: none;
      border-spacing: 0px;
      margin-top: 12px;
      margin-bottom: 12px;
      margin-left: auto;
      margin-right: auto;
   }

