			body {                
                	background-image:url("../img/back.jpg"); 
                	background-repeat: repeat; 
                	background-color: #FFFFFF;
                	text-align:center;
            	 }
            
            a {
            	color:#0080C0; 
            	font-weight:bold;
            	text-decoration: none;
            	font-size: 11px;
            }
            a:hover {
            	/* color:#0D8A10; */
            	color:#0080C0;
            	font-weight:bold;
            	text-decoration: underline;
            	font-size: 11px;
            }
            
            .grigio {
    			color:#3F3F3F; 
    			font-size:.7em;
    			font-family: Verdana, Tahoma, Arial;
    			text-decoration: none;
			  }						
                    
			.grigiog {
    			color:#3F3F6F; 
    			font-size:.9em;
    			font-family: Verdana, Tahoma, Arial;
    			text-decoration: none;
			  }		                                          
            
            div#header {
                
                margin: 0 auto;   /* align for good browsers */
		        text-align: left; /* counter the body center */		        
                width:650;
                height:60;
                background-image:url("../img/head.gif");                
                border-style:none;
                border-width:0;
            }
                               
            div#fronte {
                
                margin: 0 auto;   /* align for good browsers */
		        text-align: left; /* counter the body center */		        
                width:650;
                height:235;
                background-image:url("../img/b_rist3.jpg");                
                border-style:none;
                border-width:0;
            }
            
            div#menu {
                color:#3F3F3F;                
                font-size:.7em ;
                font-family: Verdana, Tahoma, Arial;
                font-weight: bold;
                margin: 0 auto;   /* align for good browsers */
                margin-bottom:5;
		        text-align: center; /* counter the body center */		        
                border-style:none;
                border-width:0;
				width:650;
                height:auto;                
            }     
            
            div#main {            	               	
                color:#3F3F3F;                
                font-size:.7em ;
                font-family: Verdana, Tahoma, Arial;
                font-weight: bold;
                margin: 0 auto;   /* align for good browsers */
                margin-bottom:5;
		        text-align: center; /* counter the body center */		                        
                border-width:1;
				width:640;
                height:auto;                
            }     
            
