BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

A {
	color: #4A869A;
                outline: none;
}

A:hover {
	color: #ff0000;
}

#CorpoPagina {
	font-size: 11px;
	line-height: 18px;
	color:  #4081B7;
}

#CorpoPagina P {
	margin-bottom: 1em;
}

#CorpoPagina H1 {
	width: 150px;
	height: 100px;
	background-color: #0D6FB8;
	float: left;
	font-weight: bold;
	color: #ffffff;
	text-align: right;
	padding-right: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	font-size: 13px;
}

#CorpoPagina H1.Destra {
	float: right;
	text-align: left;
	padding-left: 10px;
	margin-right: 0px;
	margin-left: 20px;
	margin-bottom: 20px;
}

#CorpoPagina H1 SPAN {
	display: block;
	padding-top: 55px;
}

#CorpoPagina STRONG {
	color: #107EEA;
	font-size: 10px;
	text-transform: uppercase;
}

#CorpoPagina H2, #CorpoPagina H3 {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 0.3em;
	color: #107EEA;
}

#CorpoPagina UL {
	margin-bottom: 1em;
}

#CorpoPagina LI {
	list-style-type: square;
	list-style-position: outside;
	margin-left: 18px;
}

#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;
}


