<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<style>
td,tr,table {font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal;}
th {font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: bold; color: #000000}
.vmGridDiv{
border-style: solid;
border-color: black;
border-width: 1px;
}
.vmGridDivHdr{
border-style: solid;
border-color: black;
border-width: 1px;
border-bottom-width: 0px;
}
.vmGridDivBdy{
border-style: solid;
border-color: black;
border-width: 1px;
border-top-width: 0px;
}
.vmGridCelHdr{
font-style:bold;
border-style: solid;
border-color: black;
border-right-width: 1px;
border-left-width: 0px;
border-top-width: 0px;
border-bottom-width: 0px;
}
.vmGridCelHdrLast{
border-right-width: 0px;
}
.vmGridCelBdy{
border-style: solid;
border-color: silver;
border-right-width: 1px;
border-left-width: 0px;
border-top-width: 0px;
border-bottom-width: 1px;
}
.vmGridCelBdyLastCol{
border-style: solid;
border-color: silver;
border-right-width: 0px;
border-left-width: 0px;
border-top-width: 0px;
border-bottom-width: 1px;
}
.vmGridCelBdyLastRow{
border-style: solid;
border-color: silver;
border-right-width: 1px;
border-left-width: 0px;
border-top-width: 0px;
border-bottom-width: 0px;
}
.vmGridCelBdyLastRowCol{
border-style: solid;
border-color: silver;
border-right-width: 0px;
border-left-width: 0px;
border-top-width: 0px;
border-bottom-width: 0px;
}
</style>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<div id="vmGrid">
<div id="vmGridHdr" class="vmGridDivHdr" style="width: 670px;">
<table width="670">
<tr >
<th width="100" class="vmGridCelHdr">Header 1</th>
<th width="60" class="vmGridCelHdr">Header 2</th>
<th width="77" class="vmGridCelHdr">Header 3</th>
<th width="200" class="vmGridCelHdr">Header 4</th>
<th width="65" class="vmGridCelHdr">Header 5</th>
<th width="158" class="vmGridCelHdrLast">Header 6</th>
</tr>
</table>
</div>
<div id="vmGridBdy" class="vmGridDivBdy" style="width: 670px;">
<table width="670" cellspacing="0" cellpadding="2">
<tr >
<td width="100" class="vmGridCelBdy">data 1:1</td>
<td width="60" class="vmGridCelBdy">data 1:2</td>
<td width="77" class="vmGridCelBdy">data 1:3</td>
<td width="200" class="vmGridCelBdy">data 1:4</td>
<td width="65" class="vmGridCelBdy">data 1:5</td>
<td width="158" class="vmGridCelBdyLastCol">data 1:6</td>
</tr>
<tr >
<td width="100" class="vmGridCelBdyLastRow">data 2:1</td>
<td width="60" class="vmGridCelBdyLastRow">data 2:2</td>
<td width="77" class="vmGridCelBdyLastRow">data 2:3</td>
<td width="200" class="vmGridCelBdyLastRow">data 2:4</td>
<td width="65" class="vmGridCelBdyLastRow">data 2:5</td>
<td width="158" class="vmGridCelBdyLastRowCol">data 2:6</td>
</tr>
</table>
</div>
</div>
</body>
</html>