/* comportamenti xhtml -------- */
body {
	font-family: "Trebuchet MS", Verdana, Arial, serif, sans-serif;
	font-size:11px;
	padding:0;
	margin:0;
	/*color:#3F3F3F;*/
	color:#666;
}
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;
	outline:none
}
a:hover {
	/*color:#666;*/
	text-decoration:none;
}

strong,
b {
	color:#333;
	font-weight:bold;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size:16px;
	font-family: Arial, Verdana, serif, sans-serif;
	color:#777;
	padding:0 0 16px 0;
	margin:0;
}




/* 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;
}
.separatoreII {
	height:26px;
}
.separatoreNoSx {
	height:16px;
	clear:left;
}
.separatoreNoDx {
	height:16px;
	clear:right;
}
.separatoreNoAll {
	height:16px;
	clear:both;
}
.divisoreI,
.divisore {
	height:72px;
	margin:0 39px 0 28px;
	background:url(../i/t/div.gif) 0 32px repeat-x;
}

.divisoreI { margin: 0;}

.divisoreII { 
	height: 50px;
	background:url(../i/t/sep-news.jpg) center no-repeat;
}
.divisoreIII {
	height:32px;
	margin:0 39px 0 28px;
	background:url(../i/t/div.gif) 0 16px repeat-x;
}

