body {
  text-align: center;
  background: white;
}

body, td, .text {
  color: #000000;
  font-size: 13px;
  font-family: verdana, arial, sans-serif;
}

a img {
  border: none;
}

li {
  list-style-image: url(img/check.gif);
}

.text {
  text-align: left;
}

.main {
  text-align: center;
}

.fill {
  background: #DBE6DE;
  border: 1px dotted #3F7C5F;
  text-align: left;
  padding: 7px;
}

.head {
  color: #3F7C5F;
  font-size: 40px;
  font-family: tahoma, arial, sans-serif;
  margin: 0px 20px 10px;
}

.navi {
  color: #3F7C5F;
  font-size: 18px;
  font-family: tahoma, arial, sans-serif;
  text-align: left;
}

.navi a {
  color: #3F7C5F;
  text-decoration: none;
}

.navi a:hover {
  color: #3F7C5F;
  text-decoration: underline;
}

.navi .page {
  color: #000000;
}

.foot {
  text-align: center;
}

.foot, .foot a {
  color: grey;
}

table.page {
  margin-left: auto;
  margin-right: auto;
  border-left: 1px dashed #3F7C5F;
  border-right: 1px dashed #3F7C5F;
}

hr.line {
  border: 1px solid green;
  color: green;
}

div.title {
    font-weight: bold;
    color:       black;
    font-size:   14pt;
    text-align:  center;
}

.bold {
  font-weight: bold;
}
