/*---------------------------------------------------------------------------*/
/* HELP INFO definitions                                                     */
/*---------------------------------------------------------------------------*/
.helptitle {
	font-size: 14px;
	font-weight: bold;
	color: #10294D;
}

#helptitle {
	float: left;
	color: #ffffff;
	font-size: 18px;
	padding-top: 20px;
	padding-left: 20px;
	line-height: 1.5em;
}

#helpBody {
	padding: 20px;
	padding-top: 10px;
	line-height: 1.2em;
}

#helpBody p {
	padding-top: 10px !important;
	line-height: 1.5em;
}

#helpBody h1,
#helpBody .helpheader {
	font-size: 15px;
	font-weight: bold;
	color: #465E83;
}

#helpBody h2,
#helpBody .helpsection {
	font-size: 12px;
	font-weight: bold;
	color: #465E83;
	margin-top: 1.5em !important;
}

#helpBody h3 {
	font-size: 10px;
	font-weight: bold;
	color: #465E83;
	margin-top: 1.5em !important;
}

#helpBody ul {
	margin-top: 10px !important;
	list-style-type: square;
	padding-bottom: 10px;
}

#helpBody ol {
	margin-top: 0px !important;
	list-style-type: decimal;
	padding-bottom: 10px;
}

#helpBody li {
	padding-bottom: 10px;
}

#helpBody ul br,
#helpBody ol br {
	line-height: 0px !important;
}