BODY {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

A {
	color: #ff0000;
    outline: none;
}

A:hover {
	color: #000000;
}

#CorpoPagina {
	padding-left: 20px;
	padding-right: 20px; 
	padding-bottom: 20px;
	font-size: 11px;
	min-height: 276px;
  	height: auto !important;
  	height: 276px;
}

#CorpoPagina STRONG {
	color: #FF0000;
}

#CorpoPagina P {
	margin-bottom: 1em;
}

#CorpoPagina H1 {
	color: #FF0000;
	font-weight: bold;
}

#CorpoPagina .Titolo {
	color: #FF0000;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom:15px;
	text-align:center;
}

#CorpoPagina H2, #CorpoPagina H3 {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 0.3em;
}

.TestoGrande {
	font-size: 15px;
	margin-bottom: 0.3em;
}

.TestoRosso {
	color:#FF0000;
}

#CorpoPagina UL {
	margin-bottom: 1em;
}

#CorpoPagina LI {
	list-style-type: square;
	list-style-position: outside;
	margin-left: 18px;
}

#CorpoPagina A {
	font-weight:bold;
    text-decoration: underline;
}

#CorpoPagina 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;
}

