/* CSS Document */
body{
	background-color: #ffffff;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.sfondoBianco{
	background-color:#FFFFFF;
}

.titoloTabella{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #96a7cb;
	padding-left: 3px;
	font-weight: bold;
}

.sfondoTabella{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #ebebeb;
	text-align:center;
}

.sfondoTabellaLeft{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #ebebeb;
	text-align:left;
}

.sfondoChiaroLeft{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #f7f7f7;
	text-align:left;
}

.sottolineato{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration:underline;
}

.testo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.testoBold{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #192162;
	font-weight: bold;
}

.testoIntestazione{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}

.bordoLeftDotted{
	border-color: #9c9b9b;
	border-style: dotted; 
	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 0px; 
	border-left-width: 1px
}

.bordoRightDotted{
	border-color: #9c9b9b;
	border-style: dotted; 
	border-top-width: 0px; 
	border-right-width: 1px; 
	border-bottom-width: 0px; 
	border-left-width: 0px
}

.bordoBottomDotted{
	border-color: #9c9b9b;
	border-style: dotted; 
	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 1px; 
	border-left-width: 0px
}

.bordo{
	border-color: #9c9b9b;
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px
}

.titoloMenu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	padding-left: 3px;
}

.titoloMenuLink{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}

.titoloParagrafo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-align:left;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	list-style-type: decimal;
}

#menu {
	list-style-image: url(../images/punto.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-style:italic;
	margin-left:-25px;
}

A:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration:none;
}

A:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#ebebeb;
	color: #000000;
	text-decoration:none;
}

A:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration:none;
}

A:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration:none;
}

input{
	border: 1px #96a7cb;
}

.bottone{
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #192162;
	font-weight: bold;
	cursor:hand;
}

.sfondoLogo{
	background-repeat: no-repeat;
	background-position: right top;
}

.liv_home {
	float: left;
	padding: 0px;
}

.liv_0 {
	width: 99%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	float: left;
	background-image: url(../images/freccia.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;
}

.liv_1 {
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	float: left;
	background-image: url(../images/punto.gif);
	background-repeat: no-repeat;
	background-position: 15px 5px;
}

.margineTop{
	padding-top:5px;
	padding-left: 3px;
	padding-right: 3px;
}

.sottotitolo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#96a7cb;
}

.testatanoprint {
	display: none;
}

