body {
    background-color: #3D6684;
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000;
} 

/* PARAGRAFO E STILI DI TESTO */

p {
    font-size: 100%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    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;
}

/* LINKS */

a {
    color: #00C;
}

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;
}

/* 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: #F2FECB;
}

td.tdcont {
		margin: 0;
		background: #FFF;
}

td.tdchiaro {
		background: #FFFF99;
}

td.tdscuro {
		background: #C5FEBC;
}

td.titolo {
		height: 40px;
		font: bold 100% Arial;
		background: url(/2006/images/graf_fondo_titolo.jpg) repeat-x;
		padding-left: 5px;
		color: #FFFF99;
}

/* FORM */

form {
		margin: 0;
		padding: 0;
}

/* ALTRO */

hr {
		height: 1px;
		color: #099;
		margin: 10px;
}