body, div, table, span, a, input, textarea, button, select { font-family: sans-serif; font-weight: normal; text-decoration: none; color:#1F246F; font-size: 8pt; }

body {
  margin: 0;
  padding: 0;
  text-align: center;
  background: #19217B;
}

input.button { font-weight: bold; width: 120px; color: #1F246F; cursor: pointer; background: none; border: none}
input, textarea { color: #1F246F; }
form { margin: 0; }
hr { height: 1px; color: #19217B; }
img { border-color: #19217B; }

A:link { 
  text-decoration: none;
  font-weight: normal; 
  color: #19217B;
  text-decoration: underline;
}

A:visited {
  text-decoration: none;
  font-weight: normal; 
  color: #19217B;
  text-decoration: underline;
}

A:active {
  text-decoration: none;
  font-weight: normal; 
  color: #19217B;
  text-decoration: underline;
}

A:hover {
  text-decoration: underline;
}

div#page {
  position: relative;
  margin: 0 auto;
  width: 760px; 
  _height: 100%;
  min-height: 100%;
  text-align: left;
  background: #ffffff; 
}

div#page_in {
  display: block;
  clear: both;
  margin: 0;
  padding: 0;
  text-align: left;
  background: #ffffff; 
}

a#logo {
  display: block;
  margin: 0;
  padding: 0;
}

div#menu {
  display: block;
  padding: 10px 0 0 0;
  text-align: center;
}

div#menu a {
  display: block;
  clear: both;
  margin: 0 20px 8px 20px;
  padding: 0;
  font-size: 9pt;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
  line-height: 18px;
  color: #19217B;
  border: 1px solid #19217B;
}

div#menu a:first-letter {
  padding: 4px 4px 5px 4px;
  margin: 0 2px 0 0;
  font-size: 10pt;
  font-weight: bold !important;
  text-decoration: none !important;
  line-height: 19px;
  color: #ffffff !important;
  background-color: #19217B; 
}

div#menu a:hover {
  text-decoration: none;
  background-color: #E7E8FA;
}

div#menu a.sel {
  text-decoration: none;
  background-color: #E7E8FA;
}

div#submenu {
  display: block;
  margin: 10px 0 0 0;
  padding: 2px 2px 2px 10px;
  text-align: left;
  background: #E7E8FA;
}

div#submenu a {
  font-size: 8pt;
  font-weight: normal;
  text-decoration: none;
  text-transform: lowercase;
  color: #19217B;
}

div#left {
  display: block;
  float: left;
  width: 200px;
  margin: 0;
  padding: 10px 0 0 0;
  text-align: center;
}

div#main {
  float: left; 
  width: 560px;
  overflow: hidden;
}

div#text {
  display: block;
  padding: 10px;
  margin: 20px 20px 20px 10px;
  _height: 120px;
  min-height: 120px;
  text-align: left;
  color: #19217B;
  border: 1px solid #19217B;
}

div#text h1 {
  display: block;
  clear: both;
  padding: 0;
  margin: -10px -10px 0 0;
  font-size: 9pt;
  line-height: 14px;
  color: #ffffff !important;
  text-transform: uppercase;
  font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
}

div#text h1 b {
  display: block;
  float: right;
  padding: 4px 10px 5px 10px;
  margin: 0;
  background-color: #19217B; 
}

div#text h2 {
  margin: 0;
  padding: 0;
  font-size: 11pt;
}

div#main_foot {
  height: 22px;
  margin: -2px 0 0 0;
  padding: 0;
  display: block;
  clear: both;
  text-align: left;
  background: url("img/bg_main_foot.gif") 0 0 no-repeat; 
}

.small {
  font-size: 7pt;
}

div#foot {
  position: absolute;
  left: 0;
  bottom: 0; 
  width: 100%;
  display: block;
  clear: both;
  margin:  30px 0 0 0;
  padding: 2px 0 2px 0;
  text-align: center;
  font-size: 7pt;
  color: #19217B;
}

div#foot a {
  color: #19217B;
  font-size: 7pt;
  font-weight: normal;
}

.clb { 
  clear: both;
  font-size: 1px;
  height: 1px;
  line-height: 1px;
  margin: 0;
  padding: 0;    
}

.big {
  font-weight: bold;
  font-size: 18px; 
}

.small {
  font-size: 7pt; 
}

.white {
  color: #ffffff;
}

table#lang a {
  text-decoration: none;
}