function getOutput()
 {
     global $tpl;
     $html = parent::getOutput();
     $tpl->setBodyClass("std");
     return $html;
 }