/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

:root
{
	--Black: #000000;
	--Medium: #b9bec1;
	--Light: #d0d3d5;
	--White: #ffffff;
	--Brand1: #1f2a35;
	--Brand2: #41576F;
	--Dark: #303335;
}

body
{
	color: var(--Dark);
	font-family: Arial, Avenir, Myriad;
	font-size: 10pt;
}

.body-container
{
	padding-left: 2%;
	padding-top: 2%;
}

/* Backmatter */

div.GlossaryPageDefinition
{
	font-size: 10pt;
}

div.GlossaryPageHeading
{
	font-size: 21pt;
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: 15px;
	border-bottom-color: var(--Medium);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align: left;
	color: inherit;
	padding-left: 10px;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-right: 10px;
	background-image: url('../Images/Backmatter-Heading-Background.png');
	background-repeat: no-repeat;
}

div.GlossaryPageTerm
{
	font-size: 12pt;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
}

MadCap|glossaryProxy
{
	border-top: none;
}

MadCap|indexProxy
{
	border-top: none;
}

p.Index1
{
	font-size: 10pt;
	font-weight: bold;
}

p.Index2
{
	font-size: 10pt;
	font-weight: normal;
}

p.IndexHeading
{
	font-size: 21pt;
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: 15px;
	border-bottom-color: var(--Medium);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align: left;
	color: inherit;
	padding-left: 10px;
	padding-bottom: 20px;
	padding-top: 12px;
	padding-right: 10px;
	background-image: url('../Images/Backmatter-Heading-Background.png');
	background-repeat: no-repeat;
}

/* Content */

img
{
	max-width: 100%;
}

p
{
	font-size: 12.0pt;
	line-height: 20pt;
	letter-spacing: 0.25px;
	widows: 3;
	orphans: 3;
	margin-bottom: 10px;
	margin-top: 10px;
}

p.table-text
{
	font-size: 12pt;
}

/* Frontmatter */

hr.title-page
{
	border: solid 0px transparent;
	background-color: var(--Light);
	height: 1px;
	width: 100%;
	margin-bottom: 30px;
	margin-top: 370px;
}

MadCap|tocProxy
{
	border-top: none;
	margin-right: 0.25in;
}

p.created-using-flare
{
	color: var(--Dark);
	font-weight: bold;
	margin-top: 18px;
	font-size: 9pt;
	line-height: 15pt;
	text-transform: uppercase;
}

p.title
{
	font-size: 55pt;
	line-height: 65pt;
	margin-top: 30px;
	mc-hyphenate: never;
}

p.title-page-footer
{
	color: var(--Dark);
	font-size: 9pt;
	frame-break-before: always;
	line-height: 15pt;
	margin-top: 30px;
}

p.title-page-url
{
	color: var(--Dark);
	font-size: 9pt;
	line-height: 15pt;
}

p.TOC1
{
	color: var(--Dark);
	font-size: 19pt;
	font-weight: normal;
	line-height: 21pt;
	margin-bottom: 15px;
	margin-top: 15px;
	page-break-after: avoid;
}

p.TOC2
{
	color: var(--Dark);
	font-size: 15pt;
	font-weight: normal;
	line-height: 21pt;
	margin-bottom: 13px;
	margin-left: .5in;
	margin-top: 13px;
}

p.TOC3
{
	color: var(--Dark);
	font-size: 13pt;
	line-height: 21pt;
	font-weight: normal;
	margin-bottom: 10px;
	margin-left: 1in;
	margin-top: 10px;
}

/* Headings */

h1
{
	font-weight: bold;
	font-size: 24.0pt;
	color: var(--Brand1);
}

h2
{
	font-weight: bold;
	page-break-before: always;
	font-size: 20.0pt;
	color: #1f2a35;
}

h3
{
	font-weight: bold;
	font-size: 16.0pt;
}

h4
{
	font-weight: bold;
	font-size: 14.0pt;
}

h5
{
	font-weight: bold;
	font-size: 12.0pt;
}

h6
{
	font-weight: bold;
	font-size: 10.0pt;
}

