/* comportamenti xhtml -------- */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding:0;
	margin:0;
	color:#DAA8CE;
	background: #430546 url(../i/t/bgFoot.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:#ccc;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#f4edf9;
	text-decoration:underline;
}

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




/* 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;
}


/* divisori / separatori / spaziatori -------- */
.separatore {
	height:16px;
}
.separatore2 {
	height:22px;
}
.separatoreNoSx {
	height:16px;
	clear:left;
}
.separatoreNoDx {
	height:16px;
	clear:right;
}
.separatoreNoAll {
	height:16px;
	clear:both;
}
.divisore {
	height:20px;
	background:url(../i/t/divisore.gif) 0 10px repeat-x;
}

