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

strong,
b {
	color:#333;
	font-weight:bold;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	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;
}
.upper {
	text-transform:uppercase;
}

/* divisori / separatori / spaziatori -------- */
.separatore {
	height:16px;
}
.separatoreProd {
	height:32px;
}

.separatoreNoSx {
	height:16px;
	clear:left;
}
.separatoreNoDx {
	height:16px;
	clear:right;
}
.separatoreNoAll {
	height:16px;
	clear:both;
}
.divisore {
	height:40px;
	background:url(../i/t/separatore.gif) center repeat-x;
}
.divisoreI {
	height:40px;
	background:url(../i/t/divisore.gif) center repeat-x;
}
.line {
	height:30px;
	background:url(../i/t/line.gif) 0 20px repeat-x;
}
.txtRosso {	color: red; }


