body {
	background-color : DAD5D1;
	margin: 0px;
}

table#contenitore {
	height : 100%;
}

td#bordosx {
	background-image : url(../img/b_sx.gif);
	background-repeat : repeat-y;
}

td#bordodx {
	background-image : url(../img/b_dx.gif);
	background-repeat : repeat-y;
}

td#striscia {
	background-image : url(../img/striscia.gif);
	background-repeat : repeat-y;
}

td#home {
	background-image : url(../img/sfondo.jpg);
	background-repeat : no-repeat;
}

td#footer {
	background-image : url(../img/footer.gif);
	background-repeat : no-repeat;
	background-position : bottom;
}

.testo1  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : 000000;
	line-height: 11px;
	text-align : justify;
}

.testo2  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : 555555;
	line-height: 12px;
	text-align : justify;
}

a.testo2 {
	text-decoration : underline;
}

a:hover.testo2 {
	color : 990000;
}

.testo3  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : 000000;
	line-height: 12px;
}

a.testo3 {
	text-decoration : underline;
}

a:hover.testo3 {
	color : 990000;
}

li.testo3 {
	list-style : square outside;
	line-height: 18px;
}

.testo4  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : 555555;
	line-height: 12px;
}

a.testo4 {
	text-decoration : underline;
}

a:hover.testo4 {
	color : 990000;
}

.tfooter  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : B68203;
}

a.tfooter {
	text-decoration : underline;
}

a:hover.tfooter {
	color : 990000;
}

#immagine {
	float : right;
}

input.form {
	border:1px; 
	border-style:solid; 
	border-color:#000000;
	background:#FFFFFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : 000000;
	width:200px;
}

input.formb {
	border:1px; 
	border-style:solid; 
	border-top-color:#eeeeee;
	border-right-color:#000000;
	border-bottom-color:#000000;
	border-left-color:#eeeeee;
	background:#990000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px; 
	color:#FFFFFF;
	width:100px;
}








