html, body {
  margin:0;
  padding:0;
  height:100%;
  border:none;
}

body {
  font:8pt/10pt sans-serif;
  letter-spacing:1px;
  font-family: "helvetica neue", helvetica, sans-serif;
  background-color:#000; /* background-color:#fff; */
}

body.start {
  background: black url('../images/icons/intro-bg.jpg') no-repeat right;
}

table.center {
  width:100%;
  height:100%;
}

table.center td {
  vertical-align:middle;
  text-align:center;
}

table.structure {
  width:800px;
  margin:0em auto;
  border-collapse:collapse;
}

table.structure td {
  padding:0em;
}

a.logo {
  text-decoration:none;
}

a.logo img {
  margin:4em 0em 3em 0em;
  border:0px;
}

tr.menu table {
  border-collapse:collapse;
  width:100%;
  margin-bottom:2em;
}

tr.menu table td {
  padding:0em;
  font:8pt/10pt sans-serif;
  font-family: "helvetica neue", helvetica, sans-serif;
  padding-left:40px;
  padding-right:40px;
}

tr.menu table td.menu0 {
  padding-left:0px;
}

tr.menu table td.menu5 {
  padding-right:0px;
}

tr.menu table td.td-right {
  text-align:right;
}

tr.menu table td a {
  color:white; /* color:black; */
  text-decoration:none;
}

tr.menu table td a.current {
  color:#dddddd;
  text-decoration:none;
}

div.navigation {
  text-align:right;
  line-height:16pt;
  color:white;
}

div.navigation a {
  text-decoration:none;
  color:white; /* color:black; */
  font-weight:bold;
}

img.full-image {
  border:1px solid #111;
}

img.thumb-image {
  border:1px solid #111;
  height:100px;
  width:100px;
  margin:0em 0.5em 0.5em 0em;
}

p.just {
  color:white;
  margin-top:0px;
  text-align:justify;
  line-height:16pt;
}

