body {
    background-color:#D0D0D0;
   }


   .navbar {

    overflow: hidden;
    background-color: #333; 
  
  }
  .navbar a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;     
    padding: 8px 16px 8px 12px;
    text-decoration: none;
  }
  
  .subnav {
    float: left;
    overflow: hidden;
  }
  
  
  .dropdown {
    float: left;
    overflow: hidden;
  }
  
  .dropdown .dropbtn {
    font-size: 16px;  
    border: none;
    outline: none;
    color: white;
    padding: 8px 12px 8px 12px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
  }
  
  .navbar a:hover, .dropdown:hover .dropbtn {
    background-color: #7F0000;
  }
  .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: 1;
  }
  
  .dropdown-content a {
    float: none;
    color: white;
    background-color: #616A6B;
    padding: 8px 12px 8px 12px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  .dropdown-content a:hover {
    background-color: black;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }

  .style1 {font-family: Arial, Helvetica, sans-serif; font-size: 10pt; text-align:justify; color:black}     
  .style2 {font-family: Arial, Helvetica, sans-serif; font-style:italic; font-size:13pt; font-weight:bold; text-align:left; color:black;}     
  .style3 {font-family: Arial, Helvetica, sans-serif; font-style:italic; font-size:14pt; font-weight:bold; text-align:center; color:#7F0000;}     
  .style4 {font-family: Arial, Helvetica, sans-serif; font-size:10pt; font-weight: bold; text-align:center; color:Black;}     
  .style5 {font-family: Arial, Helvetica, sans-serif; font-size:11pt; font-weight: bold; text-align:left; color:Black;}     
  .style6 {font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: normal; text-align:center; color:#333333;}     
  .style7 {font-family: Arial, Helvetica, sans-serif; font-size:10pt; font-weight: bold; text-align:center; color:#7F0000;}     
  .style8 {font-family: Arial, Helvetica, sans-serif; font-size:12pt; font-weight: bold; text-align:center; color:black;} 
  .style9 {font-family: Arial, Helvetica, sans-serif; font-size:12pt; font-weight: bold; text-align:left; color:#4169E1;}   
  .style10 {font-family: Arial, Helvetica, sans-serif; font-size:9pt; font-weight: bold; text-align:left; color:Black;} 
  .style11 {font-family: Arial, Helvetica, sans-serif; font-size:9pt; font-weight: bold; text-align:right; color:Black;}                     
  .style12 {font-family: Arial, Helvetica, sans-serif; font-size:12pt; font-weight: normal; text-align:left; color:Black;}     
  .style13 {font-family: Arial, Helvetica, sans-serif; font-style:italic; font-size:14pt; font-weight:bold; text-align:left; color:#7F0000;}
  .style14 {font-family: Times New Roman, Times, sans-serif; font-style:italic; font-size:25pt; font-weight:bold; text-align:center; color:black;}     
