
#newsContent
{
	margin: 10px 20px 0px 30px;
	background-image: url("../immagini/grafica/trattVerticale.png");
	background-repeat:repeat-y;
	overflow: hidden;
}

.rigaOrizz
{
	width:  100%;
	height: 5px;
	background-image: url("../immagini/grafica/trattOrrizzontale.png");
	background-repeat:repeat-x;
}


#titoloPagine
{
	margin: 0px 0px 0px 30px;
	font-family: Trebuchet MS;
	font-size: 30px;
}

.news_banner
{
	border: 1px solid black;
	width: 928px;
	overflow: hidden;
	height: 300px;
}

.news_elemento
{
	overflow: hidden;
	margin-left: 30px;
	padding-bottom: 10px;
}

.news_testo
{
	font-size: 15px;
	font-weight: normal;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
}

.news_testo a
{
	color: #FC7215;
	font-weight: bold;
}

.news_testo a:hover
{
	text-decoration: underline;
}

.news_titolo
{
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.news_immagini
{
	overflow: hidden;
}

.news_immagine
{
	float: left;
	margin-right: 15px;
}

.news_pagine
{
	float: right;
	font-family: Arial;
	font-weight: bold;
	margin-top: 20px;
}

.news_pagine .link_pagine
{
	color: #999999;
}

.news_pagine .link_pagine:hover, .news_pagine .link_pagine_sel
{
	color: black;
}



