
body {
   font-family:arial,helvetica;
   background: #111111;
}

#logo_01 { 
   position: absolute; 
   top: 1px; 
   left: 545px; 
}

#logo_02 { 
   position: absolute; 
   top: -10px; 
   left: -60px; 
}

.navibox {
   position: relative; 
   width: 640px;
   border-radius: 5px 20px 0px 0px;
   -moz-border-radius: 5px 20px 0px 0px;
   -webkit-border-radius: 5px 20px 0px 0px;
   background-color: #ffffff;
   margin: 10px 50px 0px 50px;
   padding: 10px;
   border: 0px solid #000000;
   -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
   -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
   box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}

.contentbox {
   position: relative; 
   width: 640px;
   border-radius: 0px 0px 0px 0px;
   -moz-border-radius: 0px 0px 0px 0px;
   -webkit-border-radius: 0px 0px 0px 0px;
   margin: 0px 50px 0px 50px;
   padding: 10px;
   background-color: #ffffff;
   border: 0px solid #000000;
   -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
   -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
   box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}

.footerbox {
   position: relative; 
   width: 640px;
   border-radius: 0px 0px 30px 30px;
   -moz-border-radius: 0px 0px 30px 30px;
   -webkit-border-radius: 0px 0px 30px 30px;
   margin: 0px 50px 20px 50px;
   padding: 10px;
   background-color: #ffffff;
   border: 0px solid #000000;
   -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
   -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
   box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}

.smallT1 {
   font-size: 8pt;
   margin-top: 5px;
   margin-bottom: 5px;
   margin-left: 0px;
   margin-right: 0px;
   color: #111111;
}

.normT1 {
   font-size: 10pt;
   margin-top: 5px;
   margin-bottom: 5px;
   margin-left: 10px;
   margin-right: 10px;
   color: #111111;
}

.bigT1 {
   font-size: 12pt;
   margin-top: 5px;
   margin-bottom: 5px;
   margin-left: 0px;
   margin-right: 0px;
   color: #111111;
}

.headerT1 {
   font-size: 24pt;
   margin-top: 5px;
   margin-bottom: 5px;
   margin-left: 75px;
   margin-right: 10px;
   color: #111111;
}

a {
   line-height: 100%;
   color: #000000;
   font-weight: bold;
   text-decoration: none;
}

a:hover {
   color: #BBBBBB;
   font-weight: bold;
   text-decoration: none;
}

a:active {
   color: #BBBBBB;
   font-weight: bold;
   text-decoration: none;
}
