/* comportamenti xhtml -------- */
body {
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	padding:0;
	margin:0;
	color:#6B6B6B;
	background:#E0572E url(../i/t/body.jpg) center repeat-y;
}


p,
img,
form,
div {
	padding:0;
	margin:0;
	border:0;
}
ul
 {
	margin:0;
	padding:0 0 0 20px;
	border:0;
}
ol
 {
	margin:0;
	padding:0 0 0 24px;
	border:0;
}

a,
a:link,
a:active,
a:visited {
	color:#333;
	text-decoration:underline;
}
a:hover {
	/*color:#666;
	text-decoration:none;*/
}

strong,
b {
	color:#000;
	font-weight:normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size:14px;
	padding:0;
	margin:0;
	color:#AFAAA3
}




/* comportamenti standard -------- */
.alt,
.altAcc {
	display:none;
}
.centra {
	text-align:center;
}
.dx {
	float:right;
}
.sx {
	float:left;
}
.noSx {
	clear:left;
}
.noDx {
	clear:right;
}
.noAll {
	clear:both;
}
.lnkOver {
	color:#C25432;
}
.lnkOut {
	color:#333;
}
.orange {
	color:#C25432;
}
.noTop {
	padding-top:0 !important
}
.justify {
	text-align:justify;
}

/* divisori / separatori / spaziatori -------- */
.separatore {
	height:16px;
}
.separatoreII {
	height:32px;
}
.separatoreIII {
	height:64px;
}
.separatoreNoSx {
	height:16px;
	clear:left;
}
.separatoreNoDx {
	height:16px;
	clear:right;
}
.separatoreNoAll {
	height:16px;
	clear:both;
}
.divisore {
	padding-top:16px;
	margin-left:10px;
	margin-bottom:22px;
	border-bottom:1px solid #CFCBC0
}

