/* --------------------------------------------------------------------
	FormatStudio 2006
-------------------------------------------------------------------- */



/* CENTRALE */

html {
	height: 100%;
	margin: 0 auto;
	padding: 0;
	}

body {
	background-color: #710001;
	background-image: url(grafica/bg_ninci.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin-bottom:10px;
	margin-top:10px;
	margin-left:0;
	margin-right:0;
	font: 0.9em "Trebuchet MS", Helvetica, Arial, sans-serif;
	height: 100%;
	width: 760px;
	margin: 0 auto;
	padding: 0;
}

#total {
	height: 100%;
	width: 760px;
	margin: 0 auto;
	padding: 0;
	}


#topcell {

}

#footercell {
	height: 40px;
}

#footer {
	height: 40px;
	background-color: #6e6e6e;
	color: white;
	border-top: 1px solid #191919;
	font: 0.7em "Trebuchet MS", Helvetica, Arial, sans-serif;
}

#footer p {
	margin: 10px;
	margin-left: 40px;
}

/* DEFINIZIONE SCROLLBAR */
html {
scrollbar-base-color: #B90000;
scrollbar-arrow-color: white;
scrollbar-track-color: #FF8888;

scrollbar-shadow-color: black;
scrollbar-lightshadow-color: black;
scrollbar-darkshadow-color: gray;

scrollbar-highlight-color: white;
scrollbar-3dlight-color: black;
}


/* COLLEGAMENTI */
a {font-weight: bold; }

a:link {color: #CC0000; text-decoration: none; }
a:visited {color: #900d0d; text-decoration: none; }
a:active {color: #B44646; }
a:hover {color: #FF9999;}

/* DIVISORE GENERICO */

hr
{
color:#191919;
border:thin dotted
}

#colonna_destra {
		margin: 16px 0px 0px 0px;
		background: #FFFFFF 
		url(grafica/sfondocolonna.gif) repeat left;
		border-top: 1px solid #C7C7C7;}

#testo {
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
			}