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.col {
	background-image : url(../img/col.gif);
	background-repeat : repeat-y;
}

.testo1  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : 460E00;
	line-height: 11px;
}

a.testo1 {
	text-decoration : none;
	color : BB7900;
}

a:hover.testo1 {
	text-decoration : underline;
}

.testo2  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : 460E00;
	line-height: 11px;
	text-align : justify;
}

.menu  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : 460E00;
	line-height: 11px;
}

a.menu {
	text-decoration : none;
}

a:hover.menu {
	text-decoration : underline;
}

.tfooter  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : E0C47A;
}

a.tfooter {
	text-decoration : none;
}

a:hover.tfooter {
	text-decoration : underline;
}

#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:260px;
}

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;
}