.bg-main     
    { 
    background-image: url('images/index_bg.jpg'); 
    background-repeat: 
    no-repeat; 
    background-position: left bottom 
    }
    
.border      
    { 
    border: 1px solid #C0C0C0;  
    }
    
.main        
    { 
    font-family: Tahoma; 
    font-size: 8pt; 
    color: #666666; 
    text-align: justify; 
    direction: rtl; 
    line-height:150% 
    }
    
.title      
    { font-family: Tahoma; 
    font-size: 8pt; 
    color: #FFFFFF; 
    direction:rtl; 
    font-weight:bold; 
    background-image:url('images/index_16.jpg'); 
    background-repeat:repeat-x; 
    background-position-y:center 
    }
    
.copyright   
    { 
    font-family: Tahoma; 
    font-size: 8pt; 
    color:#666666 
    }
    
.english     
    { 
    font-family: Tahoma; 
    font-size: 10px; 
    color:#808080 
    }
    
.navigation     
    { 
    font-family: Tahoma; 
    font-size: 10px; 
    color:#ffffff; 
    direction:rtl
    }
    
a            
    { 
    text-decoration: none 
    }
