Body
{
    background-color: #6688AA;
    font-family:      'Arial';
    font-size:        12px;
    font-style:       normal;
    color:            black;
}

.Big_Banner
{
     color:           white;
     background:      Blue;
     border-width:    medium;
     border-style:    solid;

     font-family:     'Arial';
     font-size:       20;
     font-weight:     bold
}

.OuterTable_700
{
    border-width:        2;
    border-style:        groove;
    border-top-color:    #a0a0a0;
    border-left-color:   #a0a0a0;
    border-bottom-color: #a0a0a0;
    border-right-color:  #a0a0a0;
    background-color:    #6688AA;
    width:               760
}

.OuterTable_210
{
    border-width:        2;
    border-style:        groove;
    border-top-color:    #a0a0a0;
    border-left-color:   #a0a0a0;
    border-bottom-color: #a0a0a0;
    border-right-color:  #a0a0a0;
    background-color:    #6688AA;
    width:               210;
    height:              200
}

.Month_Hdr
{
    background-color: Red;
    color:            White;
    font-style:       normal;
    font-family:      Arial;
    font-weight:      bold;
    font-size:        12px
}

.BillDate_Hdr
{
    background-color: Yellow;
    color:            Black;
    font-style:       normal;
    font-family:      Arial;
    font-weight:      bold;
    font-size:        12px
}

.Day_Hdr
{
    background-color: #800000;
    color:            Yellow;
    font-style:       normal;
    font-family:      Arial;
    font-size:        10px;
    text-align:       center
}

.WE_Hdr
{
    background-color: #800000;
    color:            Yellow;
    font-style:       normal;
    font-family:      Arial;
    font-size:        10px;
    text-align:       center
}

.Weekend_Hdr
{
    background-color: yellow;
    color:            Black;
    font-style:       normal;
    font-family:      Arial;
    font-size:        10px;
    text-align:       center
}


.Date_Hdr
{
    background-color: lightblue;
    color:            Black;
    font-style:       normal;
    font-family:      Arial;
    font-size:        10px;
    text-align:       center
}

.Holiday_Hdr
{
    background-color: white;
    color:            Black;
    font-style:       normal;
    font-family:      Arial;
    font-size:        10px;
    text-align:       center
}

.Today_Hdr
{
    background-color: white;
    color:            Black;
    font-style:       normal;
    font-family:      Arial;
    font-size:        12px
}

.White_Black
{
    background-color: Black;
    color:            White;
    font-style:       normal;
    font-family:      Arial;
    font-weight:      bold;
    font-size:        12px;
    text-align:       center
}

