/* comportamenti xhtml -------- */
body {
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:11px;
	padding:0;
	margin:0;
	color:#7F7F7F;
	background:#868686
}
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:#999;
	text-decoration:underline;
}
a:hover {
}

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




/* 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;
}
.txtUpper {
	text-transform:uppercase !important
}
.lnkOver {
	color:#9E1E1D;
}
.lnkOut {
	color:#999;
}
/* divisori / separatori / spaziatori -------- */
.separatore {
	height:16px;
}
.separatoreII {
	height:32px;
}
.separatoreAR {
	height:300px;
}
.separatoreNoSx {
	height:16px;
	clear:left;
}
.separatoreNoDx {
	height:16px;
	clear:right;
}
.separatoreNoAll {
	height:16px;
	clear:both;
}
.divisore {
	clear:left;
	height:58px;
	background:url(../i/t/div.gif) 0 0 repeat-x;
}
.divisoreII {
	clear:left;
	height:29px;
	background:url(../i/t/div.gif) 0 0 repeat-x;
}

