BODY {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #404040;
}

A {
	color: #C50200;
}

#CorpoPagina A:hover {
	background-color: #FFFEE1;
}

#CorpoPagina {
	padding: 10px;
	font-size: 12px;
	line-height: 20px;
}

#CorpoPagina P {
	margin-bottom: 1em;
}

#CorpoPagina H1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 160%;
	font-weight: bold;
	color: #C50200;
	margin-bottom: 0.7em;
}

#CorpoPagina H2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 120%;
	font-weight: bold;
	color: #1D4BA0;
	margin-bottom: 0.5em;
	padding-left: 15px;
}

#CorpoPagina STRONG {
	color: #1D4BA0;
}

#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;
}

#CorpoPagina H1.Dinamico {
	margin-bottom: 0.1em;
}

#CorpoPagina #PaesiAccreditati TD {
	vertical-align: top;
}

#CorpoPagina #PaesiAccreditati TD.Foto {
	text-align: center;
	padding-left: 15px;
	padding-top: 8px;
	font-size: 11px;
}

#CorpoPagina #PaesiAccreditati TD.Foto IMG { 
	padding: 3px;
	border: 1px solid #909090;
	margin-bottom: 15px;
}

.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;
}


