/* CSS Document */
body{
	margin: 0;
	padding: 0;
	background-image: url(../immagini/sfondo.jpg);
}
a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #3867AF;
	text-decoration: underline;
}
a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#30802A;
	text-decoration: none;
}
a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #30802A;
	text-decoration: underline;
	height: 100%;
}
a:active{
          font-family: Verdana, Arial, Helvetica, sans-serif;
		  font-weight: normal;
	      color: #3867AF;
	      text-decoration: none;
}
.table-principale{
	vertical-align: top;
	margin: 0;
	padding: 0;
}
.table-contenuto{
	vertical-align: top;
	margin: 10px;
	padding: 0;
}
.table-testo{
	vertical-align: top;
	margin: 5px;
	padding: 5px;
	width: 95%;
}
.table-foot{
	vertical-align: top;
	margin: 3px;
	padding: 0;
}
.cella-foto {
	border: 1px solid #2E8B57;
	padding: 2px;
	background: #ffffff;
	margin: 2px;
}
.sfondo-unife{
	vertical-align: top;
	background-image: url(../immagini/logo_unife.gif);
	background-repeat: no-repeat;
}
.sfondo-logo-unife{
	vertical-align: top;
	background-image: url(../immagini/logo_unife_verde.gif);
	background-repeat: no-repeat;
}
.testo{
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	line-height: 22px;
	color: Black;
}
.titolo{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	line-height: 26px;
	color: Navy;
}
.titolo-pagina{
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	color: #259C26;
	font-style: italic;
	margin-left: 10px;
}
.risalto{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	line-height: 22px;
	color: Green;
}
.testo-piccolo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #484848;
	line-height: 12px;
}
.footer{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	line-height: 15px;
	text-align: center;
	color: White;
}
