﻿
body 
{
    margin-top:0px;
    margin-bottom:0px;
    font-size:12px;
    font-family:Arial;
    color:#000000;   
    background-color:#EEEDED; 
}
td
{
    font-size:12px;
}
.indirizzo
{
 letter-spacing:2px;
 background-color:#CCCCCC;
 font-size:11px;
}

a:link
{
    font-weight:bold;
    color:Black;
    font-size:12px;
    text-decoration:none;
}
a:active
{
    font-weight:bold;
    color:Black;
    font-size:12px;
    text-decoration:none;
}
a:visited
{
    font-weight:bold;
    color:Black;
    font-size:12px;
    text-decoration:none;
}
a:hover
{
    font-weight:bold;
    color:#A5C6E8;
    font-size:12px;
    text-decoration:none;
}

a.menu:link
{
    font-weight:bold;
    color:Black;
    font-size:12px;
    text-decoration:none;
}
a.menu:active
{
    font-weight:bold;
    color:Black;
    font-size:12px;
    text-decoration:none;
}
a.menu:visited
{
    font-weight:bold;
    color:Black;
    font-size:12px;
    text-decoration:none;
}
a.menu:hover
{
    font-weight:bold;
    color:#A5C6E8;
    font-size:12px;
    text-decoration:none;
}
.SfTitolo
{
    font-size:18px;
    font-weight:bold;
    background-color:#AECDEA;
}
.Titolo
{
  font-size:16px;  
  padding-left:5px;
}
.contenuto
{
     background-color:White;
}
.grigio
{
    color:#666666;
}
.txtLargo
{
    line-height:18px;
}
input
{
    border-right: thin outset;
    border-top: thin outset;
    font-size: 11px;
    border-left: thin outset;
    color: Blue;
    border-bottom: thin outset;
}
textarea
{
    font-family:Arial;
    border-right: thin outset;
    border-top: thin outset;
    font-size: 11px;
    border-left: thin outset;
    color: Blue;
    border-bottom: thin outset;
}
.alert
{
    color:Red;
}

