/**
**************************************************************
Title: Stili aggiuntivi specifici per la home page
**************************************************************
Author:        gabri@ar-ent.net
Date-Composed: 03-10-2000
Date-Changed: 
System:        ArInet
Keys:          
**************************************************************
Description:
<P>Contiene gli stili specifici della home page.</P>
**************************************************************
Revisions:
Revision 03-10-2000 GB
Initial revision
**************************************************************
**/

DIV.HomePage
    {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: black;
    width: 100%;
    }

/*
DIV.HomePage H1
    {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 19px;
    color: black;
    width: 100%;
    }
*/

/* DIV.HomePage TABLE.HomePage TR.HomePage TD.HomePageGruppo */
TD.HomePageGruppo
    {
    font-family: "Times New Roman";
    font-size: 28px;
    font-weight: bold; 
    color: black;
    }

TD.HomePageAr
    {
    font-family: "Times New Roman";
/*    font-size: 54px; */
    font-size: 34px; 
    font-weight: normal; 
    color: black;
    }


TD.HomePagePayoff
    {
    font-family: Arial;
    font-size: 20px;
    font-weight: normal; 
    color: black;
    }

TD.HomePageEpigrafe
    {
    font-family: Arial;
    font-size: 15px;
    font-weight: bold; 
    color: black;
    }

DIV.HomePage HR
    {
    color: gray;
    }

