body
	{
		background-color : #ffffff;
		margin-top : 0px;			
				
		font-family : Verdana;
		font-size : 10px;
		color : #000000;
	}

a
	{
		text-decoration : none;
	}

a:link
	{
		color : #656464;
	}

a:visited
	{
		color : #656464;
	}
		
a:active
	{
		color : #E59F18;
	}
	
a:link:hover
	{
		color : #E59F18;
	}
	
table
	{
		border : solid 0px;
	}	
    
.table_border
	{
		border : solid 1px;
		border-color : #999999;		
	}    	
	
td
	{	
		border : solid 0px;
		vertical-align : top;

		font-size : 10px;		
	}
	
.td_border
	{
		border : solid 1px;		
		border-bottom-color : #CCCCCC;
		border-left-color : #CCCCCC;
		border-right-color : #CCCCCC;
		border-top-color : #CCCCCC;
	}
    
.td_border_center
	{
		border : solid 1px;		
		border-bottom-color : #CCCCCC;
		border-left-color : #CCCCCC;
		border-right-color : #CCCCCC;
		border-top-color : #CCCCCC;
      
	 text-align : center;
	}
	
.td_border_center_color
	{
		border : solid 2px;		
		border-bottom-color : C0811A;
		border-left-color : #EB9C1B;
		border-right-color : C0811A;
		border-top-color : #EB9C1B;
		background-color : #EB9C1B;		
      
	 text-align : center;
		font-weight : bold;
		color : #ffffff;		
	}	
	
.td_sfondo
	{
		vertical-align : top;
		background-color : #cccccc;
  border : solid 1px;
  border-top-color : #cccccc;
		border-bottom-color : #666666;
  border-left-color : #cccccc;
		border-right-color : #666666;   
		
		color : #EB9C1B;
		font-size : 12px;
		font-weight : bold;            
	}
	
.td_sfondo_rosso
	{
		vertical-align : top;
		background-color : #ff0000;
  border : solid 1px;
  border-top-color : #FF6A6A;
		border-bottom-color : #C00000;
  border-left-color : #FF6A6A;
		border-right-color : #C00000;   
		
		color : #ffffff;
		font-size : 12px;
		font-weight : bold;
		text-align : center;            
	}	

.td_middle	
	{
		vertical-align : middle;
	}
	
.td_menu
	{
		vertical-align : bottom;
		
		font-family : tahoma;
		font-size : 12;
		color : #656464;
	}

.td_bottom
	{
		vertical-align : bottom;
	}
	
.td_bottom_blue
	{
		vertical-align : bottom;
		color : #3300FF;
	}

.txt_copy
	{
		font-family : Verdana;
		font-size : 9px;
	
		color : #000000;
	}
	
.txt_grande
	{
		font-family : Verdana;
		font-size : 12px;
		font-weight : bold;
	
		color : #3300FF;
	}	
	
.txt_bold
	{
		font-family : Verdana;
		font-size : 10px;
		font-weight : bold;
		color : #008946;
	}	
 
.txt_desc
 {
		font-family : Verdana;
		font-size : 4px;
		font-weight : bold;
		color : #ffffff; 
 }	
			
.textarea
	{
		width : 200px;
		height : 50px;
		background-color : #FFFFFF;
		border-width : 1px;		
		
		color : #000000;
		font-size : 10px;
		font-family : Verdana;
	}						
	
.input_txt
	{
		width : 200px;
		height : 15px;
		background-color : #FFFFFF;
		border-width : 1px;
			
		color : #000000;
		font-size : 10px;
		font-family : Verdana;
	}							
		
.pulsante
	{
		height: 15;
		color: #ffffff;
		background-color: #cccccc;
		border-color: #999999;
		border-width: 1px;
		
		font-size : 10px;
		font-weight : bold;
		font-family : Verdana;
	}
