/* INIZIO GENERICO */
a.intro:link
  {
    font-family: Verdana, Tahoma, Arial;
    font-size: 10px;
    text-decoration: none;
    color: #8e0006;
    font-weight: bold;
    text-decoration: none;    
  }

a.intro:active
  {
    font-family: Verdana, Tahoma, Arial;
    font-size: 10px;
    text-decoration: none;
    color: #8e0006;
    font-weight: bold;
    text-decoration: none;    
  }

a.intro:visited
  {
    font-family: Verdana, Tahoma, Arial;
    font-size: 10px;
    text-decoration: none;
    color: #8e0006;
    font-weight: bold;
    text-decoration: none;    
  }
                  
a.intro:hover     
  {               
    font-family: Verdana, Tahoma, Arial;
    font-size: 10px;
    text-decoration: none;
    color: #8e0006;
    font-weight: bold;
    text-decoration: underline;    
  }               
                  
.intro_text_1     
  {               
    font-family: Verdana, Tahoma, Arial;
    font-size: 10px;
    text-decoration: none;
    color: #8e0006;
    font-weight: bold;
  }               
                  
.intro_text_2     
  {               
    font-family: Verdana, Tahoma, Arial;
    font-size: 9px;
    text-decoration: none;
    color: #000000;
    font-weight: normal;
  }               
                  
.intro_continuo   
  {               
    text-align: center;
  }               
                  
.intro_continuo   
  {               
    text-align: -moz-center;
  }               
                  
.riga_nera        
  {               
    width: 3px;   
    height: 100%; 
    background-color: #000000;
  }               
                  
.intro_cen        
  {               
    width: 266px; 
    height: 100%; 
    background-image: url("../images/intro/sfondo_colonna_intro.jpg");
  }               
                  
.intro_lef        
  {               
    text-align: right;
    height: 100%; 
  }               
                  
.intro_rig        
  {               
    text-align: left;
    height: 100%; 
  }               
                  
.intro_lef        
  {
    text-align: -moz-right;
    height: 100%;
  }

.intro_rig
  {
    text-align: -moz-left;
    height: 100%;
  }

BODY {
    BACKGROUND: #000000;  
    SCROLLBAR-FACE-COLOR:      #000000; 
    SCROLLBAR-TRACK-COLOR:     #000000; 
    SCROLLBAR-ARROW-COLOR:     #3fb902;  
    SCROLLBAR-3DLIGHT-COLOR:   #000000; 
    SCROLLBAR-DARKSHADOW-COLOR:#000000;
    MARGIN:0px;
  }
  
IMG
  {
    behavior: url('./pngbehavior_intro.htc');
    border:0px;
  }

.contenitore
  {
    width:  100%;
  }

.tab_princ
  {
    width: 100%;
    height: 768px;
    background-image: url("./images/sfondo.jpg");
    text-align: center;
  }
  
.copy_div
  {
    margin-top: 130px;
    font-family: Tahoma, Verdana, Arial;
    font-size: 9px;
    text-decoration: none;
    color: #000000;
    font-weight: normal;
    text-align: center;
    line-height: 15px;
  }

.copy_div a:link, 
.copy_div a:visited
  {
    font-family: Tahoma, Verdana, Arial;
    font-size: 9px;
    text-decoration: none;
    color: #bc2120;
    font-weight: normal;
  }
  
.copy_div a:hover
  {
    font-family: Tahoma, Verdana, Arial;
    font-size: 9px;
    text-decoration: underline;
    color: #bc2120;
    font-weight: normal;
  }
/* FINE GENERICO */
