/* page default */
body
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 1.0em;
	color: #333333;
}

/* basic tag treatment */
/* page title */
h1
{
	/*font-family: Arial;*/
	font-size: 1.6em;
	font-weight: bold;
	color: #333333;
	margin-bottom: 0px;
}

/* Section title */
h2
{
	font-size: 1.0em;
	font-weight: bold;
	margin-bottom: 0px;
	color: #333333;
}

h3
{
	font-size: 1.0em;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 0px;
	color: #333333;
}

/* item title */
h4
{
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom: 0px;
	color: #333333;
}

/* forms - don't add extra space. */
form
{
	margin: 0px 0px 0px 0px;
}

/* table caption. */
caption
{
	font-size: 0.8em;
	font-weight: bold;
	font-style: italic;
	padding-bottom: 10px;
	color: #666666;
}

/* standard classes */
.styleText, .stylePitfallContent
{
	font-size: 0.8em;
	color: black;
}

.styleHilight
{
	background-color: Yellow;
}

.styleHilightGreen
{
	background-color: #ccff66;
}

.stylePrintHeader
{
	font-size: 0.8em;
	font-weight: bold;
	color: Black;
}

.stylePrintHeaderTable
{
}

.styleColumnContent
{
	font-size: 0.8em;
	color: #333333;
}

.styleCredits
{
	font-size: 0.8em;
	color: #ff9933;
}

.styleTakeNote
{
	background-color: #ffe69d;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
}

/* this is the pull-quote PREVIEW, seen only in the editor */
/* this is  "color-specific" is overridden in the PageVariant style sheets */
.pullQuote
{
	float: right;
	width: 50%;
	font-size: 1.0em;
	text-align: left;
	color: #666600;
	font-weight: bold;
	border: solid 1px #cccccc;
}

/* This is the style applied to the actual pull-quote text when finally rendered */
/* this is  "color-specific" is overridden in the PageVariant style sheets */
.stylePullQuote
{
	visible: false;
	font-size: 1.0em;
	text-align: left;
	color: #666600;
	font-weight: bold;
	background-color: #eeeebb;
}

.stylePullQuote blockquote
{
	margin: 0px 0px 0px 0px;
}

.stylePullQuoteTable
{
	visible: false;
	float: right;
	width: 180px;
	margin: 4px 4px 4px 4px;
}

.stylePullQuoteCorner
{
	visible: false;
	background-color: White;
}

.stylePullQuoteEdge
{
	visible: false;
	background-color: #eeeebb;
}

/* this is the page-break PREVIEW, seen only in the editor */
.pageBreak
{
	width: 100%;
	font-size: 0.8em;
	text-align: center;
	color: #666600;
	font-style: italic;
	border-bottom: dashed 1px #cccccc;
	border-top: dashed 1px #cccccc;
}

/* This is the style applied to the actual page break text when finally rendered. It's invisible. */
.stylePageBreak
{
	visible: false;
	font-size: 0.8em;
	display: none;
}

/* this is the PowerPoint slide PREVIEW, seen only in the editor */
.ppt_slide
{
	font-size: 0.6em;
	text-align: left;
	color: #666600;
	font-weight: bold;
	border: solid 1px #cccccc;
}

.ppt_slide div
{
	display: inline;
	float: right;
	width: 40%;
	background-color: #eeeebb;
}

/* This is the style applied to the actual PowerPoint slide when finally rendered */
.stylePPTSlide
{
	visible: false;
	float: right;
	width: 50%;
	font-size: 0.7em;
	text-align: left;
	color: #666600;
	font-weight: bold;
	background-color: #eeeebb;
	border: solid 1px #cccccc;
	padding: 4px 4px 4px 4px;
}

.styleDossierTable
{
	visible: false;
	width: 100%;
	border-color: #eeeebb;
	border-width: 1px;
	border-style: solid;
}

.styleDossierCategory
{
	visible: false;
	background-color: #eeeebb;
	color: #666600;
	font-size: 0.8em;
	vertical-align: baseline;
	text-align: right;
}

.styleDossierEntry
{
	visible: false;
	background-color: White;
	color: #333333;
	font-size: 0.8em;
}

/* eliminate empty corner cells in numerical examples */
.styleNakedTable
{
	border: none;
	empty-cells: no-border;
}

/* these are the box-paragraph PREVIEW styles, seen in the editor */
.boxTitle
{
	width: auto;
	font-size: 1.0em;
	font-weight: bold;
	color: #ffffff;
	background-color: #999966;
	padding: 8px 8px 8px 8px;
	
}

.boxContent
{
	width: auto;
	font-size: 1.0em;
	color: #666600;
	background-color: #eeeedd;
	padding: 8px 8px 8px 8px;
}

