        body {
                background-color:#F5F5DC;
                margin-top:0px;
                padding-top:5px;
        }
        table {
                margin-top:3px;
                margin-bottom:0px;
                background-color:#F5F5DC; /* instead of transparent, repeat it */
        }
        td {
                border-style:solid;
                border-color:#A52A2A;
                border-width:0;
        }        
        td.header_left {
                white-space:nowrap; 
		text-align:center;
		background-color:#FAFAD2;
                border-top-width:1px;
                border-bottom-width:1px;
                border-left-width:1px;
                border-right-width:0;
        }
        td.header_right {
		text-align:center;
		background-color:#FAFAD2;
		white-space:nowrap;
                border-top-width:1px;
                border-bottom-width:1px;
                border-left-width:0px;
                border-right-width:1px;
        }
        td.header {
 		text-align:center;
		background-color:#FAFAD2;
                white-space:nowrap;
                border-top-width:1px;
                border-bottom-width:1px;
                border-left-width:0px;
                border-right-width:0;
        }
        td.top_bottom {
                border-top-width:1px;
                border-bottom-width:1px;
                border-left-width:0;
                border-right-width:0;
        }                

