<style>


/* Common Elements */

.table_graphic     { font-family: Arial;
                     font-size: 10pt;
                     font-weight: normal;
                     border: 1px solid rgb(0%,0%,0%);
                   }

.cell_full         { background-color: rgb(100%,0%,0%);
                     border: 1px solid rgb(80%,80%,80%);
                   }

.cell_empty        { background-color: rgb(100%,100%,100%);
                     border: 1px solid rgb(80%,80%,80%);
                   }

.cell_c_header     { font-family: Arial;
                     font-size: 10pt;
                     font-weight: bold;
                     text-align: center;
                     border: 1px solid rgb(0%,0%,0%);
                   }

.cell_r_header     { font-family: Arial;
                     font-size: 10pt;
                     font-weight: bold;
                     text-align: left;
                     border: 1px solid rgb(0%,0%,0%);
                   }
                   

</style>