/* CSS Document */
body {
font-size:11pt;
}

table#table1 {
display: none;
 }
 
table#table2 {
display: all;
 }
 
table#table3 {
display: none;
 }
 
table#table4 {
 position:left;
 width: auto;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:11pt;
 font-color: black;
 float:left;
 }
 
 table#table5 {
display: none;
 }

 table#table6 {
display: none;
 }
