a:link {
	color: #848484;
	text-decoration: none;
}
.noteDx a:link{
	color: #999999;
}
.boxColonnaDx a:link{
	text-decoration: underline;
}
.titoloNotizia a:link {
	color: #D00001;
	text-decoration: none;
}
a:visited {
	color: #848484;
	text-decoration: none;
}
.noteDx a:visited{
	color: #999999;
}
.boxColonnaDx a:visited{
	text-decoration: underline;
}
a:hover, .titoloNotizia a:hover, .noteDx a:hover {
	color: #640B00;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
.img {
	border: 0px none;
}
.imgDx {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	float: left;
}

.imgDxHomepagePh {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	float: left;
}

.imgDxHomepageEvento {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	float: left;
}

.barra {
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: -2px;
	padding: 0px;
	float: left;	
}

.noteDx {
	color: #999999;
	margin: 2px 0px 0px;
	padding: 0px;
	text-align: right;
}
h2 {
	font-size: 120%;
}
h3 {
	font-size: 120%;
	color: #BD0F00;
}
h4 {
	font-size: 110%;
}
h5 {
	font-size: 100%;
	margin-bottom: 5px;
}

.AlignCenter {
	font-size: 100%;
	text-align: center;
}

.titoloNotizia {
	font-weight: bold;
}

.titoloPagina {
	font-weight: bold;
	font-size: 120%;
	color: #BD0F00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BD0F00;
	height: 20px;
}
.titoloRosso {
	font-weight: bold;
	color: #BD0F00;
}
.titoloCategoria {
	font-weight: bold;
	text-align: left;
	padding-top: 0px;
	margin-top: 0px;
	background-color: #EEEEEE;
	margin-bottom: 2px;
}
.titoloDestra {
	font-weight: bold;
	text-align: right;
	padding-top: 0px;
	margin-top: 0px;
	background-color: #EEEEEE;
	margin-bottom: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D10000;
}
.sottotitolo {
	font-weight: bold;
	line-height: 10%;
}
input {
	font-size: 9px;
	border: 1px solid #999999;
}
fieldset input, textarea {
	font-size: 110%;
	border: 1px solid #999999;
	margin: 1px;
}
fieldset {
	border: 1px solid #E6E6E6;
	margin: 1px 1px 0px;
	padding: 5px 1px 0px;
}
legend {
	font-weight: bold;
	padding-top: 5px;
}
.SxMenu {
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
	vertical-align: middle;
}
.SxMenu img, .SxMenuSub img {
	vertical-align: middle;
}
.SxMenuSub {
	font-weight: normal;
	margin-top: 0px;
	padding-top: 0px;
	vertical-align: middle;
}
th {
	font-size: 60%;
	font-weight: bold;
	color: #D00001;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.testoDestra {
	text-align: right;
}

.testoCentrato {
	text-align: center;
}

.testoGiustificato {
	text-align: justify;
}