﻿body {font-size:9pt;font-family: arial;}
table {font-size:9pt;font-family: arial;}
  .FontBold {
  font-weight: bold;
  font-family: Arial;
  font-size: 9pt;
  color: black;
  }

  .FontNormal {
  font-weight: normal;
  font-family: Arial;
  font-size: 9pt;
  color: black;
  }
  
  .FontBackground {
  font-weight: normal;
  font-family: Arial;
  font-size: 9pt;
  color: #777777;
  }
  
            .DetailOn {
          display : "";
          }

          .DetailOff {
          display: none;
          }

