/* caratteri di pagina
*/
body {
	background-color: #6699CC;
	background-attachment: fixed;
	background-image: url(sfondi/monviso.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 12px;
	font-style: normal;
	color: #000000;

}
a:link	{
	color: #000000;
	text-decoration: none;
}
a:hover	{
	color: #0066CC;
	text-decoration: none;
}
a:active	{
	color: #9900FF;
	text-decoration: underline;
	font-weight: bold;
}
a:visited	{
	color: #000000;
	text-decoration: none;
}
p {
	color: black;
	text-align: justify;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}
/* riquadri
*/
#contenuto{
	background:#f1f1f1;
	font-size:14px;
	color:#000000;
	padding:10px;
	border-bottom-color: #0000FF;
	border: 1px;
}
#contenuto_lato{        
 background:#6097D5;    
 clear:both;    
 font-size:13px;    
 color:#000000;    
 padding:10px;    
 text-align:left;
}
.evidenzia	{
	color:#003300;
	font-size: 10px;
	font-weight:bold;
	text-align: center;
}
.riquadrilato	{
	color:#003300;
	font-size: 10px;
	font-weight:bold;
}
.riquadrilatotitolo	{
	color:#FF9900;
	font-size: 10px;
	font-weight:bold;
}
.riquadri {
	font-size: 12px;
	font-weight: bold;
	color: #006600;
	border-bottom-color: #0000FF;
}
/* enfasi
*/
.importante {
	font-size: 12px;
	font-weight: bold;
	color: #FFFF00;
}
.piccolo {
	font-size: 8px;
}
.medio {
	font-size: 12px;
}
.white {
	color: white;
}
/* menu di pagina
*/
#tab{
	font-size:10px;
	color:#FFFFFF;
	font-weight:bold;
	vertical-align: middle;
	text-align: center;
	padding-left: 20px;
 }
#tab ul{    
 list-style:none;    
 margin:0;    
 padding:0;
}
#tab ul li{    
 display:inline;    
 margin:0;    
 text-transform:uppercase;
}
#tab ul li a{    
 padding:5px 16px;    
 color:#FFFFFF;    
 background:#006600;    
 float:left;    
 text-decoration:none;    
 border:1px solid #009911;    
 border-left:0;    
 margin:0;    
 text-transform:uppercase;
}
#tab ul li a:hover{    
 background:#006600;    
 color:#CCCC00;    
 text-decoration:none;
}
#tab2{    
 padding:0;    
 margin:0;    
 font-size:11px;    
 color:#FFFFFF;    
 font-weight:bold;
 }
#tab2 ul{    
 list-style:none;    
 margin:0;    
 padding:0;
}
#tab2 ul li{    
 display:inline;    
 margin:0;    
 text-transform:capitalize;
}
#tab2 ul li a{    
 padding:5px 16px;    
 color:yellow;    
 background:blue;    
 float:left;    
 text-decoration:none;    
 border:1px solid #009911;    
 border-left:0;    
 margin:0;    
 text-transform:capitalize;
}
#tab2 ul li a:hover{    
 background:blue;    
 color:#CCCCCC;    
 text-decoration:none;
}
.piedeindex {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.copyright {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	 background:#6097D5;    
 clear:both;    
 padding:10px;
}
