#help_frame {
	margin-top: 5px;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-left: 5px;
}
.help_title {
	font-size: 14px;
	font-weight: bold;
	color: #787878;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}
.help_section_title {
	font-weight: bold;
	font-size: 12px;
	margin-top: 10px;
}
.question {
	font-weight: bold;
	margin-top: 10px;
}
.answer {
	margin-top: 5px;
}
table.help_menu {
	width: 149px;
	padding-left: 8px;
	font-weight: bold;
}
table.help_menu td {
	text-align: right;
	border-bottom: 1px solid #ccc;
	padding-top: 5px;
	padding-bottom: 5px;
}
