body {  margin: 1em 10px 1em 10px;  font-family: sans-serif;  color: black;
  background-color: white;
}


h1 {
  text-align: center;
  font: bold italic 25pt;
  font-family: sans-serif;  line-height: 35pt;
  color: black;
}

h2 {
  font: bold 14pt;
  color: black;
}

a:link {
  color: black;
  font-size: 10pt;
  line-height: 2ex;
}

a:visited {
  color: black;
  font-size: 10pt;
  line-height: 2ex;
}

p {
  font-size: 10pt;
  line-height: 2ex;
}

ul.small {
  font-size: 10pt;
  line-height: 2ex;
}

ol.small {
  font-size: 10pt;
  line-height: 2ex;
}

img.left {   float: left;  margin-right: 1em;}img.right {   float: right;
  margin-left: 1em;}

p.center {
  text-align: center;
  font-size: 10pt;
  line-height: 2ex;
}

table.kval {
  font-size: 9pt;
  empty-cells: show;
}

td {
  vertical-align: top;
  }