<html>
<head>
<title>Modules</title>
<style>
body,td,div {
font-family : Verdana,Arial,Helvetica,sans-serif;
font-size : .8em;
color: black;
background-color: white;
text-align : justify;
}
table.main {
background-color: black;
width : 100%;
}
.help-topic {
font-weight : bold;
font-size : 1em;
color : white;
background-color : black;
}
.item {
font-weight : bold;
vertical-align : top;
background-color: #cccccc;
}
.item-heading {
font-weight : bold;
vertical-align : top;
text-align : center;
background-color: #dddddd;
}
.item-desc {
}
</style>
</head>
<body>
<table class="main" cellpadding=4 cellspacing=1>
<tr class="help-topic">
<td class="help-topic"><img src=../images/global/manual.jpg border=0></td>
<td class="help-topic">Modules</td>
</tr>
<tr>
<td class="help-desc" colspan=2>
This help topic will be available in the final 1.0 release.
</td>
<tr>
<td class="item">Item</td>
<td class="item-desc">Item Desc</td>
</tr>
</table>
</body>
</html>