 th {color: white; background-color: gray; font-size: 7pt; padding: 7pt;padding-left: 7pt; padding-right:7pt;  text-align: left}
 td { color: #515151; font-size: 9pt; padding: 7pt}
 td.n { text-align: left}
 td.l {text-align: right; vertical-align: top}
 td.t {font-weight: bold}
 tr { background-color: #f9f9f9 }
 tr.odd { background-color: white}
 img {vertical-align: middle}
 a { text-decoration: none; color:  #0064A2}
 .red {color:red} 
 p {width: 700px; align: justify;}
 h4 {font-variant: small-caps;}

 body {font-size:10pt;}
 .img-small {width:20px; padding-left:5px;}
 li {width: 700px}
 .sc {font-variant: small-caps;}
 body { font-family: tahoma}
 .hd { font-size: 12pt }
.blue{ color: #0064A2; font-weight: bold }
li:not(:last-child) {
    margin-bottom: 5px;
}
.fx{ width: 100px; text-align:center;}
.b { font-weight: bold; }

 /* Style the button that is used to open and close the collapsible content */
.collapsible {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 12px;
  width: 800px;
  border: none;
  text-align: left;
  outline: none;
  font-size: 12px;
  margin-bottom: 10px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
  background-color: #ccc;
}

/* Style the collapsible content. Note: hidden by default */
.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  width: 800px;
} 