body {
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#323966;
}

.titolo {
	font-size:16px;
	color:#314A97;
	font-weight:bold;
}

.titoletto {
	font-size:12px;
	color:#0BB2DF;
	font-weight:bold;
}

.testoindex {
	font-size:28px;
	line-height:34px;
	color:#323966;
}

.testo {
	font-size:12px;
	line-height:16px;
	color:#323966;
}

.testo a:link {
	font-size:12px;
	line-height:16px;
	text-decoration:none;
	color:#323966;
}

.testo a:visited {
	font-size:12px;
	line-height:16px;
	text-decoration:none;
	color:#323966;
}

.testo a:active {
	font-size:12px;
	line-height:16px;
	text-decoration:none;
	color:#323966;
}

.testo a:hover {
	font-size:12px;
	line-height:16px;
	text-decoration:none;
	color:#0BB2DF;
}

.indirizzo {
	font-size:14px;
	color:#323966;
	font-weight:bold;
}

.sfondocontent {
	background-image: url(images/sfondo.jpg);
	background-repeat: no-repeat;
}

#main {
	position:relative;
	left:4px;
	top:2px;
	width:758px;
	z-index:1;
	overflow: auto;
	height: 376px;
	scrollbar-base-color: #4185BA;
	scrollbar-arrow-color: #ffffff;
	scrollbar-3dlight-color: #E6E5E5;
	scrollbar-darkshadow-color: #6B6A6A;
}

.rosso {
	color: #CC0033
}

a:link {
	color: #323966;
	text-decoration: none;
}

a:visited {
	color: #323966;
	text-decoration: none;
}

a:hover {
	color: #CC0033;
	text-decoration: none;
}

a:active {
	color: #323966;
	text-decoration: none;
}

.linea {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}