html, body {
	margin: 0px;
	padding: 0px;
	scrollbar-arrow-color: #FEFEDC;
	scrollbar-face-color: #ffd302;
	scrollbar-track-color: #FEFEDC;
	scrollbar-hilight-color: #FFFFFF;
	scrollbar-shadow-color: #333333;
	scrollbar-darkshadow-color: #999999;
	scrollbar-base-color: #666666;
	background-image:url(../imgpag/bg.gif);
	background-repeat:repeat;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color:#333333;
	text-align:left;
}

#txt{
	padding:10px;	
	color:#666666;
	text-align:justify;
	font-size: 8pt;
}

#txt a{color:#CA5802;font-weight:bold; text-decoration:none;}
#txt a:hover {color:#ffd302;font-weight:bold; text-decoration:underline;}

#title{
	color:#CA5802;
	text-align:left;
	font-size: 11pt;
	font-variant:small-caps;
	font-weight:bold;
	padding-bottom: 5px;
}

#title a{color:#CA5802; text-decoration:none;}
#title a:hover {color:#FEFEDC; text-decoration:underline;}

#box{
	background-image:url(../imgpag/sfondotrasp.png); 
	border: 1px solid #FDD10C
}

hr{height:1px; color:#FF8000; margin:0px;}

input.button{
    font-family : Verdana, Arial, Helvetica, sans-serif;       
    color:#CA5802;   
    background-color:#ffd302;
    height:20px;
    width:70px;
    border: 1px solid #ffd302;
    text-valign:center;
    font-size: 8pt;
}



