

.Normal,.NormalDisabled
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10pt;
    font-weight: normal;
}
/* text style used for il testo del menu */
.Normal1
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 8pt;
    font-weight: normal;

}
.Normal1Bold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 8pt;
    font-weight: bold;
  
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10pt;
    font-weight: bold
}

/* text style used for error messages */
.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10pt;
    font-weight: bold;
    color: #ff0000
}


A:link  {
    text-decoration:    none;
    color:  #003366;
}

A:visited   {
    text-decoration:    none;
    color:  #003366;
}

A:active    {
    text-decoration:    none;
    color:  #003366;
}

A:hover {
    text-decoration:    underline;
    color:  #ff0000;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}


/* style aggiunto per bordo tabella */
.sopra
{
     border-left: solid 1px;
     border-left-color: #003366;
     border-top: solid 1px;
     border-top-color: #003366;
     border-right: solid 1px;
     border-right-color: #003366;
}
.bordosopra
{
     border-top: solid 1px;
     border-top-color: #003366;
 
}
.bordosotto
{
     border-bottom: solid 1px;
     border-bottom-color: #003366;
 
}
.bordodx
{
     border-right: solid 1px;
     border-right-color: #003366;
 
}
.bordosx
{
     border-left: solid 1px;
     border-left-color: #003366;
 
}
.sotto
{
     border-left: solid 1px;
     border-left-color: #003366;
     border-bottom: solid 1px;
     border-bottom-color: #003366;
     border-right: solid 1px;
     border-right-color: #003366;
}
.tutto
{
     border-left:   solid 1px ;
     border-left-color: #003366;
     border-bottom: solid 1px ;
     border-bottom-color: #003366;
     border-right: solid 1px ;
     border-right-color: #003366;
     border-top: solid 1px ;
     border-top-color: #003366;
}
