/* CSS Document */

BODY {
	padding: 0px;
	margin: 0px;
	border: 0px;
	background-color: #EAEAEA;
}

BODY, TABLE, TR, TD, DIV, P {
	font-family: Trebuchet Ms, Tahoma, Arial, Helvetica, sans serif;
	color: #444444;
	font-size: 100%;
}

.VerticaleSx {
	background-image: url('../immagini/background_sx.gif');
}

.VerticaleDx {
	background-image: url('../immagini/background_dx.gif');
}

.BreadCrumb {
	font-size: 70%;
	padding-left: 10px;
	padding-top: 3px;
	background-color: #ffffff;
}

.Bianco {
	background-color: #ffffff;
}

.Pagina {
	background-image: url('../immagini/diavolessa.gif');
	background-color: #ffffff;
	background-repeat: no-repeat;
}

A {
	color: #A4213A;
	text-decoration: underline;
}

A:hover {
	color: #5A0057;
	text-decoration: none;
}


.Contenuto {
	padding-top: 10px;
	padding-left: 130px;
	padding-right: 20px;
	padding-bottom: 10px;
	line-height: 16px;
	font-size: 80%;
}

.Contenuto P {
	margin: 0px;
	border: 0px;
	padding-top: 0px;
	line-height: 2em;
	padding-bottom: 10px;
	text-indent: 2em;
	text-align: justify;
}

.Contenuto P.NoIndent {
	margin: 0px;
	border: 0px;
	padding-top: 0px;
	line-height: 2em;
	padding-bottom: 10px;
	text-indent: 0em;
	text-align: justify;
}

.Contenuto H1 {
	color: #A4213A;
	font-size: 150%;
	margin: 0px;
	border: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}


.Indirizzi {
	font-size: 70%;
	padding-left: 200px;
}

.Indirizzi STRONG {
	color: #A4213A;
}

INPUT, textarea{
	font-size: 75%;
	border: 1px solid #c0c0c0;
}