.boxContent h2
{
	color: #666600;
	font-size: 1.0em;
}

.boxContent h3
{
	color: #666600;
	font-size: 1.0em;
}

.boxContent h4
{
	color: #666600;
	font-size: 1.0em;
}

.styleDialogText
{
	font-size: 0.8em;
}

.styleDialogWarning
{
	font-size: 0.8em;
	color: Red;
}

.styleDialogTitle
{
	font-weight: bold;
}

.styleDialogLabel
{
	font-size: 0.8em;
}

.styleDialogRequired
{
	font-size: 0.8em;
	color: Red;
}

.styleDialogComment
{
	font-size: 0.6em;
	font-style: italic;
	color: Gray;
}

.styleFatList li
{
	margin-bottom: 1.0em;
}

.styleFAQItemAnswer
{
	visible: false;
	font-size: 0.8em;
	color: #333333;
}

.styleFAQItemQuestion, .stylePitfallTitle
{
	visible: false;
	margin-bottom: 0px;
	margin-top: 10px;
}

.styleFAQItemQuestionLink
{
	visible: false;
	margin-bottom: 10px;
}

.styleFAQCategory
{
	visible: false;
	margin-bottom: 0px;
	font-size: 1.1em;
}

.styleFAQCategoryLink
{
	visible: false;
	margin-bottom: 0px;
	font-size: 1.1em;
}

.styleProgramSummaryTitle
{
	visible: false;
	font-size: 0.8em;
	font-weight: bold;
}

.styleReadMore
{
	font-size: 0.8em;
}

.styleReadMoreSmaller
{
	font-size: 0.8em;
}

.styleReadMore a:link, .styleReadMore a:visited
{
	text-decoration: underline;
}

a:link.styleGlossaryLink, a:visited.styleGlossaryLink
{
	text-decoration:none;
	border-bottom:1px dotted #0033FF;
}

.styleBackLink
{
	font-size: 0.6em;
}

.styleKeynoteSmall
{
	font-size: 1.0em;
	text-align: left;
	color: #333333;
	font-weight: bold;
}

.styleKeynoteXSmall
{
	font-size: 0.8em;
	text-align: left;
	color: #333333;
	font-weight: bold;
}

.styleAlphaIndex
{
	visible: false;
	font-size: 0.6em;
	color: #333333;
}

.styleLetterHeadline
{
	background-color: #666666;
	color: White;
	font-size: 1.5em;
	font-weight: bold;
	padding: 6px 6px 6px 6px;
}

.styleContactName
{
	visible: false;
	font-weight: bold;
}

.styleServiceArea
{
	visible: false;
	font-weight: bold;
	font-style: italic;
	padding-bottom: 10px;
}

.styleOrgName
{
	visible: false;
	font-weight: bold;
}

.styleContactText
{
	visible: false;
	font-style: italic;
	margin-top: 1.0ex;
}

/* default link treatment */

a:link, a:visited
{
	color: #0033FF; 
	text-decoration: none;
}

a:active 
{
	color: #0033FF; 
	text-decoration: none;
}

a:hover 
{
	color: #ff9933; 
	text-decoration: underline;
}

/* custom slot-classes */
.slot_content, .slot_content_content
{
	visible: false;
	color: #333333;
	font-size: 0.8em;
}

/* for site map */
.slot_content .depth_0, .slot_content .depth_1, .slot_content .depth_2, .slot_content .depth_3, .slot_content .depth_4
{
	visible: false;
	font-size: 0.8em;
}

.slot_pageTitle
{
	visible: false;
	color: White;
	font-size: 1.5em;
	font-weight: bold;
}

.slot_copyright
{
	visible: false;
	color: #999999;
	font-size: 0.6em;
}

.slot_col1_title
{
	visible: false;
	color: #000000;
	font-size: 0.8em;
	font-weight: bold;
}

.slot_col2_title
{
	visible: false;
	color: #000000;
	font-size: 0.8em;
	font-weight: bold;
}

.slot_col3_title
{
	visible: false;
	color: #000000;
	font-size: 0.8em;
	font-weight: bold;
}

.slot_col1_content .styleFAQItemQuestionLink, .slot_col2_content .styleFAQItemQuestionLink, .slot_col3_content .styleFAQItemQuestionLink
{
	visible: false;
	font-size: 0.8em;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
}

.slot_sidebar
{
	visible: false;
	color: #666600;
	font-size: 0.8em;
}

.slot_sidebar h3
{
	visible: false;
	color: #666600;
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom: 0px;
}

.slot_sidebar h4
{
	visible: false;
	color: #666600;
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom: 0px;
}

