var headerstyle;
var headerstyle_closed;
var bodystyle;
var footerstyle;
var lastbodystyle;
var dhb;
var de;
var dhb_c;
var dbb; 
var dlb;
var dfb; 
headerstyle = 'background-image: none;font-family: Verdana;font-size: 11px;color: #000000;width: 150px;height: 20px;padding-left: 2px;text-align:left;line-height:20px;';
bodystyle = 'background-image: none;font-family: Verdana;font-size: 11px;color: #000000;width: 150px;height: 20px;padding-left: 8px;line-height:20px;';
footerstyle = 'background-image: none;font-family: Verdana;font-size: 11px;color: #000000;width: 150px;height: 20px;padding-left: 8px;line-height:20px;';
dhb = '<div style="' + headerstyle + '">&nbsp;';
de = '</div>';
dhb_c = '<div style=" ' + headerstyle_closed + '">&nbsp;';
dbb = '<div style=" ' + bodystyle + '">&nbsp;';
dlb = '<div style=" ' + lastbodystyle + '">&nbsp;';
dfb = '<div style=" ' + footerstyle + '">&nbsp;'; 

