/* Common Style
	stili standard da utilizzare in tutte le applicazioni
	versione 1.0  23/10/2007
*/
        .style1
        {
            width: 100%;
        }
        .style2
        {
            width: 6%;
        }
        .style3
        {
            color: #CCCCCC;
            font-family: "Palatino Linotype";
            font-size: x-large;
        }
        .Title
        {
            color: #CCCCCC;
            font-family: "Palatino Linotype";
            font-size: x-large;
        }
        .TitleBold
        {
            color: #CCCCCC;
            font-family: "Palatino Linotype";
            font-size:x-large;
            font-weight: bold;
        }
        .SubTitleCenter
        {
            color: #CCCCCC;
            font-family: "Palatino Linotype";
            font-size: large;
            text-align : center;
            font-weight: bold;
        }
        .SubTitleCenterSpace
        {
            color: #CCCCCC;
            font-family: "Palatino Linotype";
            font-size: large;
            text-align : center;
            letter-spacing: 1em;
            font-weight: bold;
        }
        .HyperLinkUnderline
        {
            color: #CCCCCC;
            font-family: "Palatino Linotype";
            font-size: large;
            text-decoration: underline;
            font-weight: bold;
        }
        .HyperLinkUnderlineMedium
        {
            color: #CCCCCC;
            font-family: "Palatino Linotype";
            font-size: medium;
            text-decoration: underline;
            font-weight: bold;
        }
        .HyperLinkUnderlineCenter
        {
            color: #CCCCCC;
            font-family: "Palatino Linotype";
            font-size: large;
            text-decoration: underline;
            text-align : center;
            
        }
        .HyperLinkNoUnderline
        {
            color: #CCCCCC;
            font-family: "Palatino Linotype";
            font-size: large;
            text-decoration: none;
        }
        .HyperLinkNoUnderlineMedium
        {
            color: #CCCCCC;
            font-family: "Palatino Linotype";
            font-size: medium;
            text-decoration: none;
        }
        .HyperLinkNoUnderlineCenter
        {
            color: #CCCCCC;
            font-family: "Palatino Linotype";
            font-size: large;
            text-decoration: none;
            text-align : center;
        }
        .Text
        {
            color: #CCCCCC;
            font-family: "Palatino Linotype";
            font-size: medium;
        }
        .TextSmall
        {
            color: #CCCCCC;
            font-family: "Palatino Linotype";
            font-size: small;
        }
        .Text01
        {
            color: #FFFFFF;
            font-family: "Palatino Linotype";
            font-size: medium;
        }
        .Text02
        {
            color: #DDDDDD;
            font-family: "Palatino Linotype";
            font-size: medium;
        }
        .Text03
        {
            color: #C0C0C0;
            font-family: "Palatino Linotype";
            font-size: medium;
        }     
        .Text04
        {
            color: #969696;
            font-family: "Palatino Linotype";
            font-size: medium;
        }
        .TextSmall
        {
            color: #CCCCCC;
            font-family: "Palatino Linotype";
            font-size: small;
        }
        .TextLarge
        {
            color: #CCCCCC;
            font-family: "Palatino Linotype";
            font-size: x-large;
        }
        .TextCenter
        {
            color: #CCCCCC;
            font-family: "Palatino Linotype";
            font-size: small;
            text-align : center;
        }

       .TextSmallCenter
        {
            color: #CCCCCC;
            font-family: "Palatino Linotype";
            font-size: x-small;
            text-align : center;
        }
        .ImageCenter 
        {
	    margin-left:auto; margin-right:auto; display:block; text-align:center;
        } 
