body {
		background: url(/images/graf_sfondo.jpg) fixed;
    margin: 0;
    padding: 0;
		font-family: Arial, Helvetica, sans-serif;
    color: #333;
} 

/* PARAGRAFO E STILI DI TESTO */

.contr {
		color: #FFF;
}

.testo {
		font-size: 11px;
}

.gallery {
		font-size: 10px;
}


/* LINKS */

a {
    color: #090;
    font-weight: bold;
    text-decoration: none;
}

a:link {
}

a:active {
}

a:visited {
}

a:hover {
    text-decoration: underline;
}

a.sotto {
    color: #FF0;
    font-weight: bold;
    text-decoration: none;
}

/* DIV */

/* LISTE */


/* IMMAGINI */
img.sel {
	border: 1px solid #000;
}

img.notsel {
	border: 2px solid #C00;
}

/* TABELLE */

table {
		text-align: left;
}

table.main {
		background: #FFF;
}

table.ultimenews {
		background: #C2FD9F;
}

td.titolo {
		height: 30px;
		font: bold 12px Verdana;
		color: #063;
		padding-left: 10px;
		background: url(/images/graf_sfondotitolo.gif) no-repeat;
}

td.sotto {
		height: 53px;
		font: 11px Arial;
		text-align: center;
		background: url(/images/graf_piede.jpg);
		color: #FFF;
}

td.separe {
		background: url(/images/graf_sep.jpg);
}

/* FORM */

form {
		margin: 0;
		padding: 0;
}

/* ALTRO */

h3 {
		font: bold 18px Arial;
		color: #090;
		margin-top: 10px;
		margin-bottom: 10px;
}

h4 {
		font: bold 14px Arial;
		color: #333;
		margin: 0px;
}

.separa {
		border-bottom: 2px dotted #666;
		margin-bottom: 10px;
		padding-bottom: 5px;
}
