* {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 14pt;
}
body {
  color: #000000;
  background-color: #ffffff;
  //background-image: url(images/backwhite.jpg);
  //background-repeat: repeat;
}
h1 {
  font-size: 20pt;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
  color: #000000;
  background-color: transparent;
}
h2 {
  font-size: 16pt;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
}
h3 {
  font-size: 14pt;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
}
h4 {
  font-size: 14pt;
  font-style: normal;
  font-weight: bold ;
  text-decoration: none;
}
a:link,a:visited,a:active,a:hover {
  text-decoration:none;
}
a:link {
  color:#0000FF;
  background-color: transparent;
}
a:visited {
  color:#0000FF;
  background-color: transparent;
}
a:active, a:hover {
  color:#FF0000;
  background-color: transparent;
}
ul,ol {
  margin-top:2px;
}
li {
  margin-top:4px;
}
th {
  font-size: 14pt;
  font-weight: bold;
  text-decoration: none;
}
img {
    border-style:none;
}
.left {
  text-align:left;
}
.noprint {}
.nodisplay{
  display:none;
}
.block {margin-left: 30px; margin-top: 10px; margin-bottom: 10px;}
