@CHARSET "ISO-8859-1";
/************************************************************
	Il foglio di stile CSS per il template
	cmsWebpage
*************************************************************/


.cmsWebpage .attachments {
	clear: both;
	
}

.cmsWebpage .attachments ul {
	list-style: none;
}


.cmsWebpage .attachments ul li h2 {
	color: #000000;
	font-size: 1.5em;	
}

.cmsWebpage .attachments ul li ul li a {
	color: #cc0000;
	font-size: 1.1em;	
	text-decoration: none;
}

.cmsWebpage .attachments ul li ul li a:hover {
	color: #cc0000 ;
	font-size: 1.1em;
	text-decoration: underline;
}






/************************************************************
	div.html
	il div, contenuto in cmsWebpage,
	che contiene il contenuto html generato dall'utente
	*/
.cmsWebpage .html {
	width: 630px;	
	
}

.cmsWebpage .html h1 {
	
	
}
.cmsWebpage .html h2 {
	display: block;
	margin: 0px;
	margin-top: 10px;
	color: #666666;
	font-size: 1.6em;
	font-style: normal;
	font-stretch: normal;
}
.cmsWebpage .html h3 {
	margin: 0px;
	margin-top: 10px;
	color: #666666;
	font-size: 1.2em;
	font-style: normal;
	font-stretch: normal;
	font-weight: bolder;	
}

.cmsWebpage .html h4 {
	margin: 0px;
	margin-top: 2px;
	color: #333333;
	font-size: 1.1em;
	font-style: normal;
	font-stretch: normal;
	margin-bottom: 5px;
}

.cmsWebpage .html h5 {
	margin: 0px;
	color: #333333;
	font-size: 1.1em;
	margin-top: 1px;
	line-height: 1.1em;
	margin-bottom: 5px;
	/* margin-bottom: -10px; */
}

.cmsWebpage .html h6 {}

.cmsWebpage.html h7 {}


.cmsWebpage .html ul li a:link {
	color: #cc0000;
	text-decoration: none;
}

.cmsWebpage .html ul li a:hover {
	color: #cc0000;
	text-decoration: underline;
}

.cmsWebpage .html a:link {
	text-decoration: none;
	color:  #cc0000;
	font-size: 1.1em;
	text-decoration: underline;
}

.cmsWebpage .html a:hover {
	color: #cc0000;
	text-decoration: underline;
	font-weight: bolder;
}

.cmsWebpage .html a:visited {
	color:  #cc0000;
	text-decoration: none;
}
.cmsWebpage .html img {
 	margin-right: 5px;
	margin-bottom: 5px;	
	border: none;
}
.cmsWebpage .html hr{	
	height: 1px;
	background-color: #DEDEDE;
	width: 100%;
	float: left;
	margin: 0px 0px 0px 0px;
	float: left;
}
.cmsWebpage .html .container {}
.cmsWebpage .html .container h2 {}
.cmsWebpage .html .container object {}

