body {
  margin: 0px 0px 30px; 
  background-color:#FFFFFF; 
  font-family:Verdana,Arial,Helvetica,Geneva,sans-serif; 
  margin-left:40px; margin-top:40px; margin-right:40px; margin-bottom:40px;
  background-image:url(bg6.jpg); 
  background-repeat:no-repeat;
  background-attachment:fixed; 
  background-position:top right;
}

/*
*/

p {
  font-size:10pt;
  font-weight:normal; 
  color:black; 
  text-decoration:none;
}

td {
  font-size:10pt;
  font-weight:normal; 
  color:black; 
  text-decoration:none;
}

a:link        { color:black; text-decoration:underline; font-weight:bold; }
a:visited     { color:navy; text-decoration:underline; font-weight:bold; }
a:hover       { color:blue; text-decoration:underline; font-weight:bold; }
a:active      { color:purple; font-weight:bold; }

.regular      { font-size:10pt; font-weight:normal; color:black; text-decoration:none; }
.regularLink  { font-size:10pt; font-weight:normal; color:black; text-decoration:underline; }

.red          { font-size:10pt; font-weight:normal; color:red }
.bold         { font-size:10pt; font-weight:bold }
.boldred      { font-size:10pt; font-weight:bold; color:red }

.big          { font-size:12pt; font-weight:normal; }
.bigred       { font-size:12pt; font-weight:normal; color:red }
.bigbold      { font-size:12pt; font-weight:bold }
.bigboldred   { font-size:12pt; font-weight:bold; color:red } 

.small          { font-size:8pt; font-weight:normal; }
.smallgrey      { font-size:8pt; font-weight:normal; color:#777777; }
.smallred       { font-size:8pt; font-weight:normal; color:red }
.smallbold      { font-size:8pt; font-weight:bold }
.smallboldred   { font-size:8pt; font-weight:bold; color:red } 

#header {
  position:absolute; 
  top:42px; 
  left:42px; 
}

#content {
  position:absolute; 
  top:130px; 
  left:40px; 
}

#lang { 
  position:fixed; 
  bottom:30px; 
  right:30px; 
  width:80px; 
  height:50px;
}

#langlink { 
  font-size:8pt; 
  font-weight:normal; 
  color:#777777; 
  text-align:right; 
  vertical-align:bottom;
  text-decoration:none;
}

/* border:1px solid grey; background-color:#E0E0E0; padding:10px; margin:0px; */
