body {
  background-color: rgb(50,50,200);
  color: white;
  font: 14pt 'Tw Cen MT', 'GillSans', 'Lucida Sans Unicode', Verdana, sans-serif;
  height: auto; 
  padding-top: 5px; padding-bottom: 20px;
  line-height: 1.08;
}

a:link    {   color: yellow;  text-decoration: none;        }
a:hover   {   color: #ff8d01; text-decoration: underline;   }
a:active  {   color: red;     text-decoration: underline;   }
a:visited {   color: #f5ce00; text-decoration: none;        }

.alert {
  font-size: 120%; 
  color: yellow;
  text-align: center;
}

h1 {
  font-family: 'Lucida Sans Unicode', Verdana, sans-serif;
  font-weight: normal;
  padding-top: 20px;
  text-align: center;
}

h2 {
  padding-top: 20px;
  text-align: center;
}

h3 {
  font-size: 115%;
  font-weight: bold;
  margin: 12px 0 10px 0;
}

p {
  border: 0;
  overflow: hidden;
  padding: 2px 0 0 0;
}

p.cap {
  border: 0;
  overflow: hidden;
  text-align: center;
  padding: 3px;
  font-size: 90%;
}

li {
  display: list-item;
  }

.container_12,
.container_16,
.container_24 {
  background-color: rgb(50,50,200);
  background-repeat: repeat-y;
  margin-bottom: 20px;
}

.sp1 { padding: 5px;  }

.lt {
  text-align: left;
  }
.ct {
  text-align: center;
  }
.rt {
  text-align: right;
  }
.foot {
  padding-top: 50px; 
 }

.thead {
  border-bottom: 1px solid white;
  padding-bottom: 20px;
  }

.code {
  font-family: monospace;
  background: rgb(80,80,80);
  padding: 10px;
  margin: 10px 0 10px 0;
  }

.de {
  background: url(/images/at45.png) left top no-repeat, url(/images/de45.png) right top no-repeat; 
  height: 35px;
  line-height: 30px;
  font-weight: bold;
  }

.en {
  background: url(/images/us45.png) left top no-repeat, url(/images/uk45.png) right top no-repeat; 
  height: 35px;
  line-height: 30px;
  font-weight: bold;
  }

.up {
  background: url(/images/up.png) left top no-repeat, url(/images/up.png) right top no-repeat; 
  min-height: 30px;
  height: 35px;
  line-height: 30px;
  font-weight: bold;
  }

.hr {
  margin-top: 2em;
  }

#lightbox{
  position: fixed;  top: 30px !important;
  }

.pl2em {
  padding-left: 2em;
  }

.mt80 {
  margin-top: 80px;
  }
