a:hover {  text-decoration: none}
a {  font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none}
a:hover {  font-family: Verdana, Arial, Helvetica, sans-serif}

.p9 {font-family: Verdana; font-size: 9px;  text-decoration: none;}
.p9 a {font-family: Verdana; font-size: 9px; text-decoration: none}
.p9 a:hover {font-family: Verdana; font-size: 9px; text-decoration: underline}


.p10 {font-family: Verdana; font-size: 10px;  text-decoration: none;line-height: 120% }
.p10 a {font-family: Verdana; font-size: 10px; text-decoration: none; line-height: 120%}
.p10 a:hover {font-family: Verdana; font-size: 10px; text-decoration: underline; line-height: 120%}


.p12 {font-family: Verdana; font-size: 12px;  text-decoration: none; line-height: 120%}
.p12 a {font-family: Verdana; font-size: 12px; text-decoration: none; line-height: 120%}
.p12 a:hover {font-family: Verdana; font-size: 12px; text-decoration: underline; line-height: 120%}

.p11 {font-family: Verdana; font-size: 11px; color:  text-decoration: none; line-height: 120%}
.p11 a {font-family: Verdana; font-size: 11px;color: text-decoration: none; line-height: 120%}
.p11 a:hover {font-family: Verdana; font-size: 11px; text-decoration: underline; line-height: 120%}

.p13 {font-family: Verdana; font-size: 13px;  text-decoration: none;}
.p13 a {font-family: Verdana; font-size: 13px; text-decoration: none}
.p13 a:hover {font-family: Verdana; font-size: 13px; text-decoration: underline}

.p14 {font-family: Verdana; font-size: 14px;  text-decoration: none;}
.p14 a {font-family: Verdana; font-size: 14px; text-decoration: none}
.p14 a:hover {font-family: Verdana; font-size: 14px; text-decoration: underline}

.p15 {font-family: Verdana; font-size: 15px;  text-decoration: none;}
.p15 a {font-family: Verdana; font-size: 15px; text-decoration: none}
.p15 a:hover {font-family: Verdana; font-size: 15px; text-decoration: underline}

.a10 {font-family: Arial; font-size: 10px;  text-decoration: none;line-height: 120%}
.a10 a {font-family: Arial; font-size: 10px; text-decoration: none; line-height: 120%}
.a10 a:hover {font-family: Arial; font-size: 10px; text-decoration: underline; line-height: 120%}


.a12 {font-family: Arial; font-size: 12px;  text-decoration: none; line-height: 120%}
.a12 a {font-family: Arial; font-size: 12px; text-decoration: none; line-height: 120%}
.a12 a:hover {font-family: Arial; font-size: 12px; text-decoration: underline; line-height: 120%}

.a11 {font-family: Arial; font-size: 11px; color:  text-decoration: none; line-height: 120%}
.a11 a {font-family: Arial; font-size: 11px;color: text-decoration: none; line-height: 120%}
.a11 a:hover {font-family: Arial; font-size: 11px;color:text-decoration: underline; line-height: 120%}

/* CONTENITORI DEI BORDI E DEL CONTENUTO DEL BOX */

div.BORDI
{
    width: 160px;
}
div.CONTENUTO
{
    background-color: #FF6600;
    color: #FFFFFF;
    width: 160px;
    padding: 15px;
}

/* CREAZIONE DEGLI ANGOLI SMUSSATI */

span.TOP, span.BOTTOM
{
    display: Block;
    background-color: #FFFFFF;
}
span.TOP span, span.BOTTOM span
{
    display: Block;
    overflow: Hidden;
    background-color: #FF6600;
    height: 1px;
}
span.RIGA1
{
    margin: 0 5px;
}
span.RIGA2
{
    margin: 0 3px;
}
span.RIGA3
{
    margin: 0 2px;
}
span.TOP span.RIGA4, span.BOTTOM span.RIGA4
{
    margin: 0 1px;
    height: 2px;