body {
  background: white;
  color: #202020;
  font-family: "Times", serif ;
  font-size: 11pt;
  border: none;
  width: auto;
  min-width: 6in;
  max-width: 7.3in;
  text-align: center;
}

a { 
  text-decoration: none;
  font-style: italic;
  color: #505070;
}

a:hover { 
  text-decoration: none;
  color: black;
  background: #e0e0e0;
}

div { border: none; text-align: left;
  font-family: "Garamond", "Times", serif;
}

div.h1 { font-size: 145%; color: black; text-align: center; border: none}
h1.h1 { font-size: 145%; color: black; text-align: center; border: none}

div.desc { font-size: 12pt; font-style: italic; 
  text-align: center ; border: none ;
}

div.disclaimer { font-size: 65%; border: none ; color: #D0D0D0;
  font-family: "Verdana", sans-serif;
}

div.section { margin-bottom: 12pt; margin-top: 5pt;}

div.caption { 
  font-size: 110%;
  font-style: italic;
  margin-top: 1pt;
  margin-bottom: 1pt;
 }

h2 { 
  font-size: 110%;
  font-style: italic;
  margin-top: 1pt;
  margin-bottom: 1pt;
}

div.refs { text-align: center; font-size: 90%; }

hr { width: 60%; text-align: center }

table { border: solid 1px #c0c0c0 ;
  width: 100%;
}

td { border: solid 1px #e0e0e0; 
  padding: 2pt;
  width: auto;
  min-width: 40%;
}

ul { 
  margin-left: 0px;
}

li { 
  margin-left: -1em;
}

p.company {
  margin-top: 7pt;
}