.helpTextDefault {
    font-size: 11px;
    line-height: 18px;
    color: #003E62;
    background-color: #C2CFB9;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.helpTextHeaderSm {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    line-height: 16px;
    font-weight: bold;
    color: #007B76;
    font-style: normal;
}
.helpTextHeaderLg {
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    color: #007B76;
    font-style: normal;
}
.helpTextQuestion {
	font-size: 10px;
	line-height: 16px;
	font-weight:normal;
}
.helpTextAnswer {
    font-size: 11px;
    line-height: 18px;
    background-color: #C2CFB9;
}
.helpTextSection A:link, .helpTextSubsection A:link { text-decoration: underline; color: #003E62; }
.helpTextSection A:visited, .helpTextSubsection A:visited { text-decoration: underline; color: #003E62; }
.helpTextSection A:active, .helpTextSubsection A:active { text-decoration: underline; color: #FFFFFF; }
.helpTextSection A:hover, .helpTextSubsection A:hover { text-decoration: underline; color: #ECFFDC; }
.helpTextSection, .helpTextSubsection { font-weight:bold; }

