/* comportamenti xhtml -------- */
body {
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:11px;
	padding:0;
	margin:0;
	color:#727272;
}
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:none;
}
a:hover {
	/*color:#666;*/
	text-decoration:none;
}

strong,
b {
	color:#333;
	font-weight:bold;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family:Arial, Verdana, "Trebuchet MS", sans-serif;
	font-size:12px;
	padding: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;
}
.lnkIn {
	color:#AE0C1B
}
.lnkOut {
	color:#333
}
.lnkOutNews {
	color:#727272
}
a.lnkNews {
	color:#727272
}
.mouse {
	cursor:pointer;
}
.upper {
	text-transform:uppercase;
}
.rosso {
	color:#B60421
}
.nero {
	color:#333
}
.grigio {
	color:#999
}
/* divisori / separatori / spaziatori -------- */
.separatore {
	height:16px;
}
.separatoreII {
	height:28px;
}
.separatoreIII {
	height:160px;
}
.separatoreNoSx {
	height:16px;
	clear:left;
}
.separatoreNoDx {
	height:16px;
	clear:right;
}
.separatoreNoAll {
	height:16px;
	clear:both;
}
.divisore {
	clear:left;
	height:40px;
	background:url(../i/t/div.gif) 0 18px repeat-x;
}
.divisoreII {
	clear:left;
	height:40px;
	background:url(../i/t/div.jpg) center no-repeat;
}
.divisoreIII {
	clear:left;
	height:50px;
	background:url(../i/t/divII.jpg) center no-repeat;
}
