body.Help {
	background-color: #DDEEFF;
	font-family: Helvetica, sans-serif;
}
/*
   This is designed for placement inside a table cell to position the help
   image at the right.  You this:
     <table class=help>
	<tr>
	  <th> heading </th>
	  <td><img border="0" src="/images/help.png" onclick="Help('headinghelp')" /></td>
	</tr>
     </table>
*/

table.help { margin: 0; width: 100%; }
table.help th { text-align: center; width: 100%; }
table.help td { width: 0%; padding-left: 5px; }
img#bighelp {
	border-width: 0;
}
p.StillQuestions {
	position: relative;
	right: 0;
	text-align: right;
	font-size: 80%;
	font-style: italic;
}
