body {
  font-family : Arial, Helvetica, sans-serif ;
  font-size : 10pt;
  background: white;
  color:black;
  text-decoration : none;
  margin : 0px;
}
 
p {
  text-align:center;
  margin : 5px;
}

div {
  text-align:center;
}

h1 {
  font-family : Arial, Helvetica, sans-serif ;
  font-size : 22pt;
  text-decoration: none;
  color: black;
  background-color: white;
  margin-bottom : 0px;
  margin-top : 10px;
  font-style : normal;
  font-weight : bold;
  text-align:center;
}

h2 {
  font-size : 18pt;
  text-decoration: none;
  margin-bottom : 0px;
  margin-top : 5px;
  font-style : normal;
  font-weight : bold;
}

h3 {
  font-size : 12pt;
  text-decoration: none;
  color: black;
  background-color: white;
  margin-bottom : 0px;
  margin-top : 0px;
  font-weight : bold;
  text-align:center;
}

table {
  text-align:center;
  margin-left:auto;
  margin-right:auto;
  border-width:0px;
  empty-cells:show;
  padding: 0px;
}

table td, tr, th  {
  font-family : Arial,Helvetica, sans-serif ;
  font-size : 10pt;
  padding: 0px;
}

table.info {
  text-align:center;
  margin-left:auto;
  margin-right:auto;
  border:1px solid silver;
  border-collapse: collapse;
  empty-cells:show;
}

table.info td, tr, th  {
  font-family : Arial,Helvetica, sans-serif ;
  font-size : 10pt;
  border:1px solid silver;
  padding: 2px;
  text-align:left;
}

table.info th  {
  font-family : Arial,Helvetica, sans-serif ;
  font-size : 10pt;
  border:1px solid silver;
  padding: 2px;
  text-align:center;
}

a {
  text-decoration: none;
  color: black;
}

a:link {
  color: black;
  text-decoration: none;
 }
 
a:visited 
{ 
  color: black;
  text-decoration: none;
 } 

a:hover {
  color: Black;
  text-decoration: none;
}

input, select, textarea {
  margin-right: 0.2em;
  vertical-align: middle;
}

