/* CSS Document */

body {
	background-color: #FFFFFF;	
	margin-top: 0px;
	margin-left: 0px;
}
h1 {
text-align: center;
	color: #333333;
	font-weight: normal;
	font-family: Tahoma;
	font-size: 11px;
}

p {
	text-align: justify;
	color: #666666;
	font-family: Tahoma;
	font-size: 12px;
}
.testo {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}
.testo_u {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #006699;
	text-decoration: underline;
}
.testo2 {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}
.testo3 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #0066AF;
}
.testo4 {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
.etichette {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #0066AF;
}
.testo5 {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #0066AF;
}
.rights {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #0066AF;
}
a {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	text-decoration:none;
	color: #0066AF;
}
a:visited {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	text-decoration:none;
	color: #666666;
}
a:hover {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	text-decoration:none;
	color: #666666;
}
a:active {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	text-decoration:none;
	color: #666666;
}
#ricerca_back {
	background-image: url(../immagini/ricerca_back.jpg);
	background-repeat: repeat-x;
    background-position: bottom left;
}
#main_back {
	background-image: url(../immagini/main_back.jpg);
	background-repeat: repeat-x;
    background-position: bottom left;
}
#top {
	background-image: url(../immagini/top4.jpg);
	background-repeat:no-repeat;
    background-position: top left;
}
#side_table {
	position: bottom right;
}