.menu {
	font-family: Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
.titolo {
	font-family: Times, serif;
	font-size: 14px;
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
.testo {
	font-family: Times, serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}

.testo2 {
	font-family: Times, serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}

.testopiccolo {
	font-family: Times, serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.testo3 {
	font-family: Times, serif;
	font-size: 14px;
	color: #E91232;
	font-weight: bold;
	text-decoration: none;
}
.titoletto {
	font-family: Times, serif;
	font-size: 14px;
	color: #44aab9;
	text-decoration: none;
}
.edizione {
	font-family: Times, serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}


.edizionehome {
	font-family: Times, serif;
	font-size: 14px;
	color: #45A8BB;
	font-weight: bold;
	text-decoration: none;
}

a.link:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.link:active {
	color: #FFFFFF;
	text-decoration: none;
}
a.link:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.link:hover {
	color: #000000;
	text-decoration: none;
}
a.linkint:link {
	color: #44aab9;
	text-decoration: none;
}
a.linkint:active {
	color: #44aab9;
	text-decoration: none;
}
a.linkint:visited {
	color: #44aab9;
	text-decoration: none;
}
a.linkint:hover {
	color: #44aab9;
	text-decoration: underline;
}

a.linkrosso:link {
	font-family: Times, serif;
	font-size: 14px;
	color: #E91232;
	text-decoration: none;
	font-weight: bold;
}
a.linkrosso:active {
	font-family: Times, serif;
	font-size: 14px;
	color: #E91232;
	text-decoration: none;
	font-weight: bold;
}
a.linkrosso:visited {
	font-family: Times, serif;
	font-size: 14px;
	color: #E91232;
	text-decoration: none;
	font-weight: bold;
}
a.linkrosso:hover {
	font-family: Times, serif;
	font-size: 14px;
	color: #E91232;
	text-decoration: none;
	font-weight: bold;
}
.sfondo {
	background-color: #ffffff;
	background-image:   url(img/sf_home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.sfondoint {
	background-color: #ffffff;
	background-image:   url(img/sf_interno.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.sfondoint2 {
	background-color: #ffffff;
	background-image:   url(img/sf_interno2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.sfgenerale {
	background-color: #eeeeee;
	background-image:   url(img/sf_generale.gif);
	background-repeat: repeat-x;
}

.sfgenerale2 {
	background-color: #eeeeee;
	background-image:   url(img/sf_generale2.gif);
	background-repeat: repeat-x;
}

.sftabella {
	background-image:   url(img/sf_tabella.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.sftabella2 {
	background-image:   url(img/sf_tabella2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.sftabella tr.header {
	background-image:   url(img/sf_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