.slot_sidebar .slot_moreTail .styleReadMore
{
	visible: false;
	font-size: 1.0em;
}

.slot_programGroup
{
	color: #666666;
	font-weight: bold;
	font-size: 1.1em;
}

.slot_programTitle
{
	color: #000000;
	font-weight: bold;
	font-size: 1.5em;
}

.slot_programSummary
{
	color: #000000;
	font-size: 0.8em;
}

.slot_programSummary .styleText
{
	color: #333333;
}

.slot_menuLeft
{
	visible: false;
	font-size: 0.8em;
	background-color: white;
}

.slot_menuLeft .spacer
{
	visible: false;
	padding: 0px 0px 0px 0px;
	background-color: White;
}

.slot_menuLeft a:link, .slot_menuLeft a:visited
{
	visible: false;
	color: #333333;
}

.slot_menuLeft a:hover
{
	visible: false;
	color: #0000aa; 
}

.slot_menuLeft .depth_0
{
	visible: false;
	font-size: 0.8em;
	background-color: #999900;
	color: White;
	font-weight: bold;
}

.slot_menuLeft .depth_0 .menuText
{
	visible: false;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 16px;
	text-indent: -6px;
}

.slot_menuLeft .depth_1
{
	visible: false;
	font-size: 0.8em;
	background-color: #dddd77;
}

.slot_menuLeft .depth_1 .menuText
{
	visible: false;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 18px;
	text-indent: -6px;
}

.slot_menuLeft .depth_2
{
	visible: false;
	font-size: 0.8em;
	background-color: #eeeecc;
}

.slot_menuLeft .depth_2 .menuText
{
	visible: false;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 26px;
	text-indent: -6px;
}

.slot_menuLeft .depth_3
{
	visible: false;
	font-size: 0.8em;
	background-color: #eeeecc;
}

.slot_menuLeft .depth_3 .menuText
{
	visible: false;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 32px;
	text-indent: -6px;
}

.slot_menuLeft .menu_DB101_Close_Ups .depth_0
{
	visible: false;
	background-color: #333366;
}

.slot_menuLeft .menu_DB101_Close_Ups .depth_1
{
	visible: false;
	background-color: #edead6;
}

.slot_menuLeft .menu_Calculators .depth_0
{
	visible: false;
	background-color: #333366;
}

.slot_menuLeft .menu_Calculators .depth_1
{
	visible: false;
	background-color: #edead6;
}

.slot_menuLeft .menu_Income_Support .depth_0
{
	visible: false;
	background-color: #e7a600;
}

.slot_menuLeft .menu_Income_Support .depth_1
{
	visible: false;
	background-color: #ffd363;
}

.slot_menuLeft .menu_Income_Support .depth_2
{
	visible: false;
	background-color: #FFE9B3;
}

.slot_menuLeft .menu_Income_Support .depth_3
{
	visible: false;
	background-color: #FFF1D1;
}

.slot_menuLeft .menu_Income_Support .menuItemHere
{
	visible: false;
	font-weight: bold;
	font-style: italic;
}

.slot_menuLeft .menu_Health_Coverage .depth_0
{
	visible: false;
	background-color: #7ba6d6;
}

.slot_menuLeft .menu_Health_Coverage .depth_1
{
	visible: false;
	background-color: #9cbce0;
}

.slot_menuLeft .menu_Health_Coverage .depth_2
{
	visible: false;
	background-color: #bdd2ea;
}

.slot_menuLeft .menu_Health_Coverage .depth_3
{
	visible: false;
	background-color: #dee8f4;
}

.slot_menuLeft .menu_Health_Coverage .menuItemHere
{
	visible: false;
	font-weight: bold;
	font-style: italic;
}

.slot_menuLeft .menu_Your_Rights .depth_0
{
	visible: false;
	background-color: #993300;
}

.slot_menuLeft .menu_Your_Rights .depth_1
{
	visible: false;
	background-color: #ffcc99;
}

.slot_menuLeft .menu_Your_Rights .depth_2
{
	visible: false;
	background-color: #ffeecc;
}

.slot_menuLeft .menu_Your_Rights .depth_3
{
	visible: false;
	background-color: #fff2e5;
}

.slot_menuLeft .menu_Your_Rights .menuItemHere
{
	visible: false;
	font-weight: bold;
	font-style: italic;
}

.slot_menuLeft .menu_On_the_Job .depth_0
{
	visible: false;
	background-color: #336699;
}

.slot_menuLeft .menu_On_the_Job .depth_1
{
	visible: false;
	background-color: #99b2cc;
}

.slot_menuLeft .menu_On_the_Job .depth_2
{
	visible: false;
	background-color: #bbccdd;
}

