/* CSS Document */

/* TESTI */
.Normale {
	font-family: Calibri, Arial, sans-serif;
	font-size: small;
	font-style: normal;
	color:#000000
}

.strong {
	font-family: Calibri, Arial, sans-serif;
	font-size: small;
	font-style: normal;
	color:#000000;
	font-weight: bold;
}

.NormaleBianco {
	font-family: Calibri, Arial, sans-serif;
	font-size: small;
	font-style: normal;
	color:#ffffff}

.CapitalizeBlu {
	font-family: Calibri, Arial, sans-serif;
	font-size: medium;
	font-style: normal;
	color:#003366;
	text-transform: uppercase;
}

.MedioBianco {
	font-family: Calibri, Arial, sans-serif;
	font-size: small;
	font-style: normal;
	color:#ffffff}


/* TITOLI */
.intestazione {
	font-family: Calibri, Arial, sans-serif;
	font-size: medium;
	font-style: normal;
	color:#FFFFFF;
	font-weight: bold;}
	
.Titolo {
	font-family: Calibri, Arial, sans-serif;
	font-size: medium;
	font-style: normal;
	color:#000000;
	font-weight: bold;
}
.TitoloBianco {
	font-family: Calibri, Arial, sans-serif;
	font-size: medium;
	font-style: normal;
	color:#FFFFFF;
	font-weight: bold;
}
.TitoloGrigio {
	font-family: Calibri, Arial, sans-serif;
	font-size: medium;
	font-style: normal;
	color:#CCCCCC;
	font-weight: bold;
}

/* PAGINE DINAMICHE */

.Titolo_att {
	font-family: Calibri, Arial, sans-serif;
	font-size: x-large;
	font-style: normal;
	color:#333333;
	font-weight: bold;
	border-bottom: 1px dashed #CCCCCC;
}

.Titolo_attBianco {
	font-family: Calibri, Arial, sans-serif;
	font-size: x-large;
	font-style: normal;
	color:#FFFFFF;
	font-weight: bold;
}

.Sottotitolo_att {
	font-family: Calibri, Arial, sans-serif;
	font-size: large;
	font-style: italic;
	color:#660000;
	font-weight: normal;
}

/* PUBBLICAZIONI */
.titolo_pubb {
	font-family: Calibri, Arial, sans-serif;
	font-size: small;
	font-style: normal;
	color:#660000;
	font-weight: bold;

}
.sottotitolo_pubb {
	font-family: Calibri, Arial, sans-serif;
	font-size: small;
	font-style: italic;
	color:#000000;
}
/* NAVIGATORE */

.nav {
	font-family: Calibri, Arial, sans-serif;
	font-size: small;
	font-style: normal;
	color:#FFFFFF;
	font-weight: bold;
	background-image: url(../Grafica/button.gif);
	text-transform: uppercase;
	text-align: center;
	width: 130px;
}
.nav:hover {
	font-family: Calibri, Arial, sans-serif;
	font-size: small;
	font-style: normal;
	color:#FFFFFF;
	background-image: url(../Grafica/button.gif);
	text-transform: uppercase;
	text-align: center;
	width: 130px;
}

/* LINKS */
/* questi sono i link blu */
a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003366;
}
a:hover {
	text-decoration: none;
	color: #FFCC33;
}
a:active {
	text-decoration: none;
}

/* questi sono i link bianchi */
a.alternativo:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.alternativo:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.alternativo:hover {
	text-decoration: none;
	color: #FFCC33;
}
a.alternativo:active {
	text-decoration: none;
}

/* questi sono i link rossi */
a.alternativo2:link {
	color: #660000;
	text-decoration: none;
}
a.alternativo2:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.alternativo2:hover {
	text-decoration: none;
	color: #FFCC33;
}
a.alternativo2:active {
	text-decoration: none;
}