/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
}
#tabella_da_centrare{
	left:50%;
	width:760px;
	margin-left:-380px;
	position:absolute;
	top: -1px;
	height: 631px;
} 
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #732F2C;
	font-weight: bold;
}
.txt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #732F2C;
	font-weight: normal;
}
.brd {
	font-weight: normal;
	border: 1px solid #732F2C;
	margin: 10px;
	padding: 2px;
	
}
.floatright
{
float: right;
margin: 0 0 10px 10px;
border: 1px solid #666;
padding: 2px;
}
.addss {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #732F2C;
	font-weight: normal;
}
.brdtr {
	font-weight: normal;
	margin: 10px;
	padding: 2px;
	background-image:url(images/bg_colum_dx.gif);
	background-repeat:repeat-y;
}
.txtb {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #732F2C;
	font-weight: bold;
}
