.clsHelpPage
{
	background-color: white;
	font-family: Tahoma; san-serif;
	font-size: 9pt;
	color: black;
	margin: 0px;
	padding: 0px;
}
.clsPageBanner
{
	background-color: #575073;
	font: 18pt Tahoma;
	border-bottom: 2px outset black;
	border-right: 2px outset black;
	font-weight: 600;
	color: aliceblue;
	padding: 0px;
	height:24px;
}
.clsPageSubHeader
{
	background-color: #0067ac;
	font: 10pt Tahoma;
	font-weight: 600;
	color: aliceblue;
	
	margin: 0px;
	padding: 3px;
	width: 100%;
}
.clsSectionHeader
{
	background-color: #0077bc;
	font: 10pt Tahoma;
	color: white;
	margin: 0px;
	padding: 2px;	
}
.clsSection 
{
	margin-left: 20px;
	margin-bottom: 20px;
	width: 90%;
}
.clsNavigate
{
	background-color: lightgrey;
	border-bottom: 1px black solid;
	border-right: 1px black solid;
	// border: 1px darkgrey outset;
	font: 10pt Tahoma;
	font-weight: 400;
	color: black;
	padding: 4px;
	margin: 0px;
	vertical-align: text-top;
	height:100%;
}
.clsContent
{
	font: 10pt Tahoma;
	color: black;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0px;
	width: 90%;
	vertical-align: text-top;
}
.clsText {
	font: 10pt Tahoma;
	color: black;
}
.clsTableContent
{
	font: 10pt Tahoma;
	color: black;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 3px;
	vertical-align: text-top;
}
.clsTableBody
{
	font: 10pt Tahoma;
	background-color: #DDDDDD;
	color: black;
	margin-left: 10px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 3px;
	vertical-align: text-top;
}
.clsTableHeader
{
        font: 10pt Tahoma;
        background-color: #AAAAAA;
	color: black;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 3px;
	vertical-align: text-top;
}
.clsHelpTitle
{
	background-color: white;
	font: 14pt Tahoma;
	color: black;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0px;
	
}
.clsSmallButton
{
	background-color: transparent;
	padding: 0px;
	cursor: hand;
	font-family: Tahoma;
	font-size: 8pt
}
.clsActionButton
{
	padding: 0px;
	cursor: hand;
	font-size: 9pt;
}
.clsTopicNavigation
{
	font-family: tahoma;
	font-size: 8pt;
	font-weight: 400;
	padding-left: 10px;
}
.clsSubTopicNavigation
{
	font-family: tahoma;
	font-size: 8pt;
	font-weight: 400;
	padding-left: 16px;
}
.clsTopicGroup
{
	font-family: tahoma;
	font-size: 10pt;
	font-weight: 400;
	padding-top: 6px;
	padding-left: 4px;
}
.clsTabOff
{
	font-size: 8pt;
	background-color: darkgray;
	padding: 0px;
	padding-right: 4px;
	border-bottom: 1px solid;
	border-right: 1px solid;
	border-left: 0xp solid;
	color: black;
	cursor: hand;
	margin:0px;
}
.clsTabOn
{
	font-size: 8pt;
	background-color: lightgrey;
	cursor: hand;
	color: black;
	margin: 0px;
	padding: 0px;
	padding-right: 4px;
	border-right: 1xp solid;
}
.clsHelpEmphasis
{
	color: darkslategray;
	font-weight: 600;
}
.clsNote
{
	color: slategray;
}
.clsKey
{
	font-weight: 600;
	padding: 0px 2px;
	margin: 2px 0px;
	background-color: beige;
	color: black;
}
.clsTopic
{
	font-size: 8pt;
}
.clsFigure
{
	font-size: 8pt;
	width: 100%;
	text-align: center;
	padding-bottom: 10px;
}
.clsFigureFrame
{
	border: 1px outset grey;
}
.clsDoraMenu
{
	BORDER-RIGHT: #000000 1px; 
	BORDER-TOP: #000000 1px; 
	MARGIN-TOP: 5px; 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 80%; 
	MARGIN-LEFT: 5px; 
	VERTICAL-ALIGN: middle; 
	BORDER-LEFT: #000000 1px; 
	COLOR: white; 
	BORDER-BOTTOM: #000000 1px; 
	FONT-FAMILY: Arial,Helvetica,sans-serif; 
	HEIGHT: 20px; 
	TEXT-DECORATION: none
}
.clsProductive
{
	font: 10pt Tahoma;
	color: indigo;
}
.clsProductiveBanner
{
	font: 12pt Tahoma;
	padding-left: 0px;
	padding-right: 12px;
	padding-bottom: 12px;
	color: indigo;	
}
.clsFieldLabel
{
	color: darkblue;
}
.clsSpecialCharacter 
{ 
	font-family: webdings; 
	font-weight: 400; 
	font-size: 12pt; 
	cursor: pointer; 
}
   