/* Home page topic */

div.home-layout
{
	padding-top: 2%;
	padding: 2% 5%;
}

div.home-section
{
	border-bottom: solid 1px var(--Light);
	padding-top: 2%;
	padding: 2.5% 0 5%;
}

div.home-tiles	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.home-tiles::before
{
	content: ' ';
	display: table;
}

div.home-tiles::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-tiles > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: var(--Brand2);
	padding: 2%;
}

div.home-tiles > div:nth-child(1)
{
	width: 48%;
	margin-left: 0%;
}

div.home-tiles > div:nth-child(2)
{
	width: 48%;
	margin-left: 4%;
}

div.home-tiles-layout	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.home-tiles-layout::before
{
	content: ' ';
	display: table;
}

div.home-tiles-layout::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-tiles-layout > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.home-tiles-layout > div:nth-child(1)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.home-tiles-layout > div:nth-child(2)
{
	width: 66.66667%;
	margin-left: 0%;
}

div.home-tiles-layout p
{
	line-height: 1.2;
}

div.quick-links	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.quick-links::before
{
	content: ' ';
	display: table;
}

div.quick-links::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.quick-links > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.quick-links > div:nth-child(1)
{
	width: 16.66666%;
	margin-left: 2%;
}

div.quick-links > div:nth-child(2)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links > div:nth-child(3)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links > div:nth-child(4)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links > div:nth-child(5)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links *	/*Text-align center set to all elements within div.quick-links*/
{
	text-align: center;
}

div.topic-hero
{
	background-size: cover;
	background-attachment: scroll;
	padding: 2%;
	background-image: url('../Images/wfdss_header_test2.png');
}

div.topic-hero h1
{
	color: var(--White);
	font-size: 40pt;
	text-align: center;
}

html.home-topic	/*Used on home topic to override padding set in the skin*/
{
	
}

html.home-topic .body-container	/*Overrides padding set in the skin*/
{
	padding: 0;
}

html.home-topic .main-section > .outer-row	/*Overrides padding set in the skin when in tablet/mobile*/
{
	max-width: 100%;
	padding: 0;
}

MadCap|breadcrumbsProxy
{
	border-bottom-width: 0;
	color: var(--Dark);
}

/* Links */

a
{
	color: var(--Brand1);
}

a:link
{
	color: var(--Brand1);
}

a:visited
{
	color: var(--Brand1);
}

MadCap|dropDown
{
	border-bottom: 1px solid var(--Light);
	mc-image-position: left;
	mc-image-spacing: 10px;
	mc-open-image: url('../Images/Minus.png');
	mc-closed-image: url('../Images/Plus.png');
	padding: 10px 0;
}

MadCap|dropDownBody
{
	padding: 10px 30px 0;
}

MadCap|dropDownHotspot
{
	cursor: hand;
	text-decoration: none;
	color: var(--Dark);
	font-weight: bold;
	border-bottom: none;
	font-size: 16pt;
}

MadCap|expandingBody
{
	color: var(--Dark);
	font-style: italic;
}

MadCap|expandingHead
{
	font-style: italic;
	font-weight: normal;
	cursor: hand;
	text-decoration: none;
	color: var(--Brand1);
}

MadCap|xref
{
	font-weight: bold;
	mc-format: '{para}';
	text-decoration: underline;
	color: var(--Brand1);
}

/* Lists */

dd,
dd p,
dt,
dt p,
li,
li p
{
	margin-bottom: 8px;
	margin-top: 8px;
}

