@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-size: 10px;
	color: #333333;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #b4141e;
	font-weight: bold;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #993300;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: underline;
}

body {
	margin:0px;
	background-color: #b4141e;
}

.fondogiallo {
	background-color:#fff9c7;
}

.separatore_verticale {
	background-image:url(../img/sep_vert.gif);
	background-repeat:repeat-y;
}

.bandella_finale {
	background-image:url(../img/bandella.gif);
	background-repeat:repeat-x;
}

.testo_principale {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:justify;
}

.testo_menu_oggi {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	line-height:8px;
	text-align:left;
}

.testo_laterale {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#b4141e;
	font-size:10px;
	font-weight:bold;
	text-align:left;
	line-height:7px;
}

.testo_news {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:justify;
	padding-left:10px;
}

.titolone_news {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#b4141e;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	text-decoration:underline;
}

/******** Questo testo serve per l'interlinea del testo laterale sulla doppia riga ********/
.testo_laterale_doppio {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#b4141e;
	font-size:10px;
	font-weight:bold;
	text-align:left;
	line-height:11px;
}
/******** F I N E ********/

.separatore_linea {
	border-bottom-color:#CC0000;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	padding-bottom:10px;	
}

.separatore_riga {
	background-color:#fff9c7;
	border-bottom-color:#b4141e;
	border-bottom-style:dashed;
	border-bottom-width:1px;
}

.separatore_news {
	background-color:#fff9c7;
	background-image: url(../img/bullet.gif);
	background-repeat:repeat-x;
	background-position:center;
	height:20px;
}

/******** Diritto, bold, rosso ********/
.Stile1 {
	color: #b4141e;
	font-weight: bold;
}

/******** Obliquo, bold, rosso ********/
.Stile2 {
	color: #b4141e;
	font-weight: bold;
	font-style: italic;
}

/******** Obliquo, rosso ********/
.Stile3 {
	color: #b4141e;
	font-style: italic;
}
