body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size:10pt;
  text-align:justify;
  color : #405A46;
  background-color: #9FD08F;
  background-image: url(/index/img/background.jpg);
  background-repeat: repeat;
  margin: 0;
  padding: 0;
}

p {
  background-color: #9FD08F;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size:10pt;
  text-align:justify;
  color : #405A46;
}

table {
  border:none;
}

td {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 10pt;
  text-align: justify;
  color: #405A46;
}

.right {
  text-align:right;
  padding-right:5px;
  font-size:10pt;
  font-weight:bold;
}

.left {
  text-align:left;
  padding-left:5px;
  font-size:10pt;
  font-weight:normal;
}

.center {
  text-align:center;
  padding-bottom:5px;
  font-size:10pt;
  font-weight:bold;
}

img {
  border:none;
}

.bordertop {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #405A46;
  outline-top-width: 0px;
}

a {
  background-color: #9FD08F;
  text-decoration: none;
  color: #405A46;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-weight:bold;
  font-size:10pt;
}

a:hover {
  text-decoration: underline;
  color: #405A46;
  background : #9FD08F;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-weight:bold;
  font-size:10pt;
}

h1{
  background-color: #9FD08F;
  font-size : 28px;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  color : #405A46;
}

h2 {
  background-color: #9FD08F;
  font-size : 18px;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  color : #405A46;
}

h3 {
  background-color: #9FD08F;
  font-size : 14px;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  color : #405A46;
}

.divdiv {
  background-color: #9FD08F;
  /*background-image: url(/index/img/buttonmiddle.jpg);*/
  font-size : 10pt;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  color : #405A46;
  font-weight:bold;
}

div#tipDiv {
  position: absolute;
  visibility: hidden;
  left: 0;
  top: 0;
  z-index: 10000;
  background-color: #9FD08F;
  background-image: url(/index/img/buttonmiddle.jpg);
  border: 1px solid #405A46;
  width: 250px;
  padding: 4px;
  color: #405A46;
  font-size: 11px;
  line-height: 1.2;
}

ul {
  background-color: #9FD08F;
  font-size : 10pt;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  color : #405A46;
}

input {
  background-color: #FFFFFF;
  border-style: groove;
  border-width:0mm;
  outline-width: 0px;
  border-color:#9FD08F;
  color : #405A46;
  line-height:10px;
  font-size:12px;
  height:18px;
  width:80px;
}

select {
  background-color: #FFFFFF;
  border-style: groove;
  border-width:0mm;
  outline-width: 0px;
  border-color:#9FD08F;
  color : #405A46;
  line-height:10px;
  font-size:12px;
  height:18px;
  width:80px;
}

textarea {
  background-color: #FFFFFF;
  border-style: groove;
  border-width:0mm;
  outline-width: 0px;
  border-color:#9FD08F;
  color : #405A46;
  line-height:12px;
  font-size:12px;
  width:500px;
  height:250px;
}

.cell {
  border: solid;
  border-width: 1px;
  border-style: solid;
  padding: 2px;
}

