body {
    background: #CCC;
    margin-top: 0px;
	margin-bottom: 0px;
    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: #00C;
}

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: #FFF;
}

/* 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 {
		border: 1px solid #000;
		text-align: left;
		margin-bottom: 10px;
		background: #E8E9EE;
}

td.tdchiaro {
		background: #F7FAFC;
}

td.tdscuro {
		background: #F1FAED;
}

td.tdcont {
		padding-left: 2px;
		padding-right: 2px;
}

td.titolo {
		height: 33px;
		font-weight: bold;
		font-size: 14px;
		padding-left: 5px;
		background: url(/images/graf_sfondo_titolo.jpg);
		color: #FFF;
}
td.cerca_bg {
		background: url(/images/cerca_bg.jpg);
}

td.titololato {
		height: 33px;
		font: bold 12px Arial;
		padding-left: 20px;
		border-bottom: 1px solid #000;
		background: url(/images/graf_sfondo_titolo.jpg);
		color: #FFF;
}

td.menulato {
		padding-left: 5px;
		font-size: 10px;
}

table.sotto {
		height: 35px;
		font: 11px Arial;
		background: #272B46;
		background: url(/images/graf_piede.jpg);
		color: #000;
}

/* 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: #fd5900;
}

/* ALTRO */

hr {
		height: 1px;
		color: #844C41;
		margin: 10px;
}