﻿body {
	background-color:#ffffff;
	margin:0px
}

.sfondotitolo {
	opacity: 0.65;
	-moz-opacity: 0.65;
	filter: alpha(opacity=70);
	position:absolute;
	background-color:silver;
	width:100%;
	height:100px;
	margin-top:130px
}
.menubar {
	position:absolute;
	background-color:gray;
	height:32px;
	margin-top:220px;
	width:100%
}

.menutd {
	font-family:Palatino Linotype, Candara;
	font-size:18px;
	font-style:italic;
	color:#ffffff;
	background-color:gray;
	height:30px
}

.menutd a{
	font-weight:bold;
	font-family:Palatino Linotype, Candara;
	font-size:18px;
	font-style:italic;
	color:#ffffff;
	background-color:gray;
	text-decoration:none

}

.menutd a:hover {
	background-color:silver;
	color:black	
}

#corpo {
margin:1em auto;
text-align:left;
position:relative;
width:100%
}

#colonnasx {
position:absolute;
background-image:url('siteimg/news.jpg');
background-position:top left;
background-repeat:no-repeat;
top:0; left:0;
width:495px;
padding:0px 5px 0px 5px
}

#colonnadx {
position:absolute;
top:0; right:0;
width:200px;
padding:0 5 0 5
}

#centro {
margin:0 205px 0 500px;
padding:0px 5px 0px 5px;
background-color:#EAEAEA
}

.titolonews {
	font-family:"Palatino Linotype";
	font-size:24px;
	color:green;
	font-style:italic
}

.testonews {
	font-family:"Palatino Linotype";
	font-size:14px;
	color:gray;	
}
.testonews a {
	color:green;
	text-decoration:none
}
.testonews a:hover {
	text-decoration:underline
}
.bordonews {
	border-bottom:1px;
	border-bottom-color:gray;
	border-bottom-style:dashed
}

.testo {
	font-family:"Palatino Linotype";
	font-size:12pt;
	color:black
}

.testo a {
	color:green;
	text-decoration:none
}

.testo a:hover {
	text-decoration:underline
}

.small {
	font-family:"Palatino Linotype";
	font-size:10pt;
	font-weight:bold;
	color:black
}

.small a {
	color:green;
	text-decoration:none
}

.small a:hover {
	text-decoration:underline
}

hr {
	width:95%;
	border:1px gray dashed
}