dl,
ol,
ul
{
	letter-spacing: .25px;
	line-height: 20pt;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Page layout */

p.frame-footer-page-number
{
	color: var(--Medium);
	font-size: 11pt;
	font-weight: bold;
	text-align: right;
}

p.frame-footer-text
{
	color: var(--Medium);
	font-size: 11pt;
	font-weight: bold;
	text-transform: uppercase;
}

/* Master page */

div.home-footer
{
	background-color: var(--Brand1);
	padding: 2% 5%;
}

p.footer
{
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 13pt;
	color: var(--White);
}

p.footer-sub
{
	color: var(--White);
	font-size: 14pt;
	margin-top: 14px;
}

a.Popup
{
	mc-popup-height: auto;
	mc-popup-width: auto;
}

div.home-tiles > div:nth-child(3)
{
	width: 8.3333%;
	margin-left: 0%;
}

div.loginButtons	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.loginButtons::before
{
	content: ' ';
	display: table;
}

div.loginButtons::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.loginButtons > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.loginButtons > div:nth-child(1)
{
	margin-left: 0%;
	width: 33.3%;
}

div.loginButtons > div:nth-child(2)
{
	margin-left: 0%;
	width: 33.3%;
}

div.loginButtons > div:nth-child(3)
{
	margin-left: 0%;
	width: 33.3%;
}

div.annoucementRow	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.annoucementRow::before
{
	content: ' ';
	display: table;
}

div.annoucementRow::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.annoucementRow > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.annoucementRow > div:nth-child(1)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.annoucementRow > div:nth-child(2)
{
	width: 33.333%;
	margin-left: 0%;
}

div.annoucementRow > div:nth-child(3)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.home-main	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.home-main::before
{
	content: ' ';
	display: table;
}

div.home-main::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-main > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.home-main > div:nth-child(1)
{
	width: 50%;
	margin-left: 0%;
}

div.home-main > div:nth-child(2)
{
	width: 50%;
	margin-left: 0%;
}

@media only screen and (max-width: 1279px)
{
	/* Home page topic */

	div.home-tiles > div:nth-child(1)
	{
		width: 49%;
		margin-left: 0%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 49%;
		margin-left: 2%;
	}

	div.home-tiles-layout > div:nth-child(1)
	{
		width: 40%;
		margin-left: 30%;
	}

	div.home-tiles-layout > div:nth-child(2)
	{
		width: 90%;
		margin-left: 5%;
	}

	div.quick-links > div:nth-child(1)
	{
		width: 24%;
		margin-left: 0%;
	}

	div.quick-links > div:nth-child(2)
	{
		width: 24%;
		margin-left: 14%;
	}

	div.quick-links > div:nth-child(3)
	{
		width: 24%;
		margin-left: 14%;
	}

	div.quick-links > div:nth-child(4)
	{
		width: 24%;
		margin-left: 19%;
	}

	div.quick-links > div:nth-child(5)
	{
		width: 24%;
		margin-left: 14%;
	}

	html.home-topic .body-container
	{
		margin-left: 0;
	}

	div.home-tiles > div:nth-child(3)
	{
		width: 8.3333%;
		margin-left: 0%;
	}

	div.loginButtons > div:nth-child(1)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.loginButtons > div:nth-child(2)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.loginButtons > div:nth-child(3)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.annoucementRow > div:nth-child(1)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.annoucementRow > div:nth-child(2)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.annoucementRow > div:nth-child(3)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.home-main > div:nth-child(1)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.home-main > div:nth-child(2)
	{
		width: 50%;
		margin-left: 0%;
	}
}

@media only screen and (max-width: 767px)
{
	/* Home page topic */

	div.home-tiles > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
		margin-top: 5%;
	}

	div.home-tiles-layout p
	{
		line-height: 1.2;
	}

	div.quick-links > div:nth-child(1)
	{
		width: 49%;
		margin-left: 0;
	}

	div.quick-links > div:nth-child(2)
	{
		width: 49%;
		margin-left: 2%;
	}

	div.quick-links > div:nth-child(3)
	{
		width: 49%;
		margin-left: 0;
	}

	div.quick-links > div:nth-child(4)
	{
		width: 49%;
		margin-left: 2%;
	}

	div.quick-links > div:nth-child(5)
	{
		width: 49%;
		margin-left: 25.5%;
	}

	div.home-tiles > div:nth-child(3)
	{
		width: 8.3333%;
		margin-left: 0%;
	}

	div.loginButtons > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.loginButtons > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.loginButtons > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.annoucementRow > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.annoucementRow > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.annoucementRow > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.home-main > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.home-main > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}
}

