BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

A {
	color: #DE240B;
    outline: none;
}

A:hover {
	color: #7E0E00;
}

#CorpoPagina {
	padding: 20px;
	font-size: 11px;
	color: #606060;
	line-height: 1.8em;
}

#CorpoPagina P {
	margin-bottom: 1em;
	text-indent: 2em;
	text-align: justify;
}

#CorpoPagina P.NonIndentato {
	text-indent: 0;
}

#CorpoPagina STRONG {
	
}

#CorpoPagina IMG.Foto {
	padding: 3px;
	border: 2px dotted #d4d4d4;
}

#CorpoPagina H1 {
	font-size: 160%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: oblique;
	color: #DE240B;
	padding-bottom: 5px;
	margin-bottom: 4px;
	border-bottom: 2px dotted #d4d4d4;
}

#CorpoPagina H2 {
	font-size: 110%;
	font-weight: bold;
	text-align: right;
	margin-bottom: 0.9em;
}

#CorpoPagina H3 {
	font-size: 140%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.2em;
	color: #DE240B;
}

#CorpoPagina H4 {
	font-size: 140%;
	font-weight: bold;
	text-align: left;
	margin-bottom: 0.2em;
}

#CorpoPagina UL {
	margin-bottom: 1em;
}

#CorpoPagina LI {
	list-style-type: none;
	list-style-image: url('../immagini/b_li.gif');
	list-style-position: outside;
	margin-left: 40px;
}

#CorpoPagina UL#Servizi {
	margin-bottom: 1em;
}

#CorpoPagina UL#Servizi STRONG {
	color: #DE240B;
}

#CorpoPagina UL#Servizi LI {
	list-style-type: none;
	list-style-image: url('../immagini/b_li.gif');
	list-style-position: outside;
	margin-left: 10px;
}

#CorpoPagina UL#Servizi LI UL LI {
	list-style-type: circle;
	list-style-image: none;
	list-style-position: outside;
	margin-left: 20px;
}

#CorpoPagina A, #PiedePagina A {
    text-decoration: underline;
}

#CorpoPagina A:hover, #PiedePagina A:hover  {
    text-decoration: none;
}

.Centro {
	text-align: center;
}

.Dx {
	text-align: right;
}

.Debug {
	border: 1px solid red;
}

.NoWrap {
	white-space: nowrap;
}

.Clear {
	clear: both;
	height: 1px;
	font-size: 0px;
}

.Ext {
	background-image: url('../immagini/b_linkext.gif');
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 16px;
}


