* {
  font-size: 100.1%;
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  font-family: 'Trebuchet MS', sans-serif;
  color: #FFF;
}
a {
  color: #FFF;
  text-decoration: underline;
}
a:hover {
  color: #ffffcc;
}
p {
  line-height: 140%;
  margin-bottom: 10px;
}
h1,h2,h3 {
  font-weight: normal;
  position: relative;
}
h2 { font-size: 15pt; }
td.logo h1 {
  font-size: 25pt;
  font-weight: bold;
  background: transparent url('bg-logo.jpg') repeat-y;
}
td.logo h2 {
  font-size: 15pt;
}
.orange {
  color: #ff6600;
}
.proc20 {
  font-size: 28pt;
}
table td {
  vertical-align: top;
}
table.general {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
}
table.general td {
  padding: 0;
}
table.general td.content {
  width: 800px;
  text-align: center;
  border-left: 1px solid #d1d1d1;
  border-right:1px solid #d1d1d1;
}
table.main {
  background: #488240 url('bgindex.jpg') no-repeat;
  width: 800px;
  height: 100%;
  border-collapse: collapse;
  text-align: left;
}
table.main td.logo {
  padding: 15px;
}
#bottom td {
  padding: 5px 15px 5px 25px;
  border-top: 1px solid #d1d1d1;
  font-size: 80%;
}
h3.economy {
  font-size: 23pt;
  margin-top: 115px;
  margin-left: 10px;
}
ul.enef {
  margin-top: 220px;
  margin-right: 50px;
}
ul.enef li {
  font-family: Arial;
  color: #FFF;
  font-size: 110%;
  margin: 0;
  padding: 0;
  margin-bottom: 7px;
  list-style-type: none;
  behavior: expression( !this.before ? this.before = this.innerHTML = '+&nbsp;' + this.innerHTML : '' );
}
ul.enef li span { 
  background-color: green; 
}
ul.enef li:before {
  content: '+ ';
}
ul.nrml li {
  margin: -0.4em 0 1.5em 2em;
}
ul.nrml li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  behavior: expression( !this.before ? this.before = this.innerHTML = '&mdash;&nbsp;' + this.innerHTML : '' );
}
ul.nrml li:before {
  content: '\2014\a0';
  color: #a9e50e;
}

td.bgleft { background: url('bgleft.gif') right top; }
td.bgright { background: url('bgright.gif') left top; }


#language {
  position: relative;
  top: -70px;
  left: 90%;
 }
#info {
  margin: 20px 0 0 15px;
  }
address { 
  font-style: normal;
  font-size: 13pt;
  color: #33732e;
 }
address a {
  color: #ffffcc;
}
address small {
  font-size: 11pt;
  font-style: italic;
}
/* Navigation*/
#navigation { 
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#navigation li.active { 
  background-color: #893f24;
  width: 180px;
  color: #ffffcc;
  padding: 3px;
  padding-left: 20px;
  margin-bottom: 5px;
}
#navigation li.new a{ 
  background-color: #008000;
}
#navigation li.new a:hover{ 
  background-color: #e0560b;
}
#navigation a {
  display: block;
  width: 180px;
  padding: 3px;
  padding-left: 20px;
  margin-bottom: 5px;
  text-decoration: underline;
}
#navigation a:hover {
  background-color: #893f24;
  color: #FFF;
  text-decoration: none;
}