@media print
{
	body
	{
		font-size: 11pt;
		line-height: 13pt;
		margin: 8px;
	}

	/* Content */

	p
	{
		margin-bottom: 10px;
		margin-top: 10px;
	}

	p.table-text
	{
		font-size: 11pt;
	}

	/* Headings */

	h1
	{
		font-size: 25pt;
		line-height: 27pt;
		margin-bottom: 20px;
	}

	h2
	{
		font-size: 21pt;
		font-weight: normal;
		line-height: 23pt;
		margin-bottom: 18px;
		margin-top: 40px;
	}

	h3
	{
		font-size: 15pt;
		font-weight: bold;
		line-height: 17pt;
		margin-bottom: 15px;
		margin-top: 40px;
	}

	/* Links */

	MadCap|xref
	{
		font-weight: normal;
		mc-format: '{quote}{para}{quote} {pageref}';
		text-decoration: none;
	}

	div.note
	{
		background-image: url('../Images/Assets/noun-note-1015404-F1B300-60v2px.png');
		background-position: 10px 3px;
	}

	div.tip
	{
		background-image: url('../Images/Assets/noun-gesture-3210206-008000-50px.png');
		background-position: 5px 3px;
	}

	div.example
	{
		background-image: url('../Images/Assets/noun-star-5947137-0000CD-50px.png');
		background-position: 5px 3px;
	}

	div.warning
	{
		background-image: url('../Images/Assets/noun-warning-1734908-FF0000-50px.png');
		background-position: 5px 3px;
	}

	div.topic-hero
	{
		background-image: url('../Images/Hero-Image-Print.png');
	}
}

/* Styling for WFDSS Login Button */
/* change color of Powered by Madcap Flare */

#mc-backlink
{
	text-decoration: none;
	color: #ffffff;
	font-size: 15px;
	font-family: Arial;
	font-weight: normal;
}

div.note
{
	background-repeat: no-repeat;
	border: solid 2px #f1b300;
	border-bottom-color: #f1b300;
	background-image: url('../Images/Assets/noun-note-1015404-F1B300-50v2px.png');
	margin: 20px 10px 20px 0px;
	border-radius: 10px;
	padding: 10px 10px 10px 50px;
	background-position: 5px 10px;
}

div.tip
{
	margin: 20px 10px 20px 0px;
	background-repeat: no-repeat;
	border: solid 2px #008000;
	border-bottom-color: #008000;
	background-image: url('../Images/Assets/noun-gesture-3210206-008000-40px.png');
	border-radius: 10px;
	padding: 10px 10px 10px 50px;
	background-position: 5px 10px;
}

div.warning
{
	margin: 20px 10px 20px 0px;
	background-repeat: no-repeat;
	border: solid 2px #ff0000;
	border-bottom-color: #ff0000;
	background-image: url('../Images/Assets/noun-warning-1734908-FF0000-40px.png');
	border-radius: 10px;
	padding: 10px 10px 10px 50px;
	background-position: 5px 10px;
}

div.example
{
	margin: 20px 10px 20px 0px;
	background-repeat: no-repeat;
	border: solid 2px #0000cd;
	border-bottom-color: #0000cd;
	background-image: url('../Images/Assets/noun-star-5947137-0000CD-40px.png');
	border-radius: 10px;
	padding: 10px 10px 10px 50px;
	background-position: 5px 10px;
}

div.note > p:first-child
{
	mc-auto-number-class: setoff;
	mc-auto-number-format: '{b}NOTE: {/b}';
}

div.tip > p:first-child
{
	mc-auto-number-class: setoff;
	mc-auto-number-format: '{b}TIP: {/b}';
}

div.example > p:first-child
{
	mc-auto-number-class: setoff;
	mc-auto-number-format: '{b}EXAMPLE: {/b}';
}

div.warning > p:first-child
{
	mc-auto-number-class: setoff;
	mc-auto-number-format: '{b}WARNING: {/b}';
}

span.setoff
{
	text-transform: uppercase;
	letter-spacing: 1px;
}

