/*<meta />*/

/* Prevents Safari in landscape orientation from zooming in on text*/

body
{
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 16px;
}

/* Css to prevent Chrome's automatic border around active fields*/

*:focus
{
	outline: none;
}

/* Default css class for hiding element*/

.hidden
{
	display: none;
}

/* Topic Popup */

.MCTopicPopup
{
	text-decoration: none;
}

.MCTopicPopupHotSpot
{
	cursor: pointer;
	background-position: left center;
	background-repeat: no-repeat;
}

.MCTopicPopup_Open.MCTopicPopupHotSpot
{
	
}

.MCTopicPopup_Closed.MCTopicPopupHotSpot
{
	
}

.MCTopicPopupContainer
{
	background-color: #FFFFFF;
	padding: 10px;
	position: fixed;
	top: 100px;
	left: 100px;
	right: 100px;
	bottom: 100px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 4px 10px #333333;
	-moz-box-shadow: 0 4px 10px #333333;
	box-shadow: 0 4px 10px #333333;
	filter: alpha( opacity = 0 );
	opacity: 0.0;
	z-index: 10001;
}

#contentBodyInner .MCTopicPopupContainer
{
	position: absolute;
}

.MCTopicPopupBody
{
	width: 100%;
	border: none;
}

/**/
/* Thumbnail Popup */

.MCPopupThumbnailLink
{
	
}

