.helpTable
{
	display: block;
}

.helpText
{
	border-right: #cccc33 2px solid;
	padding-right: 5px;
	border-top: #cccc33 2px solid;
	padding-left: 5px;
	font-weight: bold;
	font-size: 10pt;
	padding-bottom: 5px;
	border-left: #cccc33 2px solid;
	color: #666633;
	padding-top: 5px;
	border-bottom: #cccc33 2px solid;
	font-family: Verdana;
	background-color: #ffffff;
}
.helpError
{
	font-weight: bold;
	font-size: 10pt;
	color: #cc0033;
	font-family: Verdana;
}
.helpOkay
{
	font-weight: bold;
	font-size: 10pt;
	color: #006600;
	font-family: Verdana;
}
