body {
    background: #60BDFA;
    margin: 0;
    padding: 5px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000;
} 

/* PARAGRAFO E STILI DI TESTO */

p {
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000;
}

.grande {
    font-size: 14px;
}

.normale {
    font-size: 12px;
}

.medio {
    font-size: 11px;
}

.piccolo {
		font-size: 10px;
}

.ita {
		font-style: italic;
}

.gras {
		font-weight: bold;
}

.nocol {
		color: #000;
}

.col1 {
		color: #C33;
}

.col2 {
		color: #900;
}

.col3 {
		color: #960;
}

.cent {
		text-align: center;
}

.giust {
		text-align: justify;
}

.dest {
		text-align: right;
}

.sin {
		text-align: left;
}

.clearleft {
		clear: both;
}

/* LINKS */

a {
	color: #0066CC;
}

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;
}

div.cerca {
	font: Bold 14px Arial;
	color: #666666;
}

/* 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 {
	text-align: left;
	margin-bottom: 10px;
	background-color: #e4e4e4;
	background-image: url(/images/bg_lato.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

td.tdchiaro {
		background: #F7FAFC;
}

td.tdscuro {
		background: #F1FAED;
}

td.tdcont {
		padding-left: 2px;
		padding-right: 2px;
}

td.titolo {
	height: 30px;
	font-weight: bold;
	font-size: 14px;
	padding-left: 5px;
	background: url(/images/graf_sfondo_titolo.jpg);
	color: #666666;
}

td.titololato {
	height: 36px;
	padding-left: 25px;
	background: url(/images/graf_fondo_titolo_lato.jpg);
	color: #666666;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
}

td.menulato {
		padding-left: 5px;
		font-size: 10px;
}

table.sotto {
		height: 35px;
		font: 11px Arial;
		background: url(/images/graf_piede.jpg);
		color: #FFF;
}

/* FORM */

form {
		margin: 0px;
		padding: 0px;
}

.login_label {
	font-size: 10px;
	color: #666;
	text-align: right;
	padding-right: 3px;
}

.form {
	font-size: 11px;
	color: #666;
}

a.reg {
	font-size: 11px;
	color: #53302A;
}

a.sotto {
	color: #FF0;
}

/* ALTRO */

hr {
		height: 1px;
		color: #844C41;
		margin: 10px;
}
.contents2 {
	background-repeat: repeat-x;
	background-position: bottom;
	background-image: url(/images/bg_lato2.jpg);
	margin-bottom: 20px;
}