/* CSS Document */
/*
.body {
	background-color: #000000;
}*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image:url(../img/sfondo.jpg);
	background-repeat:repeat-x;
	text-align: center;
}
.imlat{
	padding-right:10px;
	padding-bottom:10px;
}

.copyright {
	font-family: Arial;
	font-size: 10px;
	color: #000033;
}
.testi {
	font-family: Arial;
	font-size: 11px;
	color: #000033;
}
.titoliSx {
	font-family: Arial;
	font-size: 14px;
	color: #333333;
	font-weight: bold;/*
	font-style: oblique;*/
}
.titoliRossi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;/**/
}
.testiGrassetto {
	font-family: Arial;
	font-size: 11px;
	color: #000033;
	font-weight: bold;/**/
}
.testiGrassettoRossi {
	font-family: Arial;
	font-size: 11px;
	color: #FF0000;
	font-weight: bold;/**/
}
.testiBianchi {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
}

a:link {
	color: #330021;
	text-decoration: none;
	border-color:#BABABA;
}
a:visited {
	text-decoration: none;
	color: #273300;
}
a:hover {
	text-decoration: none;
	color: #000033;
}
a:active {
	text-decoration: none;
}

p {
	text-align: left;
}

