body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

body {
	margin-left: 70px;
	margin-top: 0px;
}

#header-box {
	height: 150px;
	width: 900px;
	font-size: 12px;
	text-align: left;
	vertical-align: middle;
	background-image: url(/img/sfondo-header.jpg);
	background-repeat: repeat;
}

/* PATH (briciole) */
#path {
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 100px;
	font-size : 11px;
	color : #333333;
}

h1 {
	font-size: 16px;
	color : #006600;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	color : #000000;
	font-weight: bold;
}

.testo_centro {
	font-size : 12px;
	color : #333333;
	text-align : center;
}

.testo_destra {
	font-size : 12px;
	color : #333333;
	text-align : right;
}

.testo_sinistra {
	font-size : 12px;
	text-align : left;
	color : #333333;
}

.testo_nav_titoli {
	font-size : 13px;
	text-decoration : none;
	text-align : left;
	color : #003300;
	font-weight: bold;
}

.link_header {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-align : right;
	text-decoration: none;
	line-height: 25px;
}

A.link_header:hover {
	color: #ffffff;
	text-decoration: underline;
}

.link_nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 20px;
	padding-left: 20px;
	background-image: url(/img/punto-elenco.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

A.link_nav:hover {
	color: #003300;
	background-image: url(/img/punto-elenco.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
}

.link_path {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003300;
	text-decoration: none;
}

A.link_path:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003300;
	text-decoration: underline;
}

.link_body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #009900;
	text-decoration: none;
}

A.link_body:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #009900;
	text-decoration: underline;
}

/* COL SX */
#leftCol {
	overflow: hidden;
	float: left;
	width: 180px;
	margin-right: 15px;
	background-image: url(/img/sfondo-col-sx.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

/* COL CENTRO */
#centerCol {
	overflow: hidden;
	float: left;
	width: 540px;
	margin-right: 15px;
	background-image: url(/img/sfondo-body.png);
	background-repeat: no-repeat;
	background-position: left top;
}

/* COL DX */
#rightCol {
	overflow: hidden;
	float: left;
	width: 150px;
	background-image: url(/img/sfondo-col-dx.jpg);
	background-repeat: no-repeat;
	background-position: top;
}