BODY{
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
A{
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
}
A:hover {

	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: underline;
}
A:link
{
	color: #ffdd00;
}
A:visited
{
	color: #ffdd00;
}
/* TESTI */
.Testo1
{
	font-size: 12px;
	color: white;
	font-family: Verdana;
    line-height: 18px;
}
.Testo2
{
	font-size: 11px;
	color: white;
	font-family: Verdana;
}
.Testo3
{
    font-size: 10px;
    color: white;
    font-family: Verdana;
}
.TestoNero
{
	font-size: 11px;
	color: black;
}
.TestoNero a
{
    text-decoration:none;
	color: black;
}
.TestoNero a:hover
{
    text-decoration:underline;
    font-weight:bold;
	color: black;
}
.testoNero2
{
	font-size: 11px;
	color: black;
}
.testoNero2 a
{
	font-size: 11px;
    color: orangered;
}
.testoRosso
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #FF0000;
}
/* TITOLI */
.Titolo1
{
	font-size: 20px;
	color: white;
	font-family: Verdana;
}
.Titolo2
{
	font-size: 14px;
	color: white;
	font-family: Verdana;
	font-weight:bold;
}
.Titolo2a
{
	font-size: 14px;
	color: #ffdd00;
	font-family: Verdana;
	font-weight:bold;
}
.Titolo3
{
	font-size: 12px;
	color: white;
	font-family: Verdana;
	font-weight:bold;
}
.Titolo4
{
	font-size: 12px;
	color: white;
	font-style: italic;
	font-family: Verdana;
}	

.Titolo2Nero
{
	font-size: 14px;
	color: black;
	font-family: Verdana;
	font-weight:bold;
}

.titoloCampo
{
    font-size: 12px;
    color: orangered;
    font-family: Verdana;
    font-weight: bold;
}
.titoloCampo a
{
    font-size: 12px;
    color: orangered;
    font-family: Verdana;
    font-weight: bold;
}

.messaggio
{
	font-size: 11px;
	color: yellow;
	font-family: Verdana;
}
.errore
{
	font-size: 11px;
	color: red;
	font-family: Verdana;
	background-color: white;
}
.Tabella1
{
	border-right: #ffffff 1px solid;
	padding-right: 1px;
	border-top: #ffffff 1px solid;
	padding-left: 1px;
	font-size: 12px;
	padding-bottom: 1px;
	margin: 1px;
	border-left: #ffffff 1px solid;
	color: white;
	padding-top: 1px;
	border-bottom: #ffffff 1px solid;
	font-family: Verdana;
	border-collapse: separate;
}

.Tabella2
{
	border-right: #ffffff 1px solid;
	padding-right: 1px;
	border-top: #ffffff 1px solid;
	padding-left: 1px;
	font-size: 12px;
	padding-bottom: 1px;
	margin: 1px;
	border-left: #ffffff 1px solid;
	color: black;
	padding-top: 1px;
	border-bottom: #ffffff 1px solid;
	border-color: Black;
	font-family: Verdana;
	border-collapse: separate;
	background-color: #ffffff;
}
.tabellaTraspa { border: 0px; border-collapse: collapse; border-spacing:0px;}
.TestoBlu {  color: #ff6600; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold}