a.loginButton1
{
	font-size: 14pt;
	font-weight: bold;
	text-transform: uppercase;
	border: solid 2px #1f2a35;
	border-right: solid 2px #1f2a35;
	border-radius: 5px;
	padding: 10px;
	display: block;
	color: #ffffff;
	background-color: #41576f;
	text-align: center;
}

a.loginButton1:hover
{
	background-color: transparent;
	color: #1f2a35;
}

span.mc-variable.General\00002EPhoneNumber
{
	color: #ffffff;
}

a.loginButton2
{
	font-size: 14pt;
	font-weight: bold;
	text-transform: uppercase;
	border: solid 2px #1f2a35;
	border-right: solid 2px #1f2a35;
	border-radius: 5px;
	padding: 10px;
	display: block;
	color: #ffffff;
	text-align: center;
	background-color: #4d7740;
}

a.loginButton2:hover
{
	background-color: transparent;
	color: #1f2a35;
}

a.loginButton3
{
	font-size: 14pt;
	font-weight: bold;
	text-transform: uppercase;
	border: solid 2px #1f2a35;
	border-right: solid 2px #1f2a35;
	border-radius: 5px;
	padding: 10px;
	display: block;
	color: #ffffff;
	background-color: #000000;
	text-align: center;
}

a.loginButton3:hover
{
	background-color: transparent;
	color: #1f2a35;
}

div.announce1
{
	padding: 15px;
	border-radius: 5px;
	margin: 10px;
	background-color: transparent;
	border: solid 2px var(--Brand2);
}

div.announce3
{
	padding: 15px;
	border-radius: 5px;
	margin: 10px;
	background-color: transparent;
	border: solid 2px var(--Brand2);
}

/*<meta sourceDocument="C:\Users\Gina Wilson\Desktop\Searching for an Incident.docx" />*/
/*<meta sourceDocument="C:\Users\Gina Wilson\Desktop\Starting a Decision.docx" />*/

ol.ol_1
{
	padding-left: 0px;
	list-style-type: decimal;
	margin-left: 36pt;
}

img.img_1
{
	visibility: visible;
	mso-wrap-style: square;
	width: 370px;
	height: 519px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_2
{
	visibility: visible;
	mso-wrap-style: square;
	width: 450px;
	height: 551px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_3
{
	visibility: visible;
	mso-wrap-style: square;
	width: 623px;
	height: 18px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

/*<meta sourceDocument="C:\Users\Gina Wilson\Desktop\Decision Stepper.docx" />*/

p.p_1
{
	font-weight: bold;
	font-size: 14pt;
}

span.span_1
{
	font-size: 14pt;
}

span.span_2
{
	font-weight: bold;
	font-size: 14pt;
}

p.p_2
{
	font-size: 14pt;
}

img.img_4
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 30px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

span.span_3
{
	font-weight: bold;
}

p.p_3
{
	font-weight: bold;
}

img.img_5
{
	visibility: visible;
	mso-wrap-style: square;
	width: 454px;
	height: 38px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_6
{
	visibility: visible;
	mso-wrap-style: square;
	width: 456px;
	height: 38px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_7
{
	visibility: visible;
	mso-wrap-style: square;
	width: 139px;
	height: 40px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_8
{
	visibility: visible;
	mso-wrap-style: square;
	width: 192px;
	height: 39px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_9
{
	visibility: visible;
	mso-wrap-style: square;
	width: 433px;
	height: 40px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

span.span_4
{
	color: #FFFFFF;
	font-size: 14pt;
}

p.topicmod
{
	line-height: 20pt;
	letter-spacing: 0.25px;
	widows: 3;
	orphans: 3;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: left;
	font-size: 9.0pt;
}

div.announce
{
	padding: 15px;
	border-radius: 5px;
	margin: 10px;
	border: solid 4px #b22222;
}

div.announce2
{
	padding: 15px;
	border-radius: 5px;
	margin: 10px;
	background-color: transparent;
	border: solid 2px var(--Brand2);
}

