body {
	background-color: #BBB7B7;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
.tab_body {
	height: 100%;
	width: 100%;
	font-size: 10px;
}
.box {
	background-image: url(img/bg_index.gif);
	background-repeat: repeat-x;
	background-color: #F6F5E3;	
	width: 750px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #8C0000;
	border-right-color: #8C0000;
	border-bottom-color: #8C0000;
	border-left-color: #8C0000;
}
.contenuto {
	width: 750px;
	background-color: #F6F5E3;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #8C0000;
	border-right-color: #8C0000;
	border-bottom-color: #8C0000;
	border-left-color: #8C0000;
	font-size: 10px;
	padding: 15px;
	height: 100%;
}
.contenuto2 {
	font-size: 10px;
	padding: 15px;
}
.menu {
	background-color: #FCF9CD;
	border: 1px solid #C2C09E;
	width: 200px;
	padding: 15px 15px 15px 0px;
	background-image: url(img/bg_menu.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
li {
	line-height: 25px;
	text-decoration: none;
}
a:link, a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #8C0000;
}
p {
	line-height: 12px;
}
.titolo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #8C0000;
}