.MCPopupThumbnail
{
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.MCPopupContainer
{
	background-color: #FFFFFF;
	border: solid 1px #000000;
	padding: 10px;
	position: absolute;
	cursor: pointer;
	-moz-border-radius: 5px;
	border-radius: 5px;
	z-index: 10001;
}

.MCPopupContainer2
{
	background-color: #FFFFFF;
	border: solid 1px #000000;
	padding: 10px;
	position: absolute;
	cursor: pointer;
	-moz-box-shadow: 2px 2px 8px #FFFFFF;
	-webkit-box-shadow: 2px 2px 8px #FFFFFF;
	box-shadow: 2px 2px 8px #FFFFFF;
}

.MCPopupFullImage
{
	width: 0px;
	height: 0px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/**/
/* HelpControl */

.MCHelpControl_Image_Icon
{
	border: none;
}

.MCHelpControl span
{
	background: url("Images/help-control.png") no-repeat left center;
	padding-left: 18px;
}

a.MCHelpControl
{
	cursor: pointer;
	text-decoration: none;
}

/**/
/* Dialog */

.MCDialog
{
	display: none;
	width: 400px;
	position: fixed;
	top: 20px;
	left: 20px;
	padding: 6px;
	background-color: #000000;
	border: 1px solid #000000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
	filter: alpha( opacity = 0 );
	opacity: 0.0;
	z-index: 10001;
}

.MCDialogHeader
{
	margin: 0 0 4px;
	padding: 5px 0 5px 5px;
	color: #FFFFFF;
	font-size: 15px;
	font-family: Helvetica;
}

.MCDialogClose
{
	color: #FFFFFF;
	font-family: tahoma, sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 12px;
	text-align: center;
	text-decoration: none;
	float: right;
	width: 20px;
	height: 18px;
	padding-top: 2px;
	margin-top: -2px;
	background-color: #999999;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.MCDialogBody
{
	color: #555555;
	padding: 10px;
	background-color: #FFFFFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

/**/

a.glossaryTerm
{
	text-decoration: none;
}

/**/

#ios-wrapper
{
	width: 100%;
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.img_off
{
	display: none;
}

/* Feedback/Pulse */

.pulse-required,
.feedback-required,
.feedback-topic-required
{
	display: none;
}

.pulse-active .pulse-required,
.feedback-active .feedback-required,
.feedback-active.has-topic .feedback-topic-required
{
	display: block;
}

/* Login Dialog */

.login-dialog
{
	display: none;
	z-index: 10001;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -175px;
	width: 350px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 4px 10px #333333;
	-moz-box-shadow: 0 4px 10px #333333;
	box-shadow: 0 4px 10px #333333;
}

.login-dialog.pulse
{
	width: 408px;
	height: 428px;
	margin-left: -204px;
	margin-top: -214px;
}

#pulse-login-frame
{
	width: 100%;
	height: 100%;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 4px 10px #333333;
	-moz-box-shadow: 0 4px 10px #333333;
	box-shadow: 0 4px 10px #333333;
}

.login-dialog-header
{
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	height: 36px;
	line-height: 36px;
	padding-left: 50px;
	border-bottom: solid 1px #2B2B2B;
	background: #5A5A5A url("Images/login-dialog-icon.png") no-repeat 18px center;
	/* Old browsers */
	background: url("Images/login-dialog-icon.png") no-repeat 18px center, -moz-linear-gradient(top, #5A5A5A 0%, #4A4A4A 100%);
	/* FF3.6+ */
	background: url("Images/login-dialog-icon.png") no-repeat 18px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5A5A5A), color-stop(100%,#4A4A4A));
	/* Chrome,Safari4+ */
	background: url("Images/login-dialog-icon.png") no-repeat 18px center, -webkit-linear-gradient(top, #5A5A5A 0%,#4A4A4A 100%);
	/* Chrome10+,Safari5.1+ */
	background: url("Images/login-dialog-icon.png") no-repeat 18px center, -o-linear-gradient(top, #5A5A5A 0%,#4A4A4A 100%);
	/* Opera11.10+ */
	background: url("Images/login-dialog-icon.png") no-repeat 18px center, -ms-linear-gradient(top, #5A5A5A 0%,#4A4A4A 100%);
	/* IE10+ */
	background: url("Images/login-dialog-icon.png") no-repeat 18px center, linear-gradient(top, #5A5A5A 0%,#4A4A4A 100%);
	/* W3C */
	-pie-background: url("Skins/Default/Stylesheets/Images/login-dialog-icon.png") no-repeat 18px center, linear-gradient(#5A5A5A, #4A4A4A);
	/*PIE*/
	background-repeat: no-repeat;
	background-position: 18px center;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

.login-dialog-content
{
	border-top: solid 1px #767676;
	background: #5A5A5A;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	padding: 17px;
}

.login-dialog-content .profile-item-wrapper
{
	color: #CECECE;
	margin-bottom: 10px;
	height: 32px;
	line-height: 32px;
}

.login-dialog-content .profile-item-wrapper .label-wrapper
{
	margin-bottom: 5px;
	float: left;
}

.login-dialog-content .profile-item-wrapper .input-wrapper
{
	float: right;
}

.login-dialog-content .profile-item-wrapper input[type=text]
{
	margin: 0;
	padding: 5px;
	border: solid 1px #191919;
	background: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px #888;
	-moz-box-shadow: 0 1px #888;
	box-shadow: 0 1px #888;
	outline: none;
}

.login-dialog-content .profile-item-wrapper.email-notifications-wrapper
{
	margin-top: 15px;
	height: auto;
	line-height: normal;
}

.login-dialog-content .profile-item-wrapper.email-notifications-wrapper .label-wrapper
{
	float: none;
}

.login-dialog-content .profile-item-wrapper.email-notifications-wrapper .email-notifications-group
{
	margin-right: 0;
	padding: 12px;
	background-color: #4A4A4A;
	background-repeat: no-repeat;
	background-position: center center;
	border: solid 1px #2B2B2B;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px #888;
	-moz-box-shadow: 0 1px #888;
	box-shadow: 0 1px #888;
}

.login-dialog-content .profile-item-wrapper.error input,
.login-dialog-content .profile-item-wrapper.error select
{
	border: solid 1px #F00;
	background-color: #FEE7E7;
}

.login-dialog-buttons
{
	text-align: right;
}

.login-dialog button
{
	color: #FFF;
	font-weight: bold;
	margin-left: 5px;
	margin-right: 0;
	padding: 8px 26px;
	border: solid 1px #2B2B2B;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #595959;
	/* Old browsers */
	background: -moz-linear-gradient(top, #595959 0%, #4A4A4A 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#595959), color-stop(100%,#4A4A4A));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #595959 0%,#4A4A4A 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #595959 0%,#4A4A4A 100%);
	/* Opera11.10+ */
	background: -ms-linear-gradient(top, #595959 0%,#4A4A4A 100%);
	/* IE10+ */
	background: linear-gradient(top, #595959 0%,#4A4A4A 100%);
	/* W3C */
	-pie-background: linear-gradient(#595959, #4A4A4A);
	/*PIE*/
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

.login-dialog button.close-dialog
{
	position: absolute;
	top: 8px;
	right: 8px;
	background: none;
	background-image: url('Images/close.png');
	height: 16px;
	width: 16px;
	margin: 0;
	padding: 0;
	border: 0;
}

.login-dialog .status-message-box
{
	display: none;
	color: #0F0;
	text-align: center;
	margin-top: 16px;
	padding: 12px;
	background-color: #DCFEDC;
	border: solid 1px #0F0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.login-dialog .status-message-box.error
{
	color: #F00;
	border: solid 1px #F00;
	background-color: #FEE7E7;
}

.login-dialog .status-message-box .message
{
	display: none;
}

.topicToolbarProxy
{
	padding-bottom: 5px;
	padding-left: 15px;
	padding-top: 4px;
	padding-right: 2px;
	vertical-align: middle;
}

div.MCBreadcrumbsBox_0
{
	border-width: 0px;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #0081AA;
	padding-bottom: 9px;
	padding-left: 15px;
	padding-top: 9px;
	vertical-align: middle;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: black;
	margin-bottom: 0px;
	overflow: auto;
}

div.MCMiniTocBox_0
{
	margin-top: 30px;
	margin-bottom: 15px;
	text-decoration: none;
	padding: 15px;
	color: #0081aa;
	background-image: url('../../../Content/Resources/Images/Assets/menuBkgd.png');
	background-repeat: repeat-x;
	background-color: #ffffff;
	padding-top: 15px;
	padding-left: 15px;
	text-align: right;
}

p.MiniTOC1_0
{
	color: #000000;
	font-size: 14px;
	line-height: 20px;
	margin: 12px 0px 15px 0px;
	padding-bottom: 5px;
	text-align: left;
	display: block;
	margin-left: 0pt;
	font-weight: bold;
}

a.MiniTOC1:link
{
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	border-left-color: transparent;
	border-left-style: none;
	border-left-width: 0;
	border-right-color: transparent;
	border-right-style: none;
	border-right-width: 0;
	border-top-color: transparent;
	border-top-style: none;
	border-top-width: 0;
	border-bottom-color: transparent;
	border-bottom-style: none;
	border-bottom-width: 0;
	background-color: transparent;
	background-image: none;
	float: inherit;
	font-family: inherit;
	font-style: inherit;
	font-variant: inherit;
	text-transform: inherit;
	letter-spacing: inherit;
	word-spacing: inherit;
	text-align: inherit;
	mc-leader-format: '.';
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.dropDown
{
	margin-bottom: 5px;
}

.dropDownHotspot
{
	font-weight: bold;
	color: #0081AA;
	font-size: 16px;
	margin-bottom: 15px;
	text-decoration: none;
}

.dropDownHotspot:link
{
	font-weight: bold;
	color: #0081AA;
	font-size: 16px;
	margin-bottom: 15px;
	text-decoration: none;
}

.dropDownHotspot.dropDownHotspotWhatToDo
{
	font-family: 'Lato', Arial, sans-serif;
	font-size: 15px;
	border-bottom: 1px solid #D9D6D4;
	color: #0081AA;
	display: block;
	font-style: italic;
	font-weight: bold;
	margin: 25px 15px 10px 30px;
	text-align: left;
	width: 50%;
}

.dropDownHotspot.dropDownHotspotWhatToDo:link
{
	font-family: 'Lato', Arial, sans-serif;
	font-size: 15px;
	border-bottom: 1px solid #D9D6D4;
	color: #0081AA;
	display: block;
	font-style: italic;
	font-weight: bold;
	margin: 25px 15px 10px 30px;
	text-align: left;
	width: 50%;
}

.MCDropDownHotSpot_
{
	background-position: left;
}

.MCDropDown_Open .MCDropDownHotSpot_
{
	background-image: url('DropDownOpen.gif');
	padding-left: 1px;
	padding-right: 0px;
}

.MCDropDown_Closed .MCDropDownHotSpot_
{
	background-image: url('DropDownClosed.gif');
	padding-left: 0px;
	padding-right: 0px;
}

.dropDownHead
{
	text-decoration: none;
}

embed._0
{
	display: inline-block;
	width: 836px;
	height: 470px;
}

embed.object_1
{
	display: inline-block;
	width: 800px;
	height: 574px;
}

.dropDown.dropDownQSV
{
	background-color: #D9D6D4;
	color: #0081AA;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 15px;
	text-decoration: none;
	display: block;
	clear: both;
}

.MCDropDownHotSpot_.MCDropDownHotSpot_QSV
{
	background-position: left;
}

.MCDropDown_Open .MCDropDownHotSpot_.MCDropDownHotSpot_QSV
{
	background-image: url('DropDownOpen.gif');
	padding-left: 1px;
	padding-right: 0px;
}

.MCDropDown_Closed .MCDropDownHotSpot_.MCDropDownHotSpot_QSV
{
	background-image: url('DropDownClosed.gif');
	padding-left: 0px;
	padding-right: 0px;
}

.glossaryTerm
{
	border-bottom: 1px dotted;
	margin-left: 2px;
	font-weight: normal;
	color: inherit;
}

.glossaryTerm:link
{
	border-bottom: 1px dotted;
	margin-left: 2px;
	font-weight: normal;
	color: inherit;
}

.MCTextPopupHotSpot_
{
	background-position: left;
}

.MCTextPopup_Open.MCTextPopupHotSpot_
{
	background-image: url('ExpandingOpen.gif');
	padding-left: 12px;
	padding-right: 0px;
}

.MCTextPopup_Closed.MCTextPopupHotSpot_
{
	background-image: url('ExpandingClosed.gif');
	padding-left: 12px;
	padding-right: 0px;
}

.popupBody
{
	color: #000000;
	background-color: #dcdcdc;
	border: solid 1px #000000;
	margin: 0px;
	padding: 5px;
}

embed.object_2
{
	display: inline-block;
	width: 684px;
	height: 598px;
}

embed.object_3
{
	display: inline-block;
	width: 614px;
	height: 540px;
}

embed.object_4
{
	display: inline-block;
	width: 730px;
	height: 460px;
}

embed.object_5
{
	display: inline-block;
	width: 640px;
	height: 550px;
}

embed.object_6
{
	display: inline-block;
	width: 240px;
	height: 130px;
}

embed.object_7
{
	display: inline-block;
	width: 240px;
	height: 145px;
}

embed.object_8
{
	display: inline-block;
	width: 304px;
	height: 195px;
}

embed.object_9
{
	display: inline-block;
	width: 424px;
	height: 356px;
}

embed.object_10
{
	display: inline-block;
	width: 306px;
	height: 272px;
}

embed.object_11
{
	display: inline-block;
	width: 604px;
	height: 438px;
}

embed.object_12
{
	display: inline-block;
	width: 600px;
	height: 390px;
}

embed.object_13
{
	display: inline-block;
	width: 400px;
	height: 292px;
}

embed.object_14
{
	display: inline-block;
	width: 516px;
	height: 444px;
}

embed.object_15
{
	display: inline-block;
	width: 756px;
	height: 735px;
}

embed.object_16
{
	display: inline-block;
	width: 800px;
	height: 514px;
}

embed.object_17
{
	display: inline-block;
	width: 800px;
	height: 534px;
}

embed.object_18
{
	display: inline-block;
	width: 800px;
	height: 498px;
}

embed.object_19
{
	display: inline-block;
	width: 800px;
	height: 476px;
}

embed.object_20
{
	display: inline-block;
	width: 628px;
	height: 600px;
}

embed.object_21
{
	display: inline-block;
	width: 292px;
	height: 664px;
}

embed.object_22
{
	display: inline-block;
	width: 708px;
	height: 620px;
}

embed.object_23
{
	display: inline-block;
	width: 800px;
	height: 680px;
}

embed.object_24
{
	display: inline-block;
	width: 750px;
	height: 535px;
}

embed.object_25
{
	display: inline-block;
	width: 800px;
	height: 365px;
}

embed.object_26
{
	display: inline-block;
	width: 590px;
	height: 573px;
}

embed.object_27
{
	display: inline-block;
	width: 590px;
	height: 446px;
}

embed.object_28
{
	display: inline-block;
	width: 520px;
	height: 444px;
}

embed.object_29
{
	display: inline-block;
	width: 773px;
	height: 600px;
}

embed.object_30
{
	display: inline-block;
	width: 800px;
	height: 145px;
}

embed.object_31
{
	display: inline-block;
	width: 800px;
	height: 454px;
}

embed.object_32
{
	display: inline-block;
	width: 756px;
	height: 165px;
}

embed.object_33
{
	display: inline-block;
	width: 730px;
	height: 300px;
}

embed.object_34
{
	display: inline-block;
	width: 800px;
	height: 445px;
}

embed.object_35
{
	display: inline-block;
	width: 800px;
	height: 532px;
}

embed.object_36
{
	display: inline-block;
	width: 790px;
	height: 558px;
}

embed.object_37
{
	display: inline-block;
	width: 590px;
	height: 402px;
}

embed.object_38
{
	display: inline-block;
	width: 646px;
	height: 438px;
}

embed.object_39
{
	display: inline-block;
	width: 800px;
	height: 603px;
}

embed.object_40
{
	display: inline-block;
	width: 800px;
	height: 488px;
}

embed.object_41
{
	display: inline-block;
	width: 500px;
	height: 365px;
}

embed.object_42
{
	display: inline-block;
	width: 600px;
	height: 515px;
}

embed.object_43
{
	display: inline-block;
	width: 800px;
	height: 604px;
}

embed.object_44
{
	display: inline-block;
	width: 800px;
	height: 740px;
}

embed.object_45
{
	display: inline-block;
	width: 800px;
	height: 600px;
}

embed.object_46
{
	display: inline-block;
	width: 800px;
	height: 470px;
}

embed.object_47
{
	display: inline-block;
	width: 768px;
	height: 540px;
}

embed.object_48
{
	display: inline-block;
	width: 476px;
	height: 414px;
}

embed.object_49
{
	display: inline-block;
	width: 800px;
	height: 550px;
}

embed.object_50
{
	display: inline-block;
	width: 800px;
	height: 552px;
}

embed.object_51
{
	display: inline-block;
	width: 800px;
	height: 582px;
}

embed.object_52
{
	display: inline-block;
	width: 800px;
	height: 487px;
}

embed.object_53
{
	display: inline-block;
	width: 376px;
	height: 490px;
}

embed.object_54
{
	display: inline-block;
	width: 768px;
	height: 576px;
}

embed.object_55
{
	display: inline-block;
	width: 544px;
	height: 383px;
}

embed.object_56
{
	display: inline-block;
	width: 800px;
	height: 363px;
}

embed.object_57
{
	display: inline-block;
	width: 800px;
	height: 424px;
}

.img
{
	max-width: 100%;
}

embed.object_58
{
	display: inline-block;
	width: 640px;
	height: 480px;
}

.dropDownHotspot.dropDownHotspotFScommand
{
	font-family: monospace;
	color: #0081AA;
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: normal;
}

.dropDownHotspot.dropDownHotspotFScommand:link
{
	font-family: monospace;
	color: #0081AA;
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: normal;
}

.dropDown.dropDownFSMeasUnit
{
	margin-top: -20px;
	margin-bottom: -20px;
}

.MCDropDownHotSpot_.MCDropDownHotSpot_FSMeasUnit
{
	background-position: left;
}

.MCDropDown_Open .MCDropDownHotSpot_.MCDropDownHotSpot_FSMeasUnit
{
	background-image: url('DropDownOpen.gif');
	padding-left: 1px;
	padding-right: 0px;
}

.MCDropDown_Closed .MCDropDownHotSpot_.MCDropDownHotSpot_FSMeasUnit
{
	background-image: url('DropDownClosed.gif');
	padding-left: 0px;
	padding-right: 0px;
}

.popupHead
{
	border-bottom: 1px dotted;
	margin-left: 2px;
	font-weight: normal;
	color: inherit;
}

.popupHead:link
{
	border-bottom: 1px dotted;
	margin-left: 2px;
	font-weight: normal;
	color: inherit;
}

.MCTextPopupArrow
{
	border-bottom-color: #dcdcdc;
}

.MCTextPopupBodyBottom .MCTextPopupArrow
{
	border-top-color: #dcdcdc;
}

div.MCIndexProxy_0
{
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: black;
	padding-top: 10px;
	margin-top: 10px;
}

p.IndexHeading_0
{
	color: #636365;
	font-size: 18px;
	line-height: 20px;
	margin: 12px 0px 15px 0px;
	padding-bottom: 5px;
	text-align: left;
	display: block;
	padding: 5px;
	font-family: 'Arvo', sans-serif;
	background-color: #d9d6d4;
	font-weight: normal;
	margin-left: 0pt;
	margin-top: 20pt;
	margin-bottom: 10pt;
	page-break-after: avoid;
	column-break-after: avoid;
}

table.GenIndexTable1
{
	margin-left: 0;
	margin-right: 0;
	padding-right: 0;
	padding-top: 0;
	border-left-color: transparent;
	border-left-style: none;
	border-left-width: 0;
	border-right-color: transparent;
	border-right-style: none;
	border-right-width: 0;
	border-top-color: transparent;
	border-top-style: none;
	border-top-width: 0;
	border-bottom-color: transparent;
	border-bottom-style: none;
	border-bottom-width: 0;
	background-color: transparent;
	background-image: none;
	float: inherit;
	font-size: inherit;
	font-family: inherit;
	font-style: inherit;
	font-variant: inherit;
	text-transform: inherit;
	color: inherit;
	letter-spacing: inherit;
	word-spacing: inherit;
	text-decoration: inherit;
	text-align: inherit;
	margin-top: 12px;
	margin-bottom: 15px;
	padding-left: 5px;
	padding-bottom: 5px;
}

td.GenIndexText1
{
	margin: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	border-left-color: transparent;
	border-left-style: none;
	border-left-width: 0;
	border-right-color: transparent;
	border-right-style: none;
	border-right-width: 0;
	border-top-color: transparent;
	border-top-style: none;
	border-top-width: 0;
	border-bottom-color: transparent;
	border-bottom-style: none;
	border-bottom-width: 0;
	background-color: transparent;
	background-image: none;
	float: inherit;
	font-family: inherit;
	font-style: inherit;
	font-variant: inherit;
	text-transform: inherit;
	letter-spacing: inherit;
	word-spacing: inherit;
	text-decoration: inherit;
	mc-leader-indent: 5pt;
	color: #000000;
	font-size: 14px;
	mc-multiline-indent: 0.4in;
	text-align: left;
}

a.GenIndexText1:link
{
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	border-left-color: transparent;
	border-left-style: none;
	border-left-width: 0;
	border-right-color: transparent;
	border-right-style: none;
	border-right-width: 0;
	border-top-color: transparent;
	border-top-style: none;
	border-top-width: 0;
	border-bottom-color: transparent;
	border-bottom-style: none;
	border-bottom-width: 0;
	background-color: transparent;
	background-image: none;
	float: inherit;
	font-family: inherit;
	font-style: inherit;
	font-variant: inherit;
	text-transform: inherit;
	letter-spacing: inherit;
	word-spacing: inherit;
	mc-leader-indent: 5pt;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
	mc-multiline-indent: 0.4in;
	text-align: left;
}

a.GenIndexText1
{
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	border-left-color: transparent;
	border-left-style: none;
	border-left-width: 0;
	border-right-color: transparent;
	border-right-style: none;
	border-right-width: 0;
	border-top-color: transparent;
	border-top-style: none;
	border-top-width: 0;
	border-bottom-color: transparent;
	border-bottom-style: none;
	border-bottom-width: 0;
	background-color: transparent;
	background-image: none;
	float: inherit;
	font-family: inherit;
	font-style: inherit;
	font-variant: inherit;
	text-transform: inherit;
	letter-spacing: inherit;
	word-spacing: inherit;
	mc-leader-indent: 5pt;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
	mc-multiline-indent: 0.4in;
	text-align: left;
}

td.GenIndexAutoText1
{
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	border-left-color: transparent;
	border-left-style: none;
	border-left-width: 0;
	border-right-color: transparent;
	border-right-style: none;
	border-right-width: 0;
	border-top-color: transparent;
	border-top-style: none;
	border-top-width: 0;
	border-bottom-color: transparent;
	border-bottom-style: none;
	border-bottom-width: 0;
	background-color: transparent;
	background-image: none;
	float: inherit;
	font-family: inherit;
	font-style: inherit;
	font-variant: inherit;
	text-transform: inherit;
	letter-spacing: inherit;
	word-spacing: inherit;
	text-decoration: inherit;
	text-align: inherit;
	margin: 0;
	color: #000000;
	font-size: 14px;
}

td.GenIndexPageText1
{
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	border-left-color: transparent;
	border-left-style: none;
	border-left-width: 0;
	border-right-color: transparent;
	border-right-style: none;
	border-right-width: 0;
	border-top-color: transparent;
	border-top-style: none;
	border-top-width: 0;
	border-bottom-color: transparent;
	border-bottom-style: none;
	border-bottom-width: 0;
	background-color: transparent;
	background-image: none;
	float: inherit;
	font-family: inherit;
	font-style: inherit;
	font-variant: inherit;
	text-transform: inherit;
	letter-spacing: inherit;
	word-spacing: inherit;
	text-decoration: inherit;
	margin: 0;
	vertical-align: bottom;
	color: #000000;
	font-size: 14px;
	text-align: right;
	white-space: normal;
}

.mcReset
{
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	border-left-color: transparent;
	border-left-style: none;
	border-left-width: 0;
	border-right-color: transparent;
	border-right-style: none;
	border-right-width: 0;
	border-top-color: transparent;
	border-top-style: none;
	border-top-width: 0;
	border-bottom-color: transparent;
	border-bottom-style: none;
	border-bottom-width: 0;
	background-color: transparent;
	background-image: none;
	float: inherit;
	font-size: inherit;
	font-family: inherit;
	font-style: inherit;
	font-variant: inherit;
	text-transform: inherit;
	color: inherit;
	letter-spacing: inherit;
	word-spacing: inherit;
	text-decoration: inherit;
	text-align: inherit;
}

table.GenIndexTable2
{
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	border-left-color: transparent;
	border-left-style: none;
	border-left-width: 0;
	border-right-color: transparent;
	border-right-style: none;
	border-right-width: 0;
	border-top-color: transparent;
	border-top-style: none;
	border-top-width: 0;
	border-bottom-color: transparent;
	border-bottom-style: none;
	border-bottom-width: 0;
	background-color: transparent;
	background-image: none;
	float: inherit;
	font-size: inherit;
	font-family: inherit;
	font-style: inherit;
	font-variant: inherit;
	text-transform: inherit;
	color: inherit;
	letter-spacing: inherit;
	word-spacing: inherit;
	text-decoration: inherit;
	text-align: inherit;
	margin-top: 12px;
	margin-bottom: 15px;
	padding-bottom: 5px;
}

td.GenIndexText2
{
	margin: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	border-left-color: transparent;
	border-left-style: none;
	border-left-width: 0;
	border-right-color: transparent;
	border-right-style: none;
	border-right-width: 0;
	border-top-color: transparent;
	border-top-style: none;
	border-top-width: 0;
	border-bottom-color: transparent;
	border-bottom-style: none;
	border-bottom-width: 0;
	background-color: transparent;
	background-image: none;
	float: inherit;
	font-family: inherit;
	font-style: inherit;
	font-variant: inherit;
	text-transform: inherit;
	letter-spacing: inherit;
	word-spacing: inherit;
	text-decoration: inherit;
	mc-leader-indent: 5pt;
	color: #000000;
	font-size: 14px;
	mc-multiline-indent: 0.4in;
	text-align: left;
}

a.GenIndexText2:link
{
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	border-left-color: transparent;
	border-left-style: none;
	border-left-width: 0;
	border-right-color: transparent;
	border-right-style: none;
	border-right-width: 0;
	border-top-color: transparent;
	border-top-style: none;
	border-top-width: 0;
	border-bottom-color: transparent;
	border-bottom-style: none;
	border-bottom-width: 0;
	background-color: transparent;
	background-image: none;
	float: inherit;
	font-family: inherit;
	font-style: inherit;
	font-variant: inherit;
	text-transform: inherit;
	letter-spacing: inherit;
	word-spacing: inherit;
	mc-leader-indent: 5pt;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
	mc-multiline-indent: 0.4in;
	text-align: left;
}

a.GenIndexText2
{
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	border-left-color: transparent;
	border-left-style: none;
	border-left-width: 0;
	border-right-color: transparent;
	border-right-style: none;
	border-right-width: 0;
	border-top-color: transparent;
	border-top-style: none;
	border-top-width: 0;
	border-bottom-color: transparent;
	border-bottom-style: none;
	border-bottom-width: 0;
	background-color: transparent;
	background-image: none;
	float: inherit;
	font-family: inherit;
	font-style: inherit;
	font-variant: inherit;
	text-transform: inherit;
	letter-spacing: inherit;
	word-spacing: inherit;
	mc-leader-indent: 5pt;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
	mc-multiline-indent: 0.4in;
	text-align: left;
}

td.GenIndexAutoText2
{
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	border-left-color: transparent;
	border-left-style: none;
	border-left-width: 0;
	border-right-color: transparent;
	border-right-style: none;
	border-right-width: 0;
	border-top-color: transparent;
	border-top-style: none;
	border-top-width: 0;
	border-bottom-color: transparent;
	border-bottom-style: none;
	border-bottom-width: 0;
	background-color: transparent;
	background-image: none;
	float: inherit;
	font-family: inherit;
	font-style: inherit;
	font-variant: inherit;
	text-transform: inherit;
	letter-spacing: inherit;
	word-spacing: inherit;
	text-decoration: inherit;
	text-align: inherit;
	margin: 0;
	color: #000000;
	font-size: 14px;
}

td.GenIndexPageText2
{
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	border-left-color: transparent;
	border-left-style: none;
	border-left-width: 0;
	border-right-color: transparent;
	border-right-style: none;
	border-right-width: 0;
	border-top-color: transparent;
	border-top-style: none;
	border-top-width: 0;
	border-bottom-color: transparent;
	border-bottom-style: none;
	border-bottom-width: 0;
	background-color: transparent;
	background-image: none;
	float: inherit;
	font-family: inherit;
	font-style: inherit;
	font-variant: inherit;
	text-transform: inherit;
	letter-spacing: inherit;
	word-spacing: inherit;
	text-decoration: inherit;
	margin: 0;
	vertical-align: bottom;
	color: #000000;
	font-size: 14px;
	text-align: right;
	white-space: normal;
}

table.GenIndexTable3
{
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	border-left-color: transparent;
	border-left-style: none;
	border-left-width: 0;
	border-right-color: transparent;
	border-right-style: none;
	border-right-width: 0;
	border-top-color: transparent;
	border-top-style: none;
	border-top-width: 0;
	border-bottom-color: transparent;
	border-bottom-style: none;
	border-bottom-width: 0;
	background-color: transparent;
	background-image: none;
	float: inherit;
	font-size: inherit;
	font-family: inherit;
	font-style: inherit;
	font-variant: inherit;
	text-transform: inherit;
	color: inherit;
	letter-spacing: inherit;
	word-spacing: inherit;
	text-decoration: inherit;
	text-align: inherit;
	margin-top: 12px;
	margin-bottom: 15px;
	padding-bottom: 5px;
}

td.GenIndexText3
{
	margin: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	border-left-color: transparent;
	border-left-style: none;
	border-left-width: 0;
	border-right-color: transparent;
	border-right-style: none;
	border-right-width: 0;
	border-top-color: transparent;
	border-top-style: none;
	border-top-width: 0;
	border-bottom-color: transparent;
	border-bottom-style: none;
	border-bottom-width: 0;
	background-color: transparent;
	background-image: none;
	float: inherit;
	font-family: inherit;
	font-style: inherit;
	font-variant: inherit;
	text-transform: inherit;
	letter-spacing: inherit;
	word-spacing: inherit;
	text-decoration: inherit;
	mc-leader-indent: 5pt;
	color: #000000;
	font-size: 14px;
	mc-multiline-indent: 0.4in;
	text-align: left;
}

a.GenIndexText3:link
{
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	border-left-color: transparent;
	border-left-style: none;
	border-left-width: 0;
	border-right-color: transparent;
	border-right-style: none;
	border-right-width: 0;
	border-top-color: transparent;
	border-top-style: none;
	border-top-width: 0;
	border-bottom-color: transparent;
	border-bottom-style: none;
	border-bottom-width: 0;
	background-color: transparent;
	background-image: none;
	float: inherit;
	font-family: inherit;
	font-style: inherit;
	font-variant: inherit;
	text-transform: inherit;
	letter-spacing: inherit;
	word-spacing: inherit;
	mc-leader-indent: 5pt;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
	mc-multiline-indent: 0.4in;
	text-align: left;
}

a.GenIndexText3
{
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	border-left-color: transparent;
	border-left-style: none;
	border-left-width: 0;
	border-right-color: transparent;
	border-right-style: none;
	border-right-width: 0;
	border-top-color: transparent;
	border-top-style: none;
	border-top-width: 0;
	border-bottom-color: transparent;
	border-bottom-style: none;
	border-bottom-width: 0;
	background-color: transparent;
	background-image: none;
	float: inherit;
	font-family: inherit;
	font-style: inherit;
	font-variant: inherit;
	text-transform: inherit;
	letter-spacing: inherit;
	word-spacing: inherit;
	mc-leader-indent: 5pt;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
	mc-multiline-indent: 0.4in;
	text-align: left;
}

td.GenIndexAutoText3
{
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	border-left-color: transparent;
	border-left-style: none;
	border-left-width: 0;
	border-right-color: transparent;
	border-right-style: none;
	border-right-width: 0;
	border-top-color: transparent;
	border-top-style: none;
	border-top-width: 0;
	border-bottom-color: transparent;
	border-bottom-style: none;
	border-bottom-width: 0;
	background-color: transparent;
	background-image: none;
	float: inherit;
	font-family: inherit;
	font-style: inherit;
	font-variant: inherit;
	text-transform: inherit;
	letter-spacing: inherit;
	word-spacing: inherit;
	text-decoration: inherit;
	text-align: inherit;
	margin: 0;
	color: #000000;
	font-size: 14px;
}

td.GenIndexPageText3
{
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	border-left-color: transparent;
	border-left-style: none;
	border-left-width: 0;
	border-right-color: transparent;
	border-right-style: none;
	border-right-width: 0;
	border-top-color: transparent;
	border-top-style: none;
	border-top-width: 0;
	border-bottom-color: transparent;
	border-bottom-style: none;
	border-bottom-width: 0;
	background-color: transparent;
	background-image: none;
	float: inherit;
	font-family: inherit;
	font-style: inherit;
	font-variant: inherit;
	text-transform: inherit;
	letter-spacing: inherit;
	word-spacing: inherit;
	text-decoration: inherit;
	margin: 0;
	vertical-align: bottom;
	color: #000000;
	font-size: 14px;
	text-align: right;
	white-space: normal;
}

table.GenIndexTable4
{
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	border-left-color: transparent;
	border-left-style: none;
	border-left-width: 0;
	border-right-color: transparent;
	border-right-style: none;
	border-right-width: 0;
	border-top-color: transparent;
	border-top-style: none;
	border-top-width: 0;
	border-bottom-color: transparent;
	border-bottom-style: none;
	border-bottom-width: 0;
	background-color: transparent;
	background-image: none;
	float: inherit;
	font-size: inherit;
	font-family: inherit;
	font-style: inherit;
	font-variant: inherit;
	text-transform: inherit;
	color: inherit;
	letter-spacing: inherit;
	word-spacing: inherit;
	text-decoration: inherit;
	text-align: inherit;
	margin-top: 12px;
	margin-bottom: 15px;
	padding-bottom: 5px;
}

td.GenIndexText4
{
	margin: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	border-left-color: transparent;
	border-left-style: none;
	border-left-width: 0;
	border-right-color: transparent;
	border-right-style: none;
	border-right-width: 0;
	border-top-color: transparent;
	border-top-style: none;
	border-top-width: 0;
	border-bottom-color: transparent;
	border-bottom-style: none;
	border-bottom-width: 0;
	background-color: transparent;
	background-image: none;
	float: inherit;
	font-family: inherit;
	font-style: inherit;
	font-variant: inherit;
	text-transform: inherit;
	letter-spacing: inherit;
	word-spacing: inherit;
	text-decoration: inherit;
	mc-leader-indent: 5pt;
	color: #000000;
	font-size: 14px;
	mc-multiline-indent: 0.4in;
	text-align: left;
}

a.GenIndexText4:link
{
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	border-left-color: transparent;
	border-left-style: none;
	border-left-width: 0;
	border-right-color: transparent;
	border-right-style: none;
	border-right-width: 0;
	border-top-color: transparent;
	border-top-style: none;
	border-top-width: 0;
	border-bottom-color: transparent;
	border-bottom-style: none;
	border-bottom-width: 0;
	background-color: transparent;
	background-image: none;
	float: inherit;
	font-family: inherit;
	font-style: inherit;
	font-variant: inherit;
	text-transform: inherit;
	letter-spacing: inherit;
	word-spacing: inherit;
	mc-leader-indent: 5pt;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
	mc-multiline-indent: 0.4in;
	text-align: left;
}

a.GenIndexText4
{
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	border-left-color: transparent;
	border-left-style: none;
	border-left-width: 0;
	border-right-color: transparent;
	border-right-style: none;
	border-right-width: 0;
	border-top-color: transparent;
	border-top-style: none;
	border-top-width: 0;
	border-bottom-color: transparent;
	border-bottom-style: none;
	border-bottom-width: 0;
	background-color: transparent;
	background-image: none;
	float: inherit;
	font-family: inherit;
	font-style: inherit;
	font-variant: inherit;
	text-transform: inherit;
	letter-spacing: inherit;
	word-spacing: inherit;
	mc-leader-indent: 5pt;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
	mc-multiline-indent: 0.4in;
	text-align: left;
}

td.GenIndexAutoText4
{
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	border-left-color: transparent;
	border-left-style: none;
	border-left-width: 0;
	border-right-color: transparent;
	border-right-style: none;
	border-right-width: 0;
	border-top-color: transparent;
	border-top-style: none;
	border-top-width: 0;
	border-bottom-color: transparent;
	border-bottom-style: none;
	border-bottom-width: 0;
	background-color: transparent;
	background-image: none;
	float: inherit;
	font-family: inherit;
	font-style: inherit;
	font-variant: inherit;
	text-transform: inherit;
	letter-spacing: inherit;
	word-spacing: inherit;
	text-decoration: inherit;
	text-align: inherit;
	margin: 0;
	color: #000000;
	font-size: 14px;
}

td.GenIndexPageText4
{
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	border-left-color: transparent;
	border-left-style: none;
	border-left-width: 0;
	border-right-color: transparent;
	border-right-style: none;
	border-right-width: 0;
	border-top-color: transparent;
	border-top-style: none;
	border-top-width: 0;
	border-bottom-color: transparent;
	border-bottom-style: none;
	border-bottom-width: 0;
	background-color: transparent;
	background-image: none;
	float: inherit;
	font-family: inherit;
	font-style: inherit;
	font-variant: inherit;
	text-transform: inherit;
	letter-spacing: inherit;
	word-spacing: inherit;
	text-decoration: inherit;
	margin: 0;
	vertical-align: bottom;
	color: #000000;
	font-size: 14px;
	text-align: right;
	white-space: normal;
}

ul.MCGlossaryProxy_0
{
	border-top-style: none;
	border-top-width: 0px;
	border-top-color: black;
	padding-top: 10px;
	margin-top: 10px;
	padding-left: 20px;
}

.MCWebHelpFramesetLink a
{
	
}

.MCWebHelpFramesetLink.MCWebHelpFramesetLinkTop a
{
	
}

.MCWebHelpFramesetLink.MCWebHelpFramesetLinkBottom a
{
	
}

