/* CSS Document */

body {
	background-color: #FFFFFF;	
	margin-top: 0px;
}
.testo {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color:#666666;
}
.testo2 {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}
.testo3 {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
.testo_red {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #9D080C;
}
a {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
    color:#999999;
	text-decoration:none;
}
a:visited {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	text-decoration:none;
	color: ;
}
a:hover {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	text-decoration:none;
	color: ;
}
a:active {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	text-decoration:none;
	color: ;
}
#top{
	background-image:url(../immagini/top.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#footer {
	background-image:url(../immagini/footer.gif);
	background-repeat:no-repeat;
	background-position:center bottom;
}
#back{
	background-image:url(../immagini/back_frame.gif);
}
#line_left {
	border-left-color: #C8C8C8;
	border-left-style: solid;
	border-left-width: 1px;
}
#line_right {
	border-right-color: #C8C8C8;
	border-right-style: solid;
	border-right-width: 1px;
}
#bottom_line {
	background-image:url(../immagini/double_line.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}

