BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

A {
	color: #DE0031;
}

A:hover {
	color: #4D0011;
}

#CorpoPagina {
	padding: 10px;
	padding-left: 20px;
	font-size: 12px;
	line-height: 17px;
	min-height: 455px;
	height: auto !important;
	height: 455px;
}

#CorpoPagina P {
	margin-bottom: 1em;
}

#CorpoPagina H1 {
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 1em;
	color: #D93732;
}

#CorpoPagina IMG.Bord {
	padding: 3px;
	border: 1px solid #909090;
}

#CorpoPagina H2, #CorpoPagina H3 {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 0.3em;
}

#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;
}

.Debug {
	border: 1px solid red;
}

.NoWrap {
	white-space: nowrap;
}

.Clear {
	clear: both;
	height: 1px;
	font-size: 0px;
}

.Schede EM {
	display: block;
	width: 150px;
	float: left;
	font-size: 11px;
	margin-bottom: 6px;
}

.Schede STRONG {
	color: #D93732;
}

/* Form */
.FormWrapper {
	margin-left: auto;
	margin-right: auto;
	width: 500px;
}

.FormWrapper BR {
	clear: both;
}

.FormWrapper LABEL {
	width: 180px;
	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;
}
