body
	{
	position:relative;
	margin: 0px;
	color: black;
	font-size:11px;
	font-family:Verdana, Helvetica, sans-serif;
	background-color:#ffffff;
	background-image:url(img/bg.jpg);
	background-repeat:repeat-x;
	}
	
body *
	{
	position:relative;
	}
	
/* ##############--LINK--###################*/
a
	{
	text-decoration: none;
	font-weight:bold;
	}

a:link
	{
	color:#CE0000;
	}

a:visited
	{
	color: #CE0000;
	}

a:hover
	{
	color: #AA3600;
	}


div#menu a:link
	{
	color:#ffffff;
	}

div#menu a:visited
	{
	color: #ffffff;
	}

div#menu a:hover
	{
	color: #ff0000;
	}
	
	
#tutto
	{
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
	width:500px;
	/*height:1000px;
	border: 1px solid red;*/
	}
			
#divtrasp
	{
	margin-left:0px;
	background-image: url(img/bgdiv.gif);
	border: 1px solid black;
	width:450px;
	padding-top:45px;
	padding-left:10px;
	padding-right:10px;
	}
	
#menu
	{
	position:absolute;
	top:28px;
	left:90px;
	background-color:black;
	color:#ffffff;
	width:390px;
	height:13px;
	font-size:10px;
	font-weight:bold;
	padding:5px;
	z-index:4;
	}
#tip
	{
	float:right;
	width:270px;
	height:70px;
	text-align:justify;
	padding:2px;
	padding-left:4px;
	padding-right:4px;
	border: 1px solid #808080;
	}
#copy
	{
	margin-left:340px;
	font-size:9px;
	color:black;
	}

#paginaz
	{
	float:right;
	font-size:10px;
	font-weight:bold;
	}
	
.colorbox
	{
	width:137px;
	height:60px;
	padding:3px;
	border:1px solid black; 
	}
	
.colorbox2
	{
	width:137px;
	height:15px;
	padding:3px;
	border:1px solid black; 
	}
	
.colorbox3
	{
	width:100px;
	height:30px;
	padding:3px;
	border:1px solid black; 
	}

.whitetxt
	{
	color:white;
	}
	
.blacktxt
	{
	color:black;
	}
	
.redtxt
	{
	color:red;
	font-weight:bold;
	}
	
.greentxt
	{
	color:green;
	font-weight:bold;
	}
	
.bluetxt
	{
	color:blue;
	font-weight:bold;
	}
	
td
	{
	color: black;
	font-size:11px;
	font-family:Verdana, Helvetica, sans-serif;
	}

input,textarea
	{
	color: black;
	font-size:11px;
	font-family:Verdana, Helvetica, sans-serif;
	background-color:#ffffff;
	border: 1px solid #808080;	
	}

input.esacol
	{
	position:relative;
	top:-3px;
	width:100px;
	}

input.esacolinvia
	{
	width:60px;
	}
	
.commenti
	{
	width:350px;
	}
	
.checkb
	{
	background-color:transparent;
	}
	
button.genera
	{
	color: white;
	font-size:11px;
	font-family:Verdana, Helvetica, sans-serif;
	width:140px;
	background-color:#B80A0A;
	}

button.invia
	{
	color: white;
	font-size:11px;
	font-family:Verdana, Helvetica, sans-serif;
	width:60px;
	background-color:#B80A0A;
	}

.titolo
{
	color: black;
	font-size:11px;
	font-family:Verdana, Helvetica, sans-serif;
	font-weight: bold;
	width:100%;
	text-align:left;
	padding:1px;
	border-bottom: 2px solid black;
}
.subtitolo
{
	color: black;
	font-size:10px;
	font-family:Verdana, Helvetica, sans-serif;
	font-weight: bold;
	width:100%;
	text-align:left;
	padding:1px;
	border-bottom: 2px solid black;
}