/* CSS Document */
body{
	margin-top:0px;
}	
td{
	font-family:Tahoma;
	font-size:11px;
	color:#4D4D4D;
}
.corpo{
	background-position:right bottom;
	background-repeat:no-repeat;
	border-right-color:#C4C4C4;
	border-right-style:solid;
	border-right-width:1px;
}
.line_height{
		line-height:18px;
		padding-left:5px;
}
.testo{
	text-align:justify;
	line-height:18px;
	padding-left:5px;
	padding-right:25px;
}
.menu{
	padding-left:30px;
}

a:link{
	color:#0099CC;
	text-decoration:none;
	font-weight:bold;	
}
a:visited{
	color:#0099CC;
	text-decoration:none;	
	font-weight:bold;		
}
a:hover{
	color:#990000;
	text-decoration:none;
	font-weight:bold;		
}
.arancio{
	color:#FF8500;
}
.giallo{
	color:#FFD400;
}
.rosso{
	color:#D92100;
}
.verde{
	color:#008200;
}
textarea,input{
	font-size:11px;
	font-family:Tahoma;
	color:#000000;
	border-color:#7B7B7B;
	border-style:solid;
	border-width:1px;
}
.bottone{
	border-style:none;
	border-width:0px;
}
.bordo{
	border-color:#7B7B7B;
	border-style:solid;
	border-width:1px;
}
.foto{
	border-color:#009EB0;
	border-style:solid;
	border-width:2px;
}