$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<!-- no cache headers -->
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="-1" />
<meta http-equiv="Cache-Control" content="no-cache" />
<!-- end no cache headers -->
<title>$vboptions[bbtitle] -   </title>
$headinclude
</head>
<body>
$header
$navbar

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
<tr>
<td class="tcat" colspan="7">  </td>
</tr>
</thead>
<tbody>
<tr>
<td class="alt1" align="center" colspan="7">
$msg
</td>
</tr><tr>
<td align="$stylevar[right]" colspan="7" class="tfoot">
<!-- -->
</td>
</tr>
</tbody>
</table>
<br />


$footer
</body>
</html> 