.buttonmenu,.buttonmenu_over,.buttonmenu_level2, .footer, .param, .object, img, .noprint { display: none; }

body, p, td, th, ul, a { 
background-color: #fff; 
color: #000; 
font-family: "Times New Roman", Garamond, serif; 
font-size: 12pt; 
}

#content { 
background-color: #fff; 
width: 100%; 
border: none; 
}

div#flashContainer { 
width:1px; /* Give it a width */ 
height:1px; /* Give it a height */ 
position:relative; /* Relatively position it; this won't change its position... */ 
}
div#flashContainer object, 
div#flashContainer img { 
width:1px; /* Give them a width */ 
height:1px; /* Give them a height */ 
position:absolute; /* Position them absolutely... */ 
top:0; /* 0px from top of container... */ 
left:0; /* 0px from left of container */ 
}

div#flashContainer object { 
z-index:100; /* Give it a large z-index to make sure it appears on top */ 
}

div#flashContainer img { 
z-index:1; /* Give it a low z-index to make sure it doesn't appear on top */ 
} 
