body *
{
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
}
html, body, html > body
{
    padding: 0;
	margin: 0;
    height: 100%;
	background-color: #ffffee;
}
body p, body #head
{
    margin: 0 0 0.8em 0;
}
div#helptop
{
    display: block;
	width: 100%;
	height: 45px;
	background: #ffffff url(images/helphead.gif) no-repeat 0 0;
}
div#helptop form
{
    position: absolute;
	right: 5%;
	top: 5px;
	text-align: right;
}
div#helptop form button
{
    display: inline;
    text-align: right;
    margin: 0px 0px 0px auto;
}
#head
{
    color: #0000cc;
	font-weight: bold;
	font-size: 1.2em;
}
div#helpcon
{
    background-color: #ffee33;
	display: block;
	width: 100%;
	height: 20px;
	border-top: 1pt solid #333333;
}
a#Back, a#Fwd, a#Index
{
    font-weight: bold;
	color: #000099;
	text-decoration: none;
	display: block;
}
a#Back
{
  left: 5%;
  width: 25%;
  position: absolute;
  top: 48px;
}
a#Index
{
  text-align: center;
  position: absolute;
  width: 40%;
  left: 30%;  
  top: 48px;
}
a#Fwd
{
  text-align: right;
  position: absolute;
  width: 25%;
  right: 5%;  
  top: 48px;
}
a#Back:hover, a#Index:hover, a#Fwd:hover,
a#Back:active, a#Index:active, a#Fwd:active
{
  text-decoration: underline;
}
div#helpshell
{
    height: auto !important;
    height: 100%;
    min-height: 100%;	
	font-size: 0.8em;
}
div#help
{
    height: auto;
    padding: 1em;
	background-color: #ffffee;
	border-top: 1px solid #006600;
}
div#help *
{
    border: 0;
}
div#help a
{
    color: #0000ff;
	text-decoration: none;
}
div#help a:hover,
div#help a:active
{
    color: #0000ff;
	text-decoration: underline;
}
blockquote
{
    margin: 1em;
	padding: 0.5em;
	border: 1px solid #333333;
	background-color: #ffffaa;
}
table, table tr, table td, table th
{
  border-collapse: collapse;
  border: 1px solid #333333;
  background-color: #ffffff;
  padding: 0;
}
table th
{
  background-color: #ffee33;
  padding: 0.5em;
}
table td
{
  padding: 0.5em;
}
div #help ul
{
    padding: 0;
	margin: 0;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
  
}

#help h3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
    color: #000000;
	margin: 0.5em 0em 0.5em;
	margin: 0;
}

#help ul.infolist
{
    position: relative;
	display: block;
	font-size: 0.9em;
	padding: 0 0 0 2em;
	margin: 5px 10px 15px 10px;
}
#help ul.infolist li
{
	margin: 0 0 .5em 0;
	padding: 0;
	font-weight: normal;
	color: #000000;
	line-height: 1.5em;		
	list-style-position: outside;
	list-style-type: disc;
}

