A.linkBianco:link
  {
    color: ffffff;
    font-weight : bold;
    text-decoration: none;
  }

A.linkBianco:active
  {
    color: ffffff;
    font-weight : bold;
    text-decoration: none;
  }

A.linkBianco:visited
  {
    color: ffffff;
    font-weight : bold;
    text-decoration: none;
  }

A.linkBianco:hover
  {
    color: ffffff;
    font-weight : bold;
    text-decoration: underline;
  }

A.linkGiallo:link
  {
    color: ffff00;
    font-weight : bold;
    text-decoration: none;
  }

A.linkGiallo:active
  {
    color: ffff00;
    font-weight : bold;
    text-decoration: none;
  }

A.linkGiallo:visited
  {
    color: ffff00;
    font-weight : bold;
    text-decoration: none;
  }

A.linkGiallo:hover
  {
    color: ffff00;
    font-weight : bold;
    text-decoration: underline;
  }

A.linkBlu:link
  {
    color: 0000ff;
    font-weight : bold;
    text-decoration: none;
  }

A.linkBlu:active
  {
    color: 0000ff;
    font-weight : bold;
    text-decoration: none;
  }

A.linkBlu:visited
  {
    color: 0000ff;
    font-weight : bold;
    text-decoration: none;
  }

A.linkBlu:hover
  {
    color: 0000ff;
    font-weight : bold;
    text-decoration: underline;
  }

DIV.transparent
  {
      background: #fff; color: #000; opacity: 0.5; filter: alpha(opacity=50);-moz-opacity: 0.5;
  }
DIV.transparent:hover
  {
      opacity: 0.9; filter: alpha(opacity=90);-moz-opacity: 0.9;
  }
DIV.tastiere
  {
      background: #fff;
      color: #000;
      opacity: 0.5;
      filter: alpha(opacity=50);
      -moz-opacity: 0.5;
      z-index:1;
      visibility: hidden;
  }
FONT.spacer1
  {
    font-size : 1pt;
  }

FONT.spacer2
  {
    font-size : 2pt;
  }

FONT.spacer3
  {
    font-size : 3pt;
  }

FONT.spacer4
  {
    font-size : 4pt;
  }

FONT.spacer5
  {
    font-size : 5pt;
  }

FONT.peis1
  {
    font-family : Verdana, Arial;
    font-size : 7.5pt;
    color : 000050;
  }

FONT.peis2
  {
    font-family : Verdana, Arial;
    font-size : 10pt;
    color : 000050;
  }

FONT.peis3
  {
    font-family : Verdana, Arial;
    font-size : 12pt;
    color : 000050;
  }

FONT.peis4
  {
    font-family : Verdana, Arial;
    font-size : 13.5pt;
    color : 000050;
  }

FONT.peis5
  {
    font-family : Verdana, Arial;
    font-size : 18pt;
    color : 000050;
  }

FONT.tastiere
  {
    color : ffffff;
    font-family : Verdana, Arial;
    font-size : 9.5pt;
    font-weight : bold;
  }

FONT.riquadro
  {
    font-family : Verdana, Arial;
    font-size : 7.5pt;
    font-weight : bold;
    color : 000000;
  }

INPUT.casellaTesto
  {
    font-family : Verdana;
    font-size : 7.5pt;
    font-weight : normal;
    background-color : FFFFFF;
    border-color : 3490f7;
    border-style : inset;
    border-width : 1px;
    color : 000000;
  }

INPUT.bottonearancione
  {
    font-family : Verdana;
    font-size : 7.5pt;
    font-weight : bold;
    background-color : fc7203;
    border-color : FFFFFF;
    border-style : outset;
    border-width : 1px;
    cursor: hand;
    color : 000000;
  }

INPUT.bottoneazzurro
  {
    font-family : Verdana;
    font-size : 7.5pt;
    font-weight : bold;
    background-color : 3490f7;
    border-color : FFFFFF;
    border-style : outset;
    border-width : 1px;
    cursor: hand;
    color : ffffff;
  }

INPUT.bottonegrigio
  {
    font-family : Verdana;
    font-size : 7.5pt;
    font-weight : bold;
    background-color : c0c0c0;
    border-color : FFFFFF;
    border-style : outset;
    border-width : 1px;
    cursor: hand;
    color : 000000;
  }

INPUT.file
  {
    font-family : Verdana;
    font-size : 7.5pt;
    font-weight : normal;
    background-color : EEEEFF;
    border-width : 2px;
    color : 000000;
  }

SELECT.opzione
  {
    font-family : Verdana;
    font-size : 7.5pt;
    font-weight : normal;
    background-color : ffffff;
    border : 3490f7;
    border-color : 3490f7;
    border-style : inset;
    border-width : 1px;
    color : 000000;
  }

INPUT.bottone
  {
    font-family : Verdana;
    font-size : 7.5pt;
    font-weight : normal;
    background-color : C0C0C0;
    border-color : FFFFFF;
    border-style : outset;
    border-width : 1px;
    color : 000000;
  }

TD.cellaArancione
  {
    font-family : Verdana;
    font-size : 7.5pt;
    font-weight : normal;
    background-color : fc7203;
    color : 000000;
  }

TD.cellaAzzurra
  {
    font-family : Verdana;
    font-size : 7.5pt;
    font-weight : normal;
    background-color : 3490f7;
    color : ffffff;
  }

TD.cellaGialla
  {
    font-family : Verdana;
    font-size : 7.5pt;
    font-weight : normal;
    background-color : ffff00;
    color : 000000;
  }

TD.cellaGrigioChiaro
  {
    font-family : Verdana;
    font-size : 7.5pt;
    font-weight : normal;
    background-color : d0d0d0;
    color : 000000;
  }

TD.cellaGrigioScuro
  {
    font-family : Verdana;
    font-size : 7.5pt;
    font-weight : normal;
    background-color : a0a0a0;
    color : ffffff;
  }

TEXTAREA.areaTesto
  {
    font-family : Verdana;
    font-size : 7.5pt;
    font-weight : normal;
    background-color : FFFFFF;
    border-color : 3490f7;
    border-style : inset;
    border-width : 1px;
    color : 000050;
  }
