            table {
                
                width: 100%;
                height:25%;                
                *border-collapse: collapse; 
                border-spacing: 0;
                border:2px solid white;
                 -moz-border-radius: 20px 20px  20px 20px;
                border-radius: 20px 20px  20px 20px;
				behavior: url(PIE.htc);
            }   

            #top-left{
                -moz-border-radius: 20px 0 0 0;
                -webkit-border-radius: 20px 0 0 0;
                border-radius: 20px 0 0 0;
				background:#fff;   
				font-weight:bold;
				text-transform:capitalize;
				font-family:"Arial Black", Gadget, sans-serif;
				font-size:90%;
				behavior: url(PIE.htc);
            }
			            
            
            #bottom-right{
                -moz-border-radius: 0 0 20px 0;
                -webkit-border-radius: 0 0 20px 0;
                border-radius: 0 0 20px 0;
				behavior: url(PIE.htc);         
            }
            
            
            #bottom-left{
                -moz-border-radius: 0 0 0 20px;
                -webkit-border-radius: 0 0 0 20px;
                border-radius: 0 0 0 20px;
				behavior: url(PIE.htc);              
            }           
            
            
            #top-right{
                -moz-border-radius: 0 20px 0 0;
                -webkit-border-radius: 0 20px 0 0;
                border-radius: 0 20px 0 0;
				background:#fff;  
				behavior: url(PIE.htc);
            }


#top-left span{ padding:1.0em 0 0 2.0em;line-height: 2.5em;}
.wt-top-td{ background:#fff; color:#ee1c29;}
.wt-td{ background:#fff; color:#ee1c29;font-family:"Arial Black", Gadget, sans-serif; text-align:center;font-size:70%;}
.red-td{ line-height: 2.4em;}
td{border:1px solid white; font-size:72%;}
.img-logo-table{position: absolute;right: 2.0em;margin-top: -2.5em;}



