body {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: left;
}

.font_small {
  text-align: right;
  font-family: small fonts;
  font-size: 6pt;
  color: #333333;
  margin: 0 5px;
}
.font_menu {
  font-family: arial;
  font-size: 8pt;
  color: #333333;
  font-weight: bold;
  margin: 0 7px;
}
.font_green_small {
  font-family: arial;
  font-size: 8pt;
  color: #518C51;
  font-weight: bold;
}
.font_none {
  font-family: small fonts;
  font-size: 0pt;
}
.font_very_small {
  font-family: small fonts;
  font-size: 6pt;
  color: #333333;
  text-align: center;
}
.font_headline {
  font-family: arial;
  font-size: 16pt;
  color: #518C51;
  font-weight: bold;
}
.font_sub {
  font-family: arial;
  font-size: 10pt;
  color: #333333;
  font-weight: bold;
  font-style: italic;
}
.font_content {
  font-family: arial;
  font-size: 10pt;
  color: #333333;
}
.font_green {
  font-family: arial;
  font-size: 10pt;
  color: #518C51;
}
.font_headline_2 {
  font-family: arial;
  font-size: 10pt;
  color: #333333;
  font-weight: bold;
}
.font_alert {
  font-family: arial;
  font-size: 10pt;
  color: #518C51;
  margin: 5px;
}
.font_text {
  font-family: arial;
  font-size: 8pt;
  color: #333333;
}
 

.style_boxes {
  text-align: justify;
  font-family: arial;
  font-size: 8pt;
  color: #333333;
}

.link_green {
  font-family: arial;
  font-size: 10pt;
  color: #518C51;
}
.link_green:link {
  text-decoration: none;
}
.link_green:active {
  text-decoration: none;
}
.link_green:visited {
  text-decoration: none;
}
.link_green:hover {
  text-decoration: underline;
}

.link_green_small {
  font-family: arial;
  font-size: 8pt;
  color: #518C51;
}
.link_green_small:link {
  text-decoration: none;
}
.link_green_small:active {
  text-decoration: none;
}
.link_green_small:visited {
  text-decoration: none;
}
.link_green_small:hover {
  text-decoration: underline;
}

.link_menu {
  font-family: arial;
  font-size: 8pt;
  color: #333333;
  font-weight: bold;
}
.link_menu:link {
  text-decoration: none;
}
.link_menu:active {
  text-decoration: none;
}
.link_menu:visited {
  text-decoration: none;
}
.link_menu:hover {
  text-decoration: none;
}

.link_dark_small {
  font-family: arial;
  font-size: 8pt;
  color: #333333;
}
.link_dark_small:link {
  text-decoration: none;
}
.link_dark_small:active {
  text-decoration: none;
}
.link_dark_small:visited {
  text-decoration: none;
}
.link_dark_small:hover {
  text-decoration: underline;
}

.link_green_smaller {
  font-family: small fonts;
  font-size: 6pt;
  color: #333333;
}
.link_green_smaller:link {
  text-decoration: none;
}
.link_green_smaller:active {
  text-decoration: none;
}
.link_green_smaller:visited {
  text-decoration: none;
}
.link_green_smaller:hover {
  text-decoration: none;
  color: #518C51;
}

.link_green_bg {
  font-family: arial;
  font-size: 10pt;
  color: #FFFFFF;
  font-weight: bold;
  background-color: #518C51;
}
.link_green_bg:link {
  text-decoration: none;
}
.link_green_bg:active {
  text-decoration: none;
}
.link_green_bg:visited {
  text-decoration: none;
}
.link_green_bg:hover {
  text-decoration: none;
}

.tab_banner {background-image: url("banner.jpg");
  background-color: #FFFFFF;
}
.tab_left {
  border-left-width: 1;
  border-left-color: #333333;
  border-left-style: solid;
  background-color: #E2E2E2;
}
.tab_grey_line {
  background-color: #E2E2E2;
}
.tab_white_rline {
  border-right-width: 1;
  border-right-color: #333333;
  border-right-style: solid;
  background-color: #FFFFFF;
}
.tab_white {
  background-color: #FFFFFF;
}
.tab_topline {
  border-top-width: 1;
  border-top-color: #333333;
  border-top-style: solid;
  background-color: #FFFFFF;
}
.tab_bg_pic {
  background-image: url("bg1.jpg");
  background-repeat: no-repeat;
}
.tab_blborder {
  border-width: 1;
  border-color: #333333;
  border-style: solid;
}