body {
   background : #ffffff;
}

body:first-letter {
   font-size : 12pt;
   font-weight : bold;
}

a {
   text-decoration : none;
}

a:link { 
   color : #1052dd;
}

a:visited { 
   color : #1052dd;
}

a:hover { 
   color : #402217;
}

#title { 
   position : fixed;
   top : 0px;
   left : 0px;
   width : 203px;
   height : 70px;
}

ul {
  list-style-type : none;
}

h1 {
  color : #3333ff;
  text-align : center;
}

#lang_bar {
   position : fixed;
   width : 25px;
   top : 10px;
   right : 5px;
}

#lang_bar img {
   border : 0;
   margin : 4px 0;
}

#validator {
   position : fixed;
   width : 203px;
   left : 5px;
   bottom : 5px;
}

div#validator div span.img {
   border-width : 0px;
   display : none;
}

div#validator span.txt {
   color : #b3bcc0;
   font-size : 10pt;
}

div#validator div {
   position : relative;
   float : left;
   margin-right : 3px;
}

#content {
   background: #bfdde8 0 0 no-repeat fixed;
   color : #002734;
   font-size : 12pt;
   padding-left : 7px; 
   padding-right : 7px;
   padding-bottom : 7px;
   padding-top : 5px;
   position : absolute;
   top : 70px; 
   left : 203px;
   right : 35px;
   bottom : 18px;
   text-align : justify;
   z-index : 2;
}

div#content a img {
   border : 0;
}


#last-modified {
   font-size : 10pt;
   text-align : right;
   position : fixed;
   bottom : 5px;
   left : 203px;
   right : 20px;
   color : #b3bcc0;
   padding-right : 5px;
   z-index : 1;
}
