<!--
body {
	margin: 0px;
	background: white url("design/sfondo.png") repeat-y top center;
	scrollbar-face-color : #A5DBFF ;
	scrollbar-shadow-color : #000000 ;
	scrollbar-highlight-color : #000000 ;
	scrollbar-3dlight-color : #ffffff ;
	scrollbar-darkshadow-color : #444444 ;
	scrollbar-track-color : #eeeeee ;
	scrollbar-arrow-color : #ffffff ;
	font: 10px "Lucida grande", Verdana, Arial, Helvetica, sans-serif;
}

* {
	font-size: 11px;
}

.style2 {
	text-decoration: bold;
	
}

div {padding: 0; margin: 0;}

a {
	font-weight: bold;
}

a:link {
	color: #2D678F;
	text-decoration: none;
}
a:visited {
	color: #2D678F;
	text-decoration:none;
}
a:hover {
	color: #D8C207;
	text-decoration: none;
}
a:active {
	color: #C2DAE4;
	text-decoration:none;
}

.vignette 	{ border-color:#000000;
}

table.body {
	margin-top: -3px;
	border: 0;
	width: 630px;
	height: 100%;
}

#pagina {
	margin-top: 60px;
}

h1 {
	display: block;
	background: transparent url("design/butline.gif") no-repeat 0 100%;
	padding-left: 25px;
	height: 30px;
	font-size: 12px;
	color: #2D678F;
	margin-bottom: 20px;
	line-height: 40px !important;
	line-height: 30px;
}

p {
	padding-left: 10px;
	padding-bottom: 10px;
	padding: 0 10px 10px 10px;
}

a.home {
	margin-top: 60px;
	display: block;
	width: 120px;
	height: 20px;
	margin-left: 10px;
	padding-left: 20px;
	background: transparent url("design/home_off.png") no-repeat 0 0;
	float: left;
	clear: both;
}

a:hover.home {
	background: transparent url("design/home_on.png") no-repeat 0 0;
}

table.portfolio {
	margin-bottom: 20px;
	border: 0;
	width: 100%;
}

table.portfolio td {
	padding: 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid #dcdcdc;
	border-top: 1px solid #dcdcdc;
}

td.immagine {
	vertical-align: top;
	background: white url("design/sfondogiallo.gif") repeat-y 0 0;
	text-align: center;
}

td.immagine a {
	display: block;
}

td.testo {
	vertical-align: top;
	background: white url("design/sfondoazzurro.gif") repeat-y top right;
	text-indent: 25px;
}

em, i {
	font-style: italic;
	color: #D8C207;
	font-weight: bold;
}

b, strong {
	color: #4882AA;
	border-bottom: 1px dotted #BAD2E3;
	font-weight: normal;
}

li {
	list-style-type: none;
	list-style-image: url(design/li.gif);
}

-->
