/*

		border-style: solid;
		border-width:1px;
		border-color: #009933;
 
		style="border-style: solid; border-width:1px; border-color: #009933;"
		
		border: 1px solid #009933;
		
*/

body td  {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-align:left;
	}
	
a {
	text-decoration: none;
	color: #333333;
	}	

a:hover {
	text-decoration: none;
	color: #F23509;
	}	

a:visited {
	text-decoration: none;
	color: #999999;
	}
		
.pagina_denominazione {
		font-size: 30px;
		font-weight: 900;
		color:#A62021;
		text-transform:uppercase;
		}

.elenco_denominazione 	{
		font-size: 16px;
		font-weight: 900;
		color:#A62021;
		text-transform:uppercase;
		}
/*
.elenco_denominazione:hover 	{
		color:#CF4550;
		cursor: hand;
		cursor: pointer;			
		}
*/

/* per ingrandimento immagini ------------------------ ------------------------ ------- */
 .img-list {
 	clear:	both;
 	}

 .img-list a {
 	float:	left;
 	padding:	0px;
 	outline:	0;
	}
	
/* immagini in articoli -------------- ------------------------ ------------------------ */
.postimg_left {
	float: left;
	text-align: left;
	margin: 1em 1em 1em 0;
	#padding: 3px;
	font-size: smaller;
	/*font-weight: bold;*/
	font-family: arial,helvetica,narrow;
	color: #999;
	}

.postimg_right {
	float: right;
	text-align: left;
	margin: 1em 0 1em 1em;
	#padding: 3px;
	font-size: smaller;
	/*font-weight: bold;*/
	font-family: arial,helvetica,narrow;
	color: #999;
	}

.postimg_center {
	margin: 1em;
	text-align: center;
	padding: 3px;
	font-size: smaller;
	/*font-weight: bold;*/
	font-family: arial,helvetica,narrow;
	color: #999;
	}



