@charset "utf-8";
/* CSS Document */
body {
	background-image: url(sfondo.png);
	background-repeat: repeat-x;
	background-color: #F1F1F1;
	text-align: center;
}

p{margin:0px;}
.mincat
{
font-family:Verdana;
font-size:9pt;
color:5fa0e0;
}
.titolo
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11pt;
	color:#000000;
}
.corpo
{
	font-family:Verdana;
	font-size:8pt;
	color:868686;
	font-weight: bold;
}
.corpoblu
{
font-family:Verdana;
font-size:8pt;
color:5fa0e0;
font-weight:bold;
}
.corporosso
{
font-family:Verdana;
font-size:8pt;
color:#FF0000;
font-weight:bold;
}

.header
{
	font-family:Verdana;
	font-size:7pt;
	color:#FFF;
	text-align: center;
}
.footer 
{
	font-family:Verdana;
	font-size:8pt;
	color:#666;	
}
.topblu {
	background-color:#2E5E8E;
	color:#FFF;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	
		}
.linkf a 	{
			text-decoration:none;
			 }
.linkf a:visited 	
			{
			text-decoration:none;
			 }
.linkf a:hover	
			{
			text-decoration:underline;
			color:#F60;
			 }