.help_subsection_title {
	font-size: x-large;
	font-weight: bold;
}
.help_subsection_subtitle {
	font-weight: bold;
	font-size: large;
	text-decoration: underline;
}
.help_subsection_subtitle2 {
	font-weight: bold;
	text-decoration: underline;
}
.help_subsection_subtitle3 {
	text-decoration: underline;
}
.help_subsection_subtitle4 {
    font-style: italic;
	text-decoration: underline;
}
.help_tip {
	background-color: #F0F0F0;
    border: 1px solid #A0A0A0;
    border-radius: 4px 4px 4px 4px;	
}
.help_array {
	background-color: #F9F9F9;
}
.help_array_section {
	font-style: italic;
	font-weight: bold;
	background-color: #999999;
}
.style_syntax {
	color: #993300;
	font-weight: bold;
}
.help_option_item {
	font-weight: bold;
	font-style: italic;
}
.style_cmdline {
	color: #FFFFFF;
	background-color: #000000;
}
