html, body { margin: 0px; padding: 0px; height:100%;}
.bkg_left {
	background-image: url(images/bkg_l.gif);
	background-repeat: repeat-y;
}
.bkg_right {
	background-image: url(images/bkg_r.gif);
	background-repeat: repeat-y;
}
.tbl_border {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #b1b3b4;
	border-left-color: #b1b3b4;
	/*height:100%;*/
}
.title {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #707072;
}
.testo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.banner {
	border: 1px solid #b1b3b4;
}
.tbl_border tr .bkg_right .MsoNormal strong font span {
	font-size: 10pt;
}

