BODY {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

A {
	color: #004BAB;
}

A:hover {
	color: #ff0000;
}

#CorpoPagina {
	padding: 20px;
	color: #333333;
	line-height: 1.8em;
	font-size: 11px;
	text-align: justify;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	
}

#CorpoPagina P {
	margin-bottom: 1em;
	padding-left: 20px;
	padding-right: 20px;
}

#CorpoPagina H1 {
	font-size: 180%;
	color: #004BAB;
	font-weight: bold;
	margin-bottom: 0em;
	padding-bottom: 3px;
	border-bottom: 1px solid #606060;
	text-transform: none;
}


#CorpoPagina H2 {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 1.5em;
	text-align: right;
	padding-top: 2px;
	color: #000099;
	
}

#CorpoPagina H3 {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 1em;
	color: #004BAB;
	
}

#CorpoPagina STRONG {
	color: #006DF9;
	font-size: 15px;
	
}

#CorpoPagina UL {
	margin-bottom: 1em;
	padding-left: 20px;
	padding-right: 20px;
}

#CorpoPagina LI {
	list-style-type: none;
	list-style-image: url('../immagini/li.gif');
	list-style-position: outside;
	margin-left: 18px;
}

#CorpoPagina A, #PiedePagina A {
    text-decoration: underline;
}

#CorpoPagina A:hover, #PiedePagina A:hover  {
    text-decoration: none;
}


#CorpoPagina IMG.Foto {
	padding: 3px;
	border: 1px solid #a0a0a0;
}

.NewsHome {
	line-height: 16px;
	border-bottom: 1px solid #1B4792;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.NewsHome A {
	font-weight: bold;
}


.Centro {
	text-align: center;
}

.Debug {
	border: 1px solid red;
}

.NoWrap {
	white-space: nowrap;
}

.Clear {
	clear: both;
	height: 1px;
	font-size: 0px;
}

.FormWrapper {
	margin-left: auto;
	margin-right: auto;
	width: 500px;
}

.FormWrapper BR {
	clear: both;
}

.FormWrapper LABEL {
	width: 200px;
	float: left;
	text-align: right;
	font-weight: bold;
	margin-bottom: 10px;
	background-image: url('../immagini/freccia_form.gif');
	background-position: top right;
	background-repeat: no-repeat;
	padding-right: 15px;
}

.FormWrapper .Campo {
	border: 1px solid #606060;
	width: 200px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #fefefe;
}

.FormWrapper .Check {
	margin-right: 6px;
}

.FormWrapper .Submit {
	padding-left: 10px;
	padding-right: 10px;
	height: 26px;
	font-weight: bold;
	background-color: #C5C5C5;
	background-image: url('../immagini/b_submit.gif');
	background-repeat: repeat-x;
	background-position: top;
	color: #606060;
}

#ElencoCarte {
	width: 100%;
}

#ElencoCarte TD {
	background-color: #f1f1f1;
	width: 20%;
	text-align: left;
	padding: 2px;
	font-size: 10px;

}

#ElencoCarte TD A {
	display: block;
	font-weight: bold;
	font-size: 10px;
}

