body {
    background-color: #fff;
    margin: 0;
    padding: 0;
	font:"Calisto MT";
    color: #000;
} 

/* PARAGRAFO E STILI DI TESTO */

p {
    font-size: 100%;
	
    color: #000;
}

.grande {
    font-size: 110%;
}

.normale {
    font-size: 80%;
}

.medio {
    font-size: 70%;
}

.piccolo {
		font-size: 60%;
}

.ita {
		font-style: italic;
}

.gras {
		font-weight: bold;
}

.nocol {
		color: #000;
}

.col1 {
		color: #009;
}

.col2 {
		color: #C00;
}

.col3 {
		color: #060;
}

.cent {
		text-align: center;
}

.giust {
		text-align: justify;
}

.dest {
		text-align: right;
}

.sin {
		text-align: left;
}

.clearleft {
		clear: both;
}

.titolo {
	font-family: "Calisto MT";
	font-weight: bold;
	color: #F93;
}

/* LINKS */

a {
    color: #000;
}

a.menu {
    color: #060;
    font-size: 90%;
    font-weight: bold;
}

a.settore {
    color: #060;
    font-weight: bold;
}

a:link {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
	text-decoration:underline;
	font-weight:bolder;
	color:#ff9933;
	}

/* DIV */

div.testo {
	font-size: 80%;
	text-align: justify;
	padding: 2px;
	margin: 0;
}

/* LISTE */


/* IMMAGINI */


/* TABELLE MODULI */

table {
		text-align: left;
}

table.round {
    border: 1px solid #999999;
}

table.roundopen {
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
}

td.r {
    border-right: 1px solid #CCCCCC;
}

td.b {
    border-bottom: 1px solid #CCCCCC;
}

table.main {
		background: #fff;
}

table.tabSide {
		background: #fff;
}

td.tdcont {
		margin: 0;
		background: #fff;
}

td.tdchiaro {
		background: #fff;
		
}

td.tdscuro {
		background: #fff;
}

td.titolo_lato {
		height: 30px;
		font: bold 12px Arial;
		background: url(/images/graf_fondotitolo_lato.gif) repeat-x;
		padding-left: 5px;
		color: #02608A;
}

td.titolo {
		height: 40px;
		font: bold 16px Arial;
		background: url(/images/graf_fondotitolo.gif) repeat-x;
		padding-left: 5px;
		color: #BC011E;
}

td.tdchiaro:hover {
	background:#FFCC99
	}



td.tdscuro:hover {
	background:#FFCC99;
}


/* FORM */

form {
		margin: 0;
		padding: 0;
}

/* ALTRO */

hr {
		height: 1px;
		color: #099;
		margin: 10px;
}