.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #12AD2B;
	text-decoration: none;
}
.link:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.linkBianco {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #fffffF;
	text-decoration: none;
}
.linkBianco:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}



.RigaGiu {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #12AD2B;
}
.RigaSu {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #12AD2B;
}
.RigaSxBianca {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.RigaGiuBianca {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;

	
	
}
.FondoScuro {
	background-color: #12AD2B;
}
.FondoChiaro {
	background-color: #14D132;
}


.Testo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}
.TestoBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
.TestoBoldViola {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #CC99CC;
}
.RigaDxSx {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #12AD2B;
	border-left-color: #12AD2B;
}

