/* content */
.text-header { font-weight: bold; font-size: 15pt; font-family: Tahoma, Arial, sans-serif; color: #ffffff;}
.text-header-a { font-weight: bold; font-size: 12pt; font-family: Tahoma, Arial, sans-serif; color: #002F56; text-decoration: none;}
.pageContent { font-weight: bold; font-size: 8pt; font-family: Tahoma, sans-serif; color: #000000; }
 .pageContent a { font-weight: bold; font-size: 12pt; font-family: Tahoma, sans-serif; color: #000000; text-decoration: none;}
 .pageContent-a { font-weight: bold; font-size: 12pt; font-family: Tahoma, sans-serif; color: #000000; text-decoration: none;}

/* top elements */
.company { font-weight: bold; font-size: 14pt; font-family: Arial Narrow, Arial, sans-serif; color: #000000; text-transform: uppercase; }
.slogan { font-weight: bold; font-size: 9pt; font-family: Tahoma, Arial, sans-serif; color:#a1a1a1; text-decoration: none; }

/*main menu*/
.menu { font-weight: bold; font-size: 8pt; font-family: Tahoma, sans-serif; color: #000000; text-decoration: none; }
.amenu { font-weight: bold; font-size: 8pt; font-family: Tahoma, sans-serif; color: #000000; text-decoration: underline; }

/*submenu*/
.submenu { font-weight: bold; font-size: 8pt; font-family: Tahoma, sans-serif; color: #ffffff; text-decoration: none; }
.asubmenu { font-weight: bold; font-size: 8pt; font-family: Tahoma, sans-serif; color: #ffffff; text-decoration: underline; }

/*bottom menu*/
.smallmenu { font-size: 7pt; font-family: Tahoma, sans-serif; color: #e1e1e1; text-decoration: none; }
.bmenu { font-size: 9pt; font-family: Tahoma, sans-serif; color: #e1e1e1; text-decoration: none; }
.abmenu { font-weight: bold; font-size: 9pt; font-family: Tahoma, sans-serif; color: #ffffff; text-decoration: none; }
.cmenu { font-weight: bold; font-size: 9pt; font-family: Tahoma, sans-serif; color: #DAA520; text-decoration: none; }
.dmenu { font-weight: bold; font-size: 9pt; font-family: Tahoma, sans-serif; color: #ffffff; }

/*copyright*/
.footer { font-size: 8pt; font-family: Tahoma, sans-serif; color: #303030; }

/*backgrounds*/
.main-bg { background-color: #ffffff; }
.color-bg { background-color: #ffffff; }
.line { background-color: #303030; }

/*defilement*/
#jump_base {
  overflow-y:hidden;
  width: 759px;
  height: 100px;
  margin: auto;
  padding: 0px 0px 0px 0px;
}

#jump_base a {
  color: #002F56;
  text-decoration: none;
}

.news {
  color: #002F56;
  font-size: 0.9em;
  font-family: Tahoma;
  font-weight: bold;
}

.news1 {
  color: #002F56;
  font-size: 0.8em;
  font-family: Tahoma;
  font-weight: bold;
}

/*menu accordeon*/
.navigation { 
      margin: 0; 
      padding: 0; 
      list-style: none; 
      background: #000000; 
      width: 492px; 
      font: 9pt Tahoma, Arial, sans-serif;
      color:#000000;
      font-weight: bold;
      } 
   .navigation a, .navigation span { 
      display: block; 
      padding: 4px 10px; 
      color: #a1a1a1; 
      text-decoration: none; 
      background: #000000;
      } 
   .navigation .toggleSubMenu a, .navigation .toggleSubMenu span { 
      background: #000000; 
      } 
   .navigation .open a, .navigation .open span { 
      background: #000000;
      } 
   .navigation a:hover, .navigation a:focus, .navigation a:active { 
      text-decoration: underline; 
      } 
   .navigation .subMenu { 
      font-weight: bold; 
      font: 9pt Tahoma, Arial, sans-serif; 
      color: #ffffff;
      background: #000000;  
      margin: 0; 
      padding: 0;  
      } 
   .navigation ul.subMenu a { 
      background: none; 
      padding: 3px 20px; 
      }