.slot_menuLeft .menu_On_the_Job .depth_3
{
	visible: false;
	background-color: #dde5ee;
}

.slot_menuLeft .menu_On_the_Job .menuItemHere
{
	visible: false;
	font-weight: bold;
	font-style: italic;
}

.slot_menuLeft .menuItemHere, .slot_menuLeft .menuHereHidden
{
	visible: false;
	font-weight: bold;
	font-style: italic;
}

.slot_content_menuBottom .depth_1, .slot_content_menuTop .depth_1
{
	visible: false;
	font-size: 0.8em;
	color: #333333;
	background-color: white;
}

.slot_content_menuBottom .menuItemHere, .slot_content_menuTop .menuItemHere
{
	visible: false;
	font-weight: bold;
}

.slot_content_menuBottom .menuItemAncestor, .slot_content_menuTop .menuItemAncestor
{
	visible: false;
	font-weight: bold;
}

.slot_menuTop .menu_Main, .slot_menuBottom .menu_Main
{
	visible: false;
	color: white;
	font-size: 0.8em;
	font-weight: bold;
}

.slot_menuTop .menu_Main a:link, .slot_menuTop .menu_Main a:visited, .slot_menuBottom .menu_Main a:link, .slot_menuBottom .menu_Main a:visited
{
	visible: false;
	color: white; 
	text-decoration: none;
}

.slot_menuTop .menu_Main a:active, .slot_menuBottom .menu_Main a:active
{
	visible: false;
	color: #ff9933; 
	text-decoration: none;
}

.slot_menuTop .menu_Main a:hover, .slot_menuBottom .menu_Main a:hover
{
	visible: false;
	color: #ff9933; 
	text-decoration: underline;
}

.slot_menuTop .menu_Main .menuItemHere, .slot_menuBottom .menu_Main .menuItemHere
{
	visible: false;
	color: #ff9933;
}

.slot_menuTop .menuItemAncestor, .slot_menuBottom .menuItemAncestor
{
	visible: false;
	color: #ff9933;
}

/* things that must live in the menus */
.styleSearchTable
{
	visible: false;	
}

.styleSearchLabel
{
	visible: false;
	font-size: 0.6em;
	font-weight: bold;
	text-align: right;
	line-height: 105%;
	color: #666666;
}

.styleSearchInput
{
	visible: false;
	border-style: solid;
	border-width: 1px;
	border-collapse: collapse;
	border-color: #cccccc;
}

.styletoolbar_Table
{
	visible: false;
	background-color: #e7e7e7;
	border: solid 1px #cccccc;
}

.styleForumJumpTable
{
	visible: false;
	color: White;
}

.styleForumJumpLabel
{
	visible: false;
	color: White;
	font-size: 0.75em;
	font-weight: bold;
	text-align: left;
}

.styleForumJumpLabel a, .styleForumJumpLabel a:link, .styleForumJumpLabel a:visited
{
	color: White;	
}

.styleForumJumpLabel a:hover
{
	color: #ff9933;	
}

.styleJumpDarkTable
{
	visible: false;
	background-color: #999999;
	color: white;
	border-bottom: solid 1px white;
}

.styleJumpDarkLabel
{
	visible: false;
	color: white;
	font-size: 0.65em;
	font-weight: bold;
	text-align: right;
}

.styleJumpDarkLabel a, .styleJumpDarkLabel a:link, .styleJumpDarkLabel a:visited
{
	color: white;	
}

.styleJumpDarkLabel a:hover
{
	color: #ff9933;	
}

.styleJumpTable
{
	visible: false;
	color: #666666;
}

.styleJumpLabel
{
	visible: false;
	color: #666666;
	font-size: 0.65em;
	font-weight: bold;
	text-align: right;
}

.styleJumpLabel a, .styleJumpLabel a:link, .styleJumpLabel a:visited
{
	color: #666666;	
}

.styleJumpLabel a:hover
{
	color: #ff9933;	
}

/* table-of-contents (auto-generated) */
.styleTOC
{
	border: solid 1px #eeeeee;
	margin-top: 1.0em;
}

.styleParam
{
	background-color: Aqua;
}

.styleReplace
{
	background-color: Yellow;
}

.styleScreenLink
{
	background-color: Fuchsia;
}

/* to support SpiderLine search */
.sl_nav
{
	visible: false;
	color: White;
	font-size: 0.8em;
}

.sl_nav a:link
{
	visible: false;
	color: white;
}

.sl_nav a:hover
{
	visible: false;
	color: #ff9933;
}

/* hidden text for screen-readers */
.styleInvisible
{
	display: none;
}