﻿/* Normal */
.testo_verde_acqua 
{
    font-size: 0.9em;
    color: #009999;
    text-align:justify;
}
.testo_verde_acqua_bold 
{
    font-size: 0.9em;
    color: #009999;
    font-weight:bold;
    text-align:justify;
}
.testo_verde_marcio 
{
    font-size: 0.9em;
    color: #549A00;
    text-align:justify;
}
.testo_verde_marcio_bold 
{
    font-size: 0.9em;
    color: #549A00;
    font-weight:bold;
    text-align:justify;
}
.testo_nero 
{
    font-size: 0.9em;
    color: #000;
    text-align:justify;
}
.testo_nero_bold 
{
    color: #000;
    font-size: 0.9em;
    font-weight:bold;   
    text-align:justify; 
}
.testo_bianco 
{
    font-size: 0.9em;
    color: #FFFFFF;
    text-align:justify;
}
.testo_bianco_bold 
{
    color: #FFFFFF;
    font-size: 0.9em;
    font-weight:bold;
    text-align:justify;    
}

/* Normal */


/* Small */

.testo_small 
{
    font-size: 0.8em;
}

/* Small */

/* Menu */

.testo_menu_verde_acqua_bold 
{
    color: #009999;
    font-weight:bold;
    font-size: 1.2em;
}
.testo_menu_verde_acqua 
{
    color: #009999;
    font-size: 1.2em;
}
.testo_menu_nero_bold 
{
    color: #000;
    font-weight:bold;
    font-size: 1.2em;
}
.testo_menu_nero 
{
    color: #000;
    font-size: 1.2em;
}

/* Menu */

/* Medium */

.testo_medium_verde_acqua_bold 
{
    color: #009999;
    font-weight:bold;
    font-size: 1.1em;
}
.testo_medium_verde_acqua 
{
    color: #009999;
    font-size: 1.1em;
}
.testo_medium_nero_bold 
{
    color: #000;
    font-weight:bold;
    font-size: 1.1em;
}
.testo_medium_nero 
{
    color: #000;
    font-size: 1.1em;
}

/* Medium */

/* Large */

.testo_large_verde_acqua_bold 
{
    color: #009999;
    font-weight:bold;
    font-size: 1.4em;
}
.testo_large_verde_acqua 
{
    color: #009999;
    font-size: 1.4em;
}
.testo_large_nero_bold 
{
    color: #000;
    font-weight:bold;
    font-size: 1.4em;
}
.testo_large_nero 
{
    color: #000;
    font-size: 1.4em;
}

/* Large */

