BODY {
  color: #225522;
  background: #FFFFFF url("../img/bg_page.png") right bottom repeat-x fixed;
  
  font-family : Verdana, sans-serif, Arial, Helvetica;
  font-size: 10pt;
  
  scrollbar-3d-light-color: #225522;
  scrollbar-arrow-color: #225522;
  scrollbar-base-color: #E6FFEE;
  scrollbar-dark-shadow-color: #E6FFEE;
  scrollbar-face-color: #E6FFEE;
  scrollbar-highlight-color: #225522;
  scrollbar-shadow-color: #225522;

  margin: 20px, 15px, 35px;
}

IMG {
  border: 0px
}

IMG.pr-photo {
  border: #000000 1px solid;
  cursor: hand;
}

HR {
  color: #225522;
  height: 1px;
}

TABLE {
  color: #225522;
  border: 0px;
  border-collapse: collapse;
}

TD {
  padding: 0px;
  font-size: 10pt;
}

TABLE.box {
  font-size: 10pt;
  border: 1px #225522 solid;
  border-collapse: collapse;
}

TD.box {
  font-size: 10pt;
  padding: 1px 10px;
}

TABLE.box-blue {
  font-size: 10pt;
  color: #225522;
  background: #F0FAF2 url("../img/bg_box_blue.png") left top repeat-x;
  border: 1px #225522 solid;
  border-collapse: collapse;
}

TABLE.box-white {
  font-size: 10pt;
  color: #225522;
  background: #FFFFFF;
  border: 1px #AACCAA solid;
  border-collapse: collapse;
}

TD.box-white {
  font-size: 10pt;
  color: #225522;
  padding: 1px 5px;
  background: #FFFFFF;
  border: 1px #AACCAA solid;
}


TD.box-blue {
  font-size: 10pt;
  color: #225522;
  padding: 1px 5px;
  background: #F0FAF2;
  border: 1px #AACCAA solid;
}

TH.box {
  padding: 3px 5px;
  background: #F0FAF2 url("../img/bg_box_blue.png") left top repeat-x;
  border-top: 1px #225522 solid;
  border-bottom: 1px #225522 solid;
  border-left: 1px #AACCAA solid;
  border-right: 1px #AACCAA solid;
  font-weight: bold;
  font-size: 10pt;
}

TH.box-title {
  padding: 1px 10px;
  text-align: left;
  color: #FFFFFF;
  background: #669966 url("../img/bg_box_title.png") left top repeat-x;
  border: 1px #225522 solid;
  font-weight: bold;
  font-size: 10pt;
}

P {
  font-size: 10pt;
}


H1 {
  font-family : times new roman, arial, verdana, sans-serif;
  text-weigth: bold;
  font-size: 20px;

  color: #225522;
  background: transparent;
  padding: 7px 12px;
}

A:link, A:visited, A:active {
  color: #009900;
  text-decoration: none;
}

A:hover {
  color: #009900;
  text-decoration: none;
}

FORM, PRE, IFRAME {
  font-family : Verdana, sans-serif, Arial, Helvetica;
  font-size: 10pt;
  
  margin: 0px;
}

INPUT.text, TEXTAREA, SELECT {
  border: 1px #225522 solid;
  color: #225522;
  background: #FFFFFF;
}

INPUT.disabled {
  border: 1px #225522 solid;
  color: #666666;
  background: #EEEEEE;
}

INPUT.button {
  font-weight: bold;
  border: 1px #225522 solid;
  color: #225522;
  background: #FFDD99;
  cursor: hand;
  margin: 0px, 5px;
}

INPUT.button-little {
  height: 18px;
  font-size: 8pt;
  font-weight: bold;
  border: 1px #225522 solid;
  color: #FFFFFF;
  background: #88AA88;
  cursor: hand;
  margin: 0px, 2px;
}

.little {
  font-size: 8pt;
}

.error {
  color: #FF0000;
}

.select {
  cursor: hand;
}

.full-size {
  width: 100%;
  height: 100%;
}
