   #tabbed_box {  
      margin: 0px auto;  
      width:590px;  
   }  
   .tabbed_area {  
       border:0px solid #000000;     
   }  
   ul.tabs {  
        margin:0px; padding:0px;
   }  
    ul.tabs li {  
        list-style:none;  
        display:inline;
    }    
    ul.tabs li a {  
        background-color:#008b00;  
        color:#ffffff;  
        padding:2px 14px 2px 14px;  
        text-decoration:none;  
        font-size:11px;  
        font-family:Verdana, Arial, Helvetica, sans-serif;  
        text-transform:uppercase;  
        border-top:1px solid #464c54;  
        border-left:1px solid #464c54;
        border-right:1px solid #464c54; 
    }  
    ul.tabs li a:hover {  
       background-color:#008b00;
       color: #ffff00;  
    }  
    ul.tabs li a.active {  
       background-color:#d3ffce;  
       font-size:11px; 
       color:#282e32;  
       border-bottom: 1px solid #d3ffce;  
    }    
    .content {  
       background-color:#d3ffce;  
       padding:10px;  
       border:1px solid #464c54;     
    }  
    #content_2, #content_3 { display:none; }
      .content ul {  
       margin:0px;  
       padding:0px 20px 0px 50px; 
     }  
      .content ul li {  
       list-style-image:url(images/bullet.png);  
       padding-top:3px;  
       padding-bottom:3px;  
       font:13px arial; 
       text-align: left; 
     }
     #lang {
        width: 200px;
        margin: 0 auto;
     }
     #lang td.inc {
        background: #008b00;
        padding: 3px 10px 3px 10px;
        text-align: center;
        color: #ffffff;
        font: bold 14px verdana;
     }     
     h3 {
       margin:10px 0px;
       padding: 3px 10px 3px 10px;
       background-color: #008b00;
       color: #ffffff;
       font : bold 120% sans-serif;
       letter-spacing: 5px;
       word-spacing: 5px;
       text-transform: uppercase;
       text-align: center;
       border: 3px static #ffffff;
     }
    .intro {
       margin: 10px auto;
       font : bold 12px tahoma;
       text-indent: 1em;
     }
     .note {
       font : 12px tahoma;
       width: 550px;
       color: #ff0033;
       text-indent: 1em;
       text-align: center;
       padding: 3px;
    } 
    .nt {
       text-decoration: underline;
       font-weight: bold;
    }
    .cst {
       color: #FF0000;
    } 
    .order {
       width: 70px;
       margin: 20px auto;
       background: #008b00;
    }
    .order a {
       text-decoration: none;
       color: #ffffff;
       display: block;
       text-align: center;
       font: bold 12px arial;
       padding: 5px;
       border: 2px solid #008b00;
    }          
    .order a:hover {
       color: #ffff00;
       border: 2px solid #ffff00;
    }
    .act {
      width: 570px;
      margin: 10px auto;
      padding:5px;
      color: #000000;
      font: 14px arial;
      text-indent: 50px;
      text-align: justify;
      line-height: 20px;
      
      }                         