<style>
  html {
    margin: 0;
    padding: 0;
  }
  body {
    margin: 0;
    padding: 0;
  }
  div.page-header {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: #F0FFE0;
  }
  div.logo {
    margin: 16px;
  }
  img.logo {
    height: 100px;
    width: 100px;
  }
  div.heading {
    margin: 8px;
    margin-bottom: 4px;
  }
  div.livearea {
    margin: 24px;
  }
  div.table {
    border: none;
    margin-top: 8 px
    margin-bottom: 8 px
    margin-left: 8 px
    margin-right: 8 px
  }
  img {
    background-color: transparent;
  }
  div.brand-area {
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  div.brand-list {
  }
  div.brand-group-heading {
    font-family: Arial;
    font-size: 12pt;
    font-weight: bold;
    color: #000080;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    padding: 3px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 4px;
    margin-bottom: 4px;
    white-space: nowrap;
    text-align: left;
    user-select: none;
    break-after: avoid;
  }
  div.brand-cell {
    font-family: Arial;
    font-size: 10pt;
    color: #808080;
    background-color: #ffffff;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    height: 100%;
    padding: 2px;
    padding-left: 16px;
    margin: 0px;
  }
  div.paragraph {
    font-family: Arial;
    font-size: 11pt;
    color: #404040;
    background-color: #ffffff;
    padding: 2px;
    padding-left: 16px;
    margin: 0px;
  }
  a.catindex {
    color: #404040;
    text-decoration: none;
    white-space: nowrap;
  }
  a.catindex-grey {
    color: #A0A0A0;
    text-decoration: none;
    white-space: nowrap;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
  }
  a.catindex:visited {
    text-decoration: none;
  }
  a.catindex:hover {
    color: #0000FF;
    text-decoration: underline;
  }
  h1 {
    color: black;
    font-size: 18pt;
    font-family: Arial;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
    margin-left: 4px;
    margin-top: 0px;
    margin-bottom: 4px;
    text-shadow: 3px 3px 6px #A0A0A0;
  }
  h2 {
    color: black;
    font-size: 12pt;
    font-family: Arial;
    font-weight: bold;
    padding: 0px;
    padding-top: 8px;
    padding-bottom: 4px;
    margin: 0px;
    margin-left: 4px;
    margin-top: 4px;
    margin-bottom: 2px;
    text-shadow: 2px 2px 4px #C0C0C0;
  }
  h3 {
    color: black;
    font-size: 11pt;
    font-family: Arial;
    font-weight: bold;
    padding: 2px;
    margin: 0px;
    margin-left: 16px;
    margin-top: 8px;
    margin-bottom: 4px;
    text-shadow: 2px 2px 4px #C0C0C0;
  }
  p.topiclink {
    color: black;
    font-size: 9pt;
    font-family: Arial;
    font-weight: normal;
    padding: 2px;
    margin: 0px;
    margin-left: 16px;
  }
  p.footer {
    color: #808080;
    font-size: 9pt;
    font-family: Arial;
    font-weight: normal;
    padding: 2px;
    margin: 0px;
    margin-top: 4px;
  }
  table {
    border: 1px solid #A0A0A0;
    border-right: none;
    border-bottom: none;
    border-spacing: 0px;
    margin: none;
    margin-left: 16px;
    padding: none;
  }
  th.leftvalue {
    z-index: 0;
    font-size: 9pt;
    font-family: Arial;
    font-weight: bold;
    color: #000000;
    padding: 5px;
    margin: none;
    background-color: #ecece8;
    border: none;
    border-right: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    vertical-align: middle;
    text-align: left;
    white-space: nowrap;
    user-select: none;
  }
  th.leftvalueb {
    z-index: 0;
    font-size: 9pt;
    font-family: Arial;
    font-weight: bold;
    color: #000000;
    padding: 5px;
    margin: none;
    background-color: #ecece8;
    border: none;
    border-right: 3px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    vertical-align: middle;
    text-align: left;
    white-space: nowrap;
    user-select: none;
  }
  th.centervalue {
    z-index: 0;
    font-size: 9pt;
    font-family: Arial;
    font-weight: bold;
    color: #000000;
    padding: 5px;
    margin: none;
    background-color: #ecece8;
    border-right: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    user-select: none;
  }
  th.centervalue-sticky {
    left: 0;
    position: sticky;
    z-index: 100;
    font-size: 9pt;
    font-family: Arial;
    font-weight: bold;
    color: #000000;
    padding: 5px;
    margin: none;
    background-color: #ecece8;
    border-right: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    user-select: none;
  }
  th.centervalueb {
    z-index: 0;
    font-size: 9pt;
    font-family: Arial;
    font-weight: bold;
    color: #000000;
    padding: 5px;
    margin: none;
    background-color: #ecece8;
    border-right: 3px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    user-select: none;
  }
  th.rightvalue {
    z-index: 0;
    font-size: 9pt;
    font-family: Arial;
    font-weight: bold;
    color: #000000;
    padding: 5px;
    margin: none;
    background-color: #ecece8;
    border-right: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    vertical-align: middle;
    text-align: right;
    white-space: nowrap;
    user-select: none;
  }
  td.leftvalue {
    z-index: 0;
    font-size: 9pt;
    font-family: Arial;
    font-weight: normal;
    color: #404040;
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
    margin: none;
    border: none;
    border-right: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    vertical-align: middle;
    text-align: left;
    white-space: nowrap;
  }
  td.leftvaluewrap {
    z-index: 0;
    font-size: 9pt;
    font-family: Arial;
    font-weight: normal;
    color: #404040;
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
    margin: none;
    border: none;
    border-right: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    vertical-align: middle;
    text-align: left;
    white-space: wrap;
  }
  td.leftvaluebig {
    z-index: 0;
    font-size: 11pt;
    font-family: Arial;
    font-weight: bold;
    color: #404040;
    padding: 6px;
    padding-left: 8px;
    padding-right: 8px;
    margin: none;
    border: none;
    border-right: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    vertical-align: middle;
    text-align: left;
    white-space: nowrap;
  }
  td.leftvaluebigwrap {
    z-index: 0;
    font-size: 11pt;
    font-family: Arial;
    font-weight: normal;
    color: #404040;
    padding: 6px;
    padding-left: 8px;
    padding-right: 8px;
    margin: none;
    border: none;
    border-right: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    vertical-align: middle;
    text-align: left;
    white-space: wrap;
  }
  td.leftvalue-sticky {
    left: 0;
    position: sticky;
    z-index: 100;
    background-color: #ffffff;
    font-size: 9pt;
    font-family: Arial;
    font-weight: normal;
    color: #404040;
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
    margin: none;
    border: none;
    border-right: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    vertical-align: middle;
    text-align: left;
    white-space: nowrap;
  }
  td.leftvalue-stickyb {
    left: 0;
    position: sticky;
    z-index: 100;
    background-color: #ffffff;
    font-size: 9pt;
    font-family: Arial;
    font-weight: normal;
    color: #404040;
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
    margin: none;
    border: none;
    border-right: 3px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    vertical-align: middle;
    text-align: left;
    white-space: nowrap;
  }
  td.leftvalueb {
    z-index: 0;
    font-size: 9pt;
    font-family: Arial;
    font-weight: normal;
    color: #404040;
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
    margin: none;
    border: none;
    border-right: 3px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    vertical-align: middle;
    text-align: left;
    white-space: nowrap;
  }
  td.redleftvalue {
    font-size: 9pt;
    font-family: Arial;
    font-weight: bold;
    color: #FF4040;
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
    margin: none;
    border: none;
    border-right: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    vertical-align: middle;
    text-align: left;
    white-space: nowrap;
  }
  td.centervalue {
    z-index: 0;
    font-size: 9pt;
    font-family: Arial;
    font-weight: normal;
    color: #404040;
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
    margin: none;
    border: none;
    border-right: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
  }
  td.centervalueb {
    z-index: 0;
    font-size: 9pt;
    font-family: Arial;
    font-weight: normal;
    color: #404040;
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
    margin: none;
    border: none;
    border-right: 3px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
  }
  td.redcentervalue {
    font-size: 9pt;
    font-family: Arial;
    font-weight: bold;
    color: #FF4040;
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
    margin: none;
    border: none;
    border-right: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
  }
  td.rightvalue {
    z-index: 0;
    font-size: 9pt;
    font-family: Arial;
    font-weight: normal;
    color: #404040;
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
    margin: none;
    border: none;
    border-right: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    vertical-align: middle;
    text-align: right;
    white-space: nowrap;
  }
  td.rightvalueb {
    z-index: 0;
    font-size: 9pt;
    font-family: Arial;
    font-weight: normal;
    color: #404040;
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
    margin: none;
    border: none;
    border-right: 3px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    vertical-align: middle;
    text-align: right;
    white-space: nowrap;
  }
  td.redrightvalue {
    font-size: 9pt;
    font-family: Arial;
    font-weight: bold;
    color: #FF4040;
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
    margin: none;
    border: none;
    border-right: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    vertical-align: middle;
    text-align: right;
    white-space: nowrap;
  }
.topnav {
  background-color: #333;
  overflow: hidden;
}
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 6px 6px;
  text-decoration: none;
  font-family: Arial;
  font-size: 14px;
}
.active {
  background-color: #04AA6D;
  color: white;
}
.topnav .icon {
  display: none;
}
.dropdown {
   float: left;
   overflow: hidden;
}
.dropdown .dropbtn {
  font-family: Arial;
  font-size: 14px;
  border: none;
  outline: none;
  color: white;
  padding: 6px 6px;
  background-color: inherit;
  margin: 0;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 999;
}
.dropdown-content a {
  float: none;
  color: black;
  padding: 3px 6px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.dropdown-content hr {
  border: none;
  border-top: 1px solid #C0C0C0;
  height: 1px;
}
.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}
.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}
.dropdown:hover .dropdown-content {
  display: block;
}
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}
</style>
