@charset "utf-8";
.bordoEsterno {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
body {
	background-image:url(images/sfondo.jpg); background-repeat:no-repeat;
	background-color: #9C2F02;
}
.cellaInalto { background-image:url(images/grad1.jpg); background-repeat: repeat-x; background-position:bottom }
.cellaInalto2 { background-image:url(images/grad2.jpg); background-repeat: repeat-x; background-position:top }
.cellaInalto3 { background-image:url(images/grad4.jpg); background-repeat: repeat-x; background-position:bottom }
.testo { font-family: Tahoma, Arial;
	color: #000000;
	font-size: 12px; }
	
.testo a:hover {
	color:#990000;
	text-decoration: underline;
}
.testo a:link {
	color:#000000;
	text-decoration: none;
}
.testo a:visited {
	color:#000000;
	text-decoration: none;
}

.testo2 {
	font-family: Tahoma, Arial;
	color: #E2D57C;
	font-size: 12px;
}
	
.testo2 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.testo2 a:link {
	color:#E2D57C;
	text-decoration: none;
}
.testo2 a:visited {
	color:#E2D57C;
	text-decoration: none;
}

.testo3 { font-family: Tahoma, Arial;
	color: #000000;
	font-size: 12px; }

.moduli {
	background-image:url(images/grad2.jpg);
	border: 1px solid #000000;
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #333333;
}
.titolo {
	font-family: Tahoma, Arial;
	font-size: 18px;
	font-style: italic;
	color: #552C00;
	text-decoration: none;
	margin: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #552C00;
	border-right-color: #552C00;
	border-bottom-color: #552C00;
	border-left-color: #552C00;
}
