/* CSS Document */

/* Chiocchetta Mobili d'Arte - Minerbe */
/* Sito Web realizzato da Il Punto Web - comunicazione multimediale */
/* www.ilpuntoweb.it */


/* Caratteristiche generali della pagina */
body{
	margin: 0px;
	padding: 0px;
	background-image: url(http://www.chiocchetta.it/images/servizio/sf_main.gif);
}

.imgbordatanera{
	border-color: #000000;
}
/* Caratteristiche Tabella Principale */

.bordobianco{
background:#FFFFFF;

}

.tabellagrigia{
background:#C5C3C3;
color:#000000;
font-family:Tahoma,Verdana,Geneva,Sans-Serif;
font-size:11px;
text-decoration:none;


}

.tabellarossa{
background:#9E100F;
color:#000000;

}



.tabellarossamedia{
background:#710909;
color:#FFFFFF;
font-family:Tahoma,Verdana,Geneva,Sans-Serif;
font-size:11px;
text-decoration:none;


}
.tabellarossascura{
background:#331919;
color:#000000;

}
.tabellacentraleuniforme{
background:#F2F1F1;
color:#000000;
font-family:Tahoma,Verdana,Geneva,Sans-Serif;
font-size:11px;
text-decoration:none;

}

.trasparentefontmarrone{
color:#6B5F46;
font-family:Tahoma,Verdana,Geneva,Sans-Serif;
font-size:11px;
text-decoration:none;
}

.trasparente{
color:#000000;
font-family:Tahoma,Verdana,Geneva,Sans-Serif;
font-size:11px;
text-decoration:none;
}


/* Caratteristiche dei testi base dei link */


/* Link Normale senza nessun effetto */
a.normale{
	color:#000000;
	font-family:Tahoma,Verdana,Geneva,Sans-Serif;
	font-size:11px;
	text-decoration:none
}
a.normale:hover{
	text-decoration: none;
}
/* Fine Link Normale senza nessun effetto */


/* Link con testo molto piccolo */
a.piccolo{
	color:#000000;
	font-family:Tahoma,Verdana,Geneva,Sans-Serif;
	font-size:10px;
	text-decoration:none
}
a.piccolo:hover{
	text-decoration: none;
}
/* Fine Link con testo molto piccolo */

/* Link Bianco senza nessun effetto */
a.linkbianco{
	color:#FFFFFF;
	font-family:Tahoma,Verdana,Geneva,Sans-Serif;
	font-size:11px;
	text-decoration:none
}
a.linkbianco:hover{
	text-decoration: none;
}
/* Fine Link Bianco senza nessun effetto */


