BODY {
	color: Blue;
	background: transparent;
	font-family : Verdana;	
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	text-align: justify;
	text-decoration: none;
	border: none;
	list-style: disc outside none;
	scrollbar-3dlight-color: Blue;
	scrollbar-base-color: Blue;
	scrollbar-darkshadow-color: Blue;
	scrollbar-face-color: Blue;
	scrollbar-highlight-color: #FEE498;
	scrollbar-shadow-color: #FEE498;
	scrollbar-track-color: #FEE498;
	scrollbar-arrow-color: #FEE498;
	background-attachment: fixed;
	background-image: none;
	background-position: center;
	background-repeat: no-repeat;
	margin:0; 
	padding:0
}

h1, h2, h3, h4 {
	text-align: center;
}

 a:link, a:visited, a:active {text-decoration: underline;  color: #0000CD;}
 a:hover {	text-decoration: none; 
 				color: Red;
				font-weight: normal;
				font-style: normal;
				border-bottom: 1 dashed Red;}
				
	
.forCopyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: White;
}

.forTexts {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.forForms {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFF2;
	border: 1px inset #FEE498;
}
.forButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #FFECB0;
	border: 1px outset #FFFFE1;
}

.CorpoCentrale {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	text-align: justify;
}

/** MENU **/

.menuSx {
	color : #0000CD;
	background: #FEE498;
	font-weight : bold;
	text-align : left;
	font-size : x-small;
	border: 1px solid #0082FF;

}

.menuSx a:link, .menuSx a:visited {
	background : #FFFFE1;
	text-align: left;
	display: block;
	text-decoration: none;
	border-left: 10px solid #0000CD;
	font-weight: bold;
	padding: 5px
}

.menuSx a:hover, .menuSx a:active {
	border-color: #FFFFE1;
	color : White;
	background : #0082FF;
	border-bottom: 0 dashed Red;
}

.menuDx {
	color : #0000CD;
	background: #FEE498;
	font-weight : bold;
	text-align : left;
	font-size : x-small;
	border: 1px solid #0082FF;
}

.menuDx a:link, .menuDx a:visited {
	background : #FFFFE1;
	text-align: right;
	display: block;
	text-decoration: none;
	border-right: 10px solid #FFCC33;
	font-weight: bold;
	padding: 5px
}

.menuDx a:hover, .menuDx a:active {
	border-color: #FFFFE1;
	color: White;
	background : #FFCC33;
	border-bottom: 0 dashed Red;
}

.TestataBox {
	font-weight: bold; 
	text-align: center; 
	font-size: 14px;
	background-color: #FFFFC6;
}

.CorpoBox {
	background-color: #FFFFE1;
	text-align: center; 
}

.Evidenza {
	border-bottom: 3px solid #FFCC33;
	border-left: 1px solid #FFCC33;
	border-right: 3px solid #FFCC33; 
	border-top: 1px solid #FFCC33;
	padding-bottom: 5px;
	padding-right: 5px; 
	padding-left: 5px; 
	padding-top: 25px; 
	margin: 20px 10px 10px 10px;
	font-size: 100%;
	text-align: justify; 
	background-color: #FFFFC6; 
	color: black; 
	width: 100%;  
	position: relative; 
}
.EvidenzaTitolo {
	background: #FFECB0;
	color: Black;
	border-bottom: 3px solid #FFCC33;
	border-left: 1px solid #FFCC33;
	border-right: 3px solid #FFCC33; 
	border-top: 1px solid #FFCC33;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px; 
	padding-top: 5px; 
	top: -8px; 
	left: 8px; 
	position: absolute; 
}
.EvidenzaData {
	background: #FFECB0;
	color: Black;
	border-bottom: 1px solid #FFCC33;
	border-left: 1px solid #FFCC33;
	border-right: 1px solid #FFCC33; 
	border-top: 1px solid #FFCC33;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px; 
	padding-top: 2px; 
	font-size: 11px; 
	width: auto; 
	right: 8px; 
	top: -8px; 
	position: absolute; 
}

LI.uno {
	list-style-type : circle;
	font-size: 16px;
}
LI.due {
	list-style-type : disc;
	font-size:14px;
}
LI.tre {
	list-style-type : square;
	font-size: 12px;
}
LI.new {
	list-style-type : none;
	font-size: 12px;
	list-style-image : url(../Grafica/NewLi.gif);
	font-weight : bold;
}
LI.uc {
	list-style-type : none;
	font-size: 12px;
	list-style-image : url(../Grafica/uc2.gif);
}
