    TABLE.PricingTable {
        margin-left: auto;
        margin-right: auto;
        border-collapse: collapse;
    }
    TABLE.PricingTable TD {
        border: 1px solid #D3DDDF;
        text-align: center;
        vertical-align: top;
        padding-right: 4px;
        font-size: 10pt;
    }
    TABLE.PricingTable CAPTION { 
        margin-left: auto; 
        margin-right: auto; 
        font-size: 1.4em; 
        padding-bottom: 3px;
        border-bottom: 1px solid black;
    }
    TD.Disabled, TH.Disabled {
        background-color: #E0E0E0; font-size: 8pt; font-weight: normal;
    }
    A.Purchase {
        background-color: #97AEBE; 
        color: white;
        padding: 4px;
        margin: 2px;
        padding-left: 30px;
        font-weight: bold;
        font-size: 8pt;
        width: 65px;
        text-decoration: none;
        display: block;
        border: 1px solid #D2DCDD;
        background-image: url(/images/basket.GIF);
        background-repeat: no-repeat;
        background-position: 2px 2px;
    }
    Table.Normal TD {
        border:none;
    }
    A.Purchase:Hover {
        background-color: #D2DCDD;
    }
    .Savings {
        font-size:8pt;
        margin-left: 4px;
        text-decoration: underline;
        font-weight: bold;
    }

