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


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

h2 {
  font: bold 14pt;
  color: #1D5500;
}

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

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

a:hover {
  border-style: dashed;
  border-color: #1D5500;
  border-width: thin;
  padding: 0em 0.1em;
}

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;
  }