
BODY {
	margin: 5px; 
	padding: 0px;
	overflow:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color:#000000;
}

BODY a{
	background-color: #ffce63;
	color: #000000;
	text-decoration: underline;
}

BODY a:Hover{
	background-color: #FFFFFF;
	color: #C00000;
	text-decoration: underline;
}

BODY a:Visited{
	background-color: #FFFFFF;
	/*color: #333333;*/
	text-decoration: underline;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color:#000000;
}

#su {
	float: left;
	height: 120px;
	position: relative;
	width: 100%;
}

#corpo {
	float: left;
	position: relative;
	width:100%;
	margin:0px;
}

#corpo-sx{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 250px;
	margin: 20px 0px 0px 0px;
	border: 0px;
	text-align: left;
}

#corpo-corpo{
	clear:left;
	margin: 20px 0px 0px 270px;
	border: 0px;
	text-align: justify;
}

#corpo-accessibilita{
	clear: left;
	margin:20px 0px 0px 270px;
	border: 0px;
	text-align:justify;
}

#corpo-giu{
	margin:20px 0px 0px 270px;
	border: 0px;
	text-align:right;
}

#corpo_popup {
	float: left;
	position: relative;
	margin:20px;
}

/* testo */
ul {
	margin: 0px 0px 10px 10px;
	padding: 0px;
}

ol {
	margin:0px;
	padding: 0px;
}

li {
	list-style-type: square;
	margin: 0px;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 0px;
}

h3 {
	margin:0px; 
	padding:0px;
}

h4 {
	margin:0px; 
	padding:0px;
}

h5 {margin-bottom:0px; margin-top:10px;}

li.documento {
	list-style-image : url('../ottimizzate/dischetto.gif');
	margin-left: 0px;
	padding-left: 5px;
	padding-bottom: 10px;
	padding-top: 0px;
}

li.sx {
	margin-left: 0px;
	padding-left: 5px;
	padding-bottom: 0px;
	padding-top: 10px;
}

li.interno {
	list-style-type: circle;
	margin-left: 0px;
	padding-left: 15px;
	padding-bottom: 0px;
	padding-top: 10px;
}

li.busta {
	list-style-image : url('../ottimizzate/busta.gif');
	margin-left: 0px;
	padding-left: 5px;
	padding-bottom: 10px;
	padding-top: 0px;
}

ol.allegato {
	margin-left: 0px;
	padding-left: 15px;
	padding-bottom: 10px;
	padding-top: 0px;
}

/* campi form */

.input_type { width:200px;}