<TABLE CLASS="<%$class%>" 
        BGCOLOR="<%$color%>" 
        CELLSPACING=0 
        BORDER=0
        WIDTH="<%$width%>"
        CELLPADDING="2">
<TR>
<TD valign=middle align=left bgcolor="<%$color%>">
        <font size=-1 color="#ffffff">
        <b>
         <% $title_href && "<A CLASS=\"$title_class\" HREF=\"$title_href\">"|n%><%$title |n %><%  $title_href && "</A>" |n%></b>
         </font>
</TD>
<TD  ALIGN="right" 
     VALIGN=middle 
     COLSPAN=2       
     BGCOLOR="<%$color%>">
     <FONT color="#ffffff" SIZE=-1>
        <%$titleright |n %>
     </FONT>
     &nbsp;
</TD>
</TR>
<TR>
<TD
        COLSPAN="3"
        BGCOLOR="<%$contentbg%>">
<%ARGS>
$width => "100%"
$class => undef

$title_href => undef
$title => undef
$title_class => undef

$titleright_href => undef
$titleright => undef
$contentbg => "#dddddd"
$color => "#336699"
</%ARGS>
