body {
		background: url(/images/sfondo_body.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: #669;
    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;
}

.titolo {
		width: 300px;
		height: 20px;
		font: bold 14px Verdana;
		color: #F00;
		border-bottom: 1px solid #F00;
		margin-bottom: 10px;
}

td.sotto {
		height: 50px;
		font: 11px Arial;
		background: url(/images/sfondo_sotto.jpg) no-repeat center center;
		color: #FFF;
}

td.separe {
		background: url(/images/graf_sep.jpg);
}

/* FORM */

form {
		margin: 0;
		padding: 0;
}

label {
		font: 12px Arial;
}

input {
	border: 1px solid #000;
	background: #387FAB;
	color: #FFF;
	font: bold 11px Arial;
}

input.nobord {
	border: none;
	background: none;
}

textarea {
	border: 1px solid #000;
	background: #387FAB;
	color: #FFF;
	font: bold 11px Arial;
}


/* ALTRO */

h3 {
		font: bold 18px Arial;
		color: #006;
		margin-top: 10px;
		margin-bottom: 10px;
}

h4 {
		font: 14px Arial;
		color: #333;
}

hr {
		height: 1px;
		color: #387FAB;
		margin: 10px;
}

.errore {
		font: bold 12px Arial;
		color: #C00;
		margin-bottom: 10px;
}