#help {
	text-align: center;
	vertical-align: top;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
}

#help .tbl1 {
	width: 740px;
	border-width: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}

#help h1, #help h2, #help h3 {
	color: #333333;
}

#help h1 {
	font-size: 20pt;
}
#help h2 {
	font-size: 16pt;
}
#help h3 {
	font-size: 13pt;
}
#help h4 {
	font-size: 12pt;
}

#help .toc {
	font-weight: bold;
	font-size: 10pt;
	color: #333333; 
}

#help td {
	font-size: 10pt;
	color: #333333; 
}

#help a {
	color: #333399; 
	text-decoration: none; 
}
#help a:visited {
	color: #884444; 
	text-decoration: none; 
}

#help a:hover {
	color: #0000ff;
	text-decoration: none;
	background: #eeffff;
}