body, div, table, span, a, input, textarea, button, select { font-family: Verdana, 'Geneva CE', lucida, sans-serif; font-weight: normal; text-decoration: none; color:#000000; font-size: 8pt; }

body {
  background: #979795;
}

input.button { font-weight: bold; width: 120px; }
hr { height: 1px; }

A:link { 
  text-decoration: none;
  font-weight: bold; 
  font-size: 8pt; 
  color: #f4d026;
}

A:visited {
  text-decoration: none;
  font-weight: bold; 
  font-size: 8pt; 
  color: #f4d026;
}

A:active {
  text-decoration: none;
  font-weight: bold; 
  font-size: 8pt; 
  color: #f4d026;
}

A:hover {
  color: #585858;
}

div#center {
  position: absolute; 
  left: 50%; 
  top: 7px; 
  margin: 0 0 0 -450px;
  width: 900px; 
  text-align: left;
  background: url("img/bg_text.jpg") left bottom no-repeat #ffffff; 
}

a#logo {
  position: absolute; 
  left: 620px; 
  top: 17px; 
  margin: 0;
  width: 260px;
  height: 80px;
}

div#ocas {
  position: absolute; 
  left: 695px; 
  top: 117px; 
  margin: 0;
  width: 25px;
  height: 10px;
  background: url("img/bg_ocas.gif") no-repeat; 
}

div#lang {
  position: absolute;
  display: block;
  left: 800px;
  top: 100px;
}

div#lang a {
  font-size: 7pt;
  color: #000000;
  font-weight: normal;
}

div#lang a:hover {
  color: #ffffff;
}

div#header {
  display: block;
  clear: both;
  height: 90px;
  text-align: center;
  background: #CCCCCC;
}

div#h_sep {
  display: block;
  clear: both;
  font-size: 1px;
  height: 7px;
  background: #979795;
}

div#menu {
  display: block;
  clear: both;
  padding: 4px 0 4px 10px;
  text-align: left;
  color: #000000;
  font-size: 7pt;
  background: url("img/bg_menu.gif") 674px 0 no-repeat #f4d026;
}

div#menu a {
  font-size: 7pt;
  font-weight: normal;
  text-align: center;
  color: #000000;
}

div#menu a:hover {
  color: #ffffff;
}

div#text {
  display: block;
  _height: 350px;
  min-height: 350px;
  clear: both;
  margin: 30px 30px 30px 30px;
  text-align: left;
  color: #000000;
}


div#text h1 {
  margin: 0;
  padding: 0 0 8px 0;
  font-size: 13pt;
  color: #585858;
}

div#text h2 {
  margin: 0;
  padding: 0;
  font-size: 11pt;
  color: #29BDB2;
}


div#foot {
  display: block;
  clear: both;
  margin: 0;
  padding: 4px 0 4px 0;
  text-align: center;
  font-size: 7pt;
  color: #ffffff;
  border-top: 7px solid #979795;
  background: #585858;
}

div#foot a {
  color: #FEB11B;
  font-size: 7pt;
  font-weight: normal;
}


