/*Created with Adobe RoboHelp 2015.*/
/* Fonts */
	
/* HTML */
* {
	outline: transparent none!important;
}
html {
	background-color: #ffffff;
	overflow-y: scroll;
	-webkit-text-size-adjust: none;
}
body {
	font-family:  Arial, sans-serif;
	font-weight: 400; /*Regular*/
	background-color: #ffffff;
	font-size: 12pt;
	line-height: 18pt;
	color: #6d6e71;
	max-width: 960px;
	margin: 0 auto 0 auto;
	padding: 0 30px 20px 30px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400; /*Regular*/
	color: #323137;
	line-height: 1.1;
	margin-top: 30px;
	margin-bottom: 12px;
}
h1 {
	font-size: 27pt; /*36px*/
	font-weight: 600; /*SemiBold*/
}
h2 {
	font-size: 22.5pt; /*30px*/
	font-weight: 600; /*SemiBold*/
}
h3 {
	font-size: 19pt; /*25px*/
	font-weight: 600; /*SemiBold*/
}
h4 {
	font-size: 16pt; /*21px*/
	font-weight: 600; /*SemiBold*/
}
h5 {
	font-size: 14pt; /*18px*/
	font-weight: 600; /*SemiBold*/
}
h6 {
	font-size: 12pt; /*16px*/
	font-weight: 600; /*SemiBold*/
}
p {
	margin: 24px 0 24px 0;
}
ol,
ul {
	margin-top: 0;
	margin-bottom: 0;
}
ul li, ol li {
	color: #6d6e71!important;
	font-size: 12pt!important;
	line-height: 18pt!important;
}
table, td {
	color: #6d6e71!important;
	font-size: 12pt!important;
	line-height: 18pt!important;
	  
}
/* Footer Styling */

p.even-pages-footer {
	margin: 30px 0 0 0;
	padding: 0;
	
}
#footer {
	margin: 30px 0 0 0;
	padding: 0;
	
}

/* Hyperlinks */
a {
	outline: 0;
	background-color: transparent;
}
a, a:visited {
	color: #e9510e;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a.dropspot {
	color: #e9510e;
	border-bottom: 1px dotted;
	text-decoration: none;
}
a.dropspot:hover {
	border-bottom: 1px solid;
	text-decoration: none;
}
a.expandspot {
	color: #e9510e;
	border-bottom: 1px dotted;
	text-decoration: none;
}
a.expandspot:hover {
	color: #e9510e;
	border-bottom: 1px solid;
	text-decoration: none;
}
a.glossterm {
	color: #e9510e;
	border-bottom: 1px dotted;
	text-decoration: none;
}
a.glossterm:hover {
	color: #e9510e;
	border-bottom: 1px solid;
	text-decoration: none;
}
/* Paragraph */
p.image-caption {
	font-style: italic;
}
p.introduction {
	font-weight: 300; /*Light*/
	font-size: 14pt;
	line-height: 1.4;
}
p.small {
	font-size: 85%;
}
p.small-caps {
	font-weight: bold;
	text-transform: uppercase;
	margin: 48px 0 12px 0;
	padding: 0;
}
p.condensed {
	margin-top: 0;
	margin-bottom: 0;
}
p.code-block {
	font: 12pt "Courier New", Courier, monospace;
	line-height: 18pt;
	margin: 0;
}
p.proc-heading {
	font-size: 16pt;
	font-weight: bold;
	color: #6d6e71;
	margin: 32px 0 12px 0;
	x-next-class: ;
	x-next-type: p;
}
p.table-subheader {
	font-size: 9pt!important;
	font-weight: bold;
	color: #6d6e71;
	text-transform: uppercase;
	margin: 0;
	padding-top: 16px;	
}
p.message-heading {
	font-size: 12pt;
	font-weight: bold;
	padding-bottom: 6px;
}
p.message-note,
p.message-important,
p.message-caution,
p.message-tip,
p.message-example,
p.message-callout {
	font-size: 12pt;
	line-height: 18pt;
	padding: 24px;
	border: 1px solid #e1e1e1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
p.message-note {
	border-left: 10px solid #1b809e;
}
p.message-important {
	border-left: 10px solid #FFCC66;
}
p.message-caution {
	border-left: 10px solid #D41153;
}
p.message-tip {
	border-left: 10px solid #46B490;
}
p.message-callout {
	border-left: 10px solid #6d6e71;
}

p.message-example {
	border-left: 10px solid #6d6e71;
}
p.tag-new,
p.tag-fixed,
p.tag-advice,
p.tag-workaround,
p.tag-system,
p.tag-internal,
p.tag-statutory {
	font-size: 9pt;
	font-weight: bold;
	line-height: normal;
	color: #6d6e71;
	padding: 8px 15px 8px 15px	 ! important ;
	margin: 0 -8px 0 -8px	 ! important ;
	text-transform: uppercase;
}
p.tag-new {
	background-color: #fff2cc;
	border-left: 5px solid #f0ad4e;
}
p.tag-fixed {
	background-color: #dff0d8;
	border-left: 5px solid #5cb85c;
}
p.tag-advice {
	background-color: #d9edf7;
	border-left: 5px solid #5bc0de;
}
p.tag-workaround {
	background-color: #eee1f7;
	border-left: 5px solid #bb88de;
}
p.tag-system {
	background-color: #f2dede;
	border-left: 5px solid #d9534f;
}
p.tag-internal {
	background-color: #e7e7e7;
	border-left: 5px solid #999999;
}
p.tag-statutory {
	background-color: #dbe5f1;
	border-left: 5px solid #4f81bd;
}
p.even-pages-header {
	margin-left: 40px;
}
p.odd-pages-header {
	
	margin-left: 40px;
}
p.even-pages-footer {
		margin-left: 40px;
}
p.odd-pages-footer {
	margin-left: 40px;
}
p.toc-footer-left {
	margin-left: 40px;
}
p.toc-footer-right {
	margin-left: 40px;
}
p.corporate-header {
}
p.corporate-footer {
}
/* Character */
span.inline-code {
	font: 12pt "Courier New", Courier, monospace;
	
}
span.inline-highlight {
	background-color: #ffffb2;
	padding: 3px;
}
span.inline-small-caps {
	font-weight: bold;
	text-transform: uppercase;
}
span.inline-message-heading {
	font-size: 12pt;
	font-weight: bold;
}
span.inline-superscript {
	font-size: 8pt;
	vertical-align: baseline;
	position: relative;
	top: -6px;
}
span.expandtext {
	color: #FDB924;
	font-style: normal;
}
span.glosstext {
	color: #FDB924;
	font-style: normal;
}
/* Tables */
table.table-data {
	x-border-spacing: 0px;
	x-1st-row: 1;
	x-1st-row-name: t1st;
	x-row-pat-1: 1;
	x-row-pat-1-name: t1Row;
	x-row-pat-count: 2;
	x-row-pat-2: 1;
	x-row-pat-2-name: t2Row;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #ffffff;
	color: #dddddd;
	font-size: 11pt;
	line-height: 16pt;
	border: 1px #dddddd;
}
table.table-data td {
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 6px;
	padding-bottom: 6px;
	vertical-align: top;
	
	
}
table.table-data p {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}
table.table-data tr.t1st td {
	color: #323232;
	font-size: 11pt;
	line-height: 16pt;
	font-weight: bold;
	margin-top: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	margin-right: 0pt;
	border-bottom-style: Solid;
	border-bottom-width: 3px;
	border-bottom-color: #dddddd;
	background-color: #f6f6f6;
}
table.table-data tr.t1Row td {
	color: #323232;
	font-size: 11pt;
	line-height: 16pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	margin-right: 0pt;
	border-bottom-style: Solid;
	border-bottom-width: 1px;
	border-bottom-color: #dddddd;
}
table.table-data tr.t2Row td {
	color: #323232;
	font-size: 11pt;
	line-height: 16pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	margin-right: 0pt;
	border-bottom-style: Solid;
	border-bottom-width: 1px;
	border-bottom-color: #dddddd;
}
table.table-data-condensed {
	x-border-spacing: 0px;
	x-1st-row: 1;
	x-1st-row-name: t1st;
	x-row-pat-1: 1;
	x-row-pat-1-name: t1Row;
	x-row-pat-count: 2;
	x-row-pat-2: 1;
	x-row-pat-2-name: t2Row;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #ffffff;
	color: #323232;
	font-size: 11pt;
	line-height: 16pt;
}
table.table-data-condensed td {
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: top;
}
table.table-data-condensed p {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}
table.table-data-condensed tr.t1st td {
	color: #323232;
	font-size: 11pt;
	line-height: 16pt;
	font-weight: bold;
	margin-top: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	margin-right: 0pt;
	border-bottom-style: Solid;
	border-bottom-width: 3px;
	border-bottom-color: #dddddd;
	background-color: #f6f6f6;
}
table.table-data-condensed tr.t1Row td {
	color: #323232;
	font-size: 11pt;
	line-height: 16pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	margin-right: 0pt;
	border-bottom-style: Solid;
	border-bottom-width: 1px;
	border-bottom-color: #dddddd;
}
table.table-data-condensed tr.t2Row td {
	color: #323232;
	font-size: 11pt;
	line-height: 16pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	margin-right: 0pt;
	border-bottom-style: Solid;
	border-bottom-width: 1px;
	border-bottom-color: #dddddd;
}
table.table-code-block {
	x-1st-row: 1;
	x-1st-row-name: t1st;
	x-row-pat-1: 1;
	x-row-pat-1-name: t1Row;
	x-row-pat-count: 2;
	x-row-pat-2: 1;
	x-row-pat-2-name: t2Row;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #f6f6f6;
	color: #6d6e71;
	font-size: 11pt;
	line-height: 16pt;
	border-left-style: Solid;
	border-left-width: 1px;
	border-left-color: #dddddd;
	border-right-style: Solid;
	border-right-width: 1px;
	border-right-color: #dddddd;
	border-top-style: Solid;
	border-top-width: 1px;
	border-top-color: #dddddd;
	border-bottom-style: Solid;
	border-bottom-width: 1px;
	border-bottom-color: #dddddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
table.table-code-block td {
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 24px;
	padding-bottom: 24px;
}
table.table-code-block p {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}
table.table-code-block tr.t1st td {
	margin-top: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	margin-right: 0pt;
}
table.table-message-note {
	x-border-spacing: 0px;
	x-1st-row: 1;
	x-1st-row-name: t1st;
	x-row-pat-1: 1;
	x-row-pat-1-name: t1Row;
	x-row-pat-count: 2;
	x-row-pat-2: 1;
	x-row-pat-2-name: t2Row;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #ffffff;
	color: #323232;
	font-size: 11pt;
	line-height: 16pt;
	border-left-style: Solid;
	border-left-width: 10px;
	border-left-color: #1b809e;
	border-right-style: Solid;
	border-right-width: 1px;
	border-right-color: #e1e1e1;
	border-top-style: Solid;
	border-top-width: 1px;
	border-top-color: #e1e1e1;
	border-bottom-style: Solid;
	border-bottom-width: 1px;
	border-bottom-color: #e1e1e1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
table.table-message-note td {
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 24px;
	padding-bottom: 24px;
}
table.table-message-note p {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}
table.table-message-note tr.t1st td {
	color: #323232;
	font-size: 11pt;
	line-height: 16pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	margin-right: 0pt;
}
table.table-message-important {
	x-border-spacing: 0px;
	x-1st-row: 1;
	x-1st-row-name: t1st;
	x-row-pat-1: 1;
	x-row-pat-1-name: t1Row;
	x-row-pat-count: 2;
	x-row-pat-2: 1;
	x-row-pat-2-name: t2Row;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #ffffff;
	color: #323232;
	font-size: 11pt;
	line-height: 16pt;
	border-left-style: Solid;
	border-left-width: 10px;
	border-left-color: #FFCC66;
	border-right-style: Solid;
	border-right-width: 1px;
	border-right-color: #e1e1e1;
	border-top-style: Solid;
	border-top-width: 1px;
	border-top-color: #e1e1e1;
	border-bottom-style: Solid;
	border-bottom-width: 1px;
	border-bottom-color: #e1e1e1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
table.table-message-important td {
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 24px;
	padding-bottom: 24px;
}
table.table-message-important p {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}
table.table-message-important tr.t1st td {
	color: #323232;
	font-size: 11pt;
	line-height: 16pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	margin-right: 0pt;
}
table.table-message-caution {
	x-border-spacing: 0px;
	x-1st-row: 1;
	x-1st-row-name: t1st;
	x-row-pat-1: 1;
	x-row-pat-1-name: t1Row;
	x-row-pat-count: 2;
	x-row-pat-2: 1;
	x-row-pat-2-name: t2Row;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #ffffff;
	color: #323232;
	font-size: 11pt;
	line-height: 16pt;
	border-left-style: Solid;
	border-left-width: 10px;
	border-left-color: #D41153;
	border-right-style: Solid;
	border-right-width: 1px;
	border-right-color: #e1e1e1;
	border-top-style: Solid;
	border-top-width: 1px;
	border-top-color: #e1e1e1;
	border-bottom-style: Solid;
	border-bottom-width: 1px;
	border-bottom-color: #e1e1e1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
table.table-message-caution td {
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 24px;
	padding-bottom: 24px;
}
table.table-message-caution p {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}
table.table-message-caution tr.t1st td {
	color: #323232;
	font-size: 11pt;
	line-height: 16pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	margin-right: 0pt;
}
table.table-message-tip {
	x-border-spacing: 0px;
	x-1st-row: 1;
	x-1st-row-name: t1st;
	x-row-pat-1: 1;
	x-row-pat-1-name: t1Row;
	x-row-pat-count: 2;
	x-row-pat-2: 1;
	x-row-pat-2-name: t2Row;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #ffffff;
	color: #323232;
	font-size: 11pt;
	line-height: 16pt;
	border-left-style: Solid;
	border-left-width: 10px;
	border-left-color: #46B490;
	border-right-style: Solid;
	border-right-width: 1px;
	border-right-color: #e1e1e1;
	border-top-style: Solid;
	border-top-width: 1px;
	border-top-color: #e1e1e1;
	border-bottom-style: Solid;
	border-bottom-width: 1px;
	border-bottom-color: #e1e1e1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
table.table-message-tip td {
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 24px;
	padding-bottom: 24px;
}
table.table-message-tip p {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}
table.table-message-tip tr.t1st td {
	color: #323232;
	font-size: 11pt;
	line-height: 16pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	margin-right: 0pt;
}
table.table-message-callout {
	x-1st-row: 1;
	x-1st-row-name: t1st;
	x-row-pat-1: 1;
	x-row-pat-1-name: t1Row;
	x-row-pat-count: 2;
	x-row-pat-2: 1;
	x-row-pat-2-name: t2Row;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #ffffff;
	color: #323232;
	font-size: 11pt;
	line-height: 16pt;
	border-left-style: Solid;
	border-left-width: 10px;
	border-left-color: #6d6e71;
	border-right-style: Solid;
	border-right-width: 1px;
	border-right-color: #e1e1e1;
	border-top-style: Solid;
	border-top-width: 1px;
	border-top-color: #e1e1e1;
	border-bottom-style: Solid;
	border-bottom-width: 1px;
	border-bottom-color: #e1e1e1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
table.table-message-callout td {
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 24px;
	padding-bottom: 24px;
}
table.table-message-callout p {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}
table.table-message-callout tr.t1st td {
	color: #323232;
	font-size: 11pt;
	line-height: 16pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	margin-right: 0pt;
}
table.table-release-notes {
	x-border-spacing: 0px;
	x-col-pat-1: 1;
	x-col-pat-1-name: t1Col;
	x-col-pat-count: 2;
	x-col-pat-2: 1;
	x-col-pat-2-name: t2Col;
	x-last-col: 1;
	x-last-col-name: last;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #ffffff;
	color: #323232;
	font-size: 11pt;
	line-height: 16pt;
}
table.table-release-notes td {
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	vertical-align: top;
}
table.table-release-notes p {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}
table.table-release-notes td.t1Col {
	color: #323232;
	font-size: 11pt;
	line-height: 16pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	margin-right: 0pt;
	border-bottom-style: Solid;
	border-bottom-width: 0px;
	border-bottom-color: #ffffff;
}
table.table-release-notes td.t2Col {
	color: #323232;
	font-size: 11pt;
	line-height: 16pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	margin-right: 0pt;
	border-bottom-style: Solid;
	border-bottom-width: 0px;
	border-bottom-color: #ffffff;
}
table.table-release-notes td.last {
	color: #323232;
	font-size: 11pt;
	line-height: 16pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	margin-right: 0pt;
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom-style: Solid;
	border-bottom-width: 1px;
	border-bottom-color: #dddddd;
}
table.table-unstyled {
	x-border-spacing: 0px;
	x-1st-row: 1;
	x-1st-row-name: t1st;
	x-row-pat-1: 1;
	x-row-pat-1-name: t1Row;
	x-row-pat-count: 2;
	x-row-pat-2: 1;
	x-row-pat-2-name: t2Row;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #ffffff;
	color: #323232;
	font-size: 11pt;
	line-height: 16pt;
}
table.table-unstyled td {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	vertical-align: top;
}
table.table-unstyled p {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}
table.table-unstyled tr.t1st td {
	color: #323232;
	font-size: 11pt;
	line-height: 16pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	margin-right: 0pt;
	border-bottom-style: Solid;
	border-bottom-width: 0px;
	border-bottom-color: #ffffff;
}
table.table-unstyled tr.t1Row td {
	color: #323232;
	font-size: 11pt;
	line-height: 16pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	margin-right: 0pt;
	border-bottom-style: Solid;
	border-bottom-width: 0px;
	border-bottom-color: #ffffff;
}
table.table-unstyled tr.t2Row td {
	color: #323232;
	font-size: 11pt;
	line-height: 16pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	margin-right: 0pt;
	border-bottom-style: Solid;
	border-bottom-width: 0px;
	border-bottom-color: #ffffff;
}
/* *******************Lists******************* */
/*added  message li styles because of RoboHelp 2020 issue with p in lists. 2020 really was a b*itch in all ways!*/
li.message-note {
	
	list-style:none;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: -36px;
	padding-left: 10px;
			font-size: 12pt;
	line-height: 18pt;
	padding: 24px;
		border: 1px solid #e1e1e1;
	border-left: 10px solid #1b809e;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

}
li.message-important {
	
	list-style:none;	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: -36px;
	padding-left: 10px;
			font-size: 12pt;
	line-height: 18pt;
	padding: 24px;
		border: 1px solid #e1e1e1;
	border-left: 10px solid #FFCC66;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
li.message-caution {

	list-style:none;	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: -36px;
	padding-left: 10px;
	
		font-size: 12pt;
	line-height: 18pt;
	padding: 24px;
	border: 1px solid #e1e1e1;
		border-left: 10px solid #D41153;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

li.message-tip {
	
	list-style:none;	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: -36px;
	padding-left: 10px;
				font-size: 12pt;
	line-height: 18pt;
	padding: 24px;
	border: 1px solid #e1e1e1;
border-left: 10px solid #46B490;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
}
li.message-callout {
	
	list-style:none;	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: -36px;
	padding-left: 10px;
			font-size: 12pt;
	line-height: 18pt;
	padding: 24px;
	border: 1px solid #e1e1e1;
	border-left: 10px solid #6d6e71;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

li.message-example {
	
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: -36px;
	padding-left: 10px;
	
			font-size: 12pt;
	line-height: 18pt;
	padding: 24px;
		border: 1px solid #e1e1e1;
	border-left: 10px solid #6d6e71;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
list-style:none;
}
	
li.p {
	
	list-style:none;	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: -36px;
	padding-left: 10px;
}
	
li.list-ordered {
	color: #323232;
	font-size: 11pt;
	line-height: 16pt;
	list-style: decimal;
	margin-top: 24px;
	margin-bottom: 24px;
}
li.list-ordered-narrow {
	color: #323232;
	font-size: 11pt;
	line-height: 16pt;
	list-style: decimal;
	margin-top: 12px;
	margin-bottom: 12px;
}
li.list-ordered-condensed {
	color: #323232;
	font-size: 11pt;
	line-height: 16pt;
	list-style: decimal;
	margin-top: 0px;
	margin-bottom: 0px;
}
li.list-unordered {
	color: #323232;
	font-size: 11pt;
	line-height: 16pt;
	list-style: disc;
	margin-top: 24px;
	margin-bottom: 24px;
}
li.list-unordered-narrow {
	color: #323232;
	font-size: 11pt;
	line-height: 16pt;
	list-style: disc;
	margin-top: 12px;
	margin-bottom: 12px;
	
}
li.list-unordered-condensed {
	color: #323232;
	font-size: 11pt;
	line-height: 16pt;
	list-style: disc;
	margin-top: 6px;
	margin-bottom: 6px;
}
li.list-unstyled {
	color: #323232;
	font-size: 11pt;
	line-height: 16pt;
	list-style: none;
	margin-top: 24px;
	margin-bottom: 24px;
}
li.list-unstyled-narrow {
	color: #323232;
	font-size: 11pt;
	line-height: 16pt;
	list-style: none;
	margin-top: 12px;
	margin-bottom: 12px;
}
li.list-unstyled-condensed {
	color: #323232;
	font-size: 11pt;
	line-height: 16pt;
	list-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
}

li.first-child-space {
	color: #323232;
	font-size: 11pt;
	line-height: 16pt;
	margin-top: 24px;
}
li.last-child-space {
	color: #323232;
	font-size: 11pt;
	line-height: 16pt;
	margin-bottom: 24px;
}
li.first-child-no-space {
	color: #323232;
	font-size: 11pt;
	line-height: 16pt;
	margin-top: 0px;
}
li.last-child-no-space {
	color: #323232;
	font-size: 11pt;
	line-height: 16pt;
	margin-bottom: 0px;
}
/* Home Page Styling */
p.jumbo-heading {
	font-weight: 700; /*Bold*/
	margin: 34px 0 20px 0;
	font-size: 36pt;
	line-height: 36pt;
	color: #323137;
}
p.jumbo-intro {
	font-weight: 300; /*Light*/
	margin: -9px 0 16px 0;
	font-size: 18pt;
	line-height: 20pt;
	color: #6d6e71;
}
table.table-feature {
	x-1st-row: 1;
	x-1st-row-name: t1st;
	x-row-pat-1: 1;
	x-row-pat-1-name: t1Row;
	x-row-pat-count: 2;
	x-row-pat-2: 1;
	x-row-pat-2-name: t2Row;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #ffffff;
	color: #6d6e71;
	font-size: 12pt;
	line-height: 18pt;
	border-left-style: Solid;
	border-left-width: 1px;
	border-left-color: #dddddd;
	border-right-style: Solid;
	border-right-width: 1px;
	border-right-color: #dddddd;
	border-top-style: Solid;
	border-top-width: 1px;
	border-top-color: #dddddd;
	border-bottom-style: Solid;
	border-bottom-width: 4px;
	border-bottom-color: #dddddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
table.table-feature td {
	padding-left: 24px!important;
	padding-right: 24px!important;
	padding-top: 24px!important;
	padding-bottom: 24px!important;
	text-align: center;
}
table.table-feature p {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}
table.table-feature tr.t1st td {
	margin-top: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	margin-right: 0pt;
}
table.table-feature:hover {
	border-bottom-color: #e9510e; /*f6f6f6*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
table.table-feature h4 {
	font-family: Arial, sans-serif;
	font-weight: 600; /*Regular*/
	font-size: 15.645pt;
	margin: 20px 0 10px 0;
}

table.table-feature h4 a {
	color: #e9510e;
	text-decoration: none;
}
table.table-feature h4 a:hover {
	border-bottom: 1px solid;
}
table.table-feature a {
	color: #6d6e71;
	text-decoration: none;
	border: none;
}

table.table-feature td a.help {
	
}

table.table-feature td a.note {
	
}

table.table-feature td a.contact 
	
table.table-feature td a.support {
	
}

 {
	background-position: 0 -48px;
	border: none;
}
/* EXISTING STYLING */
/* These must be retained until they have been
replaced by a new style or are longer required */
table {
	width: 100%;
	font-size: 12pt;
	margin: 20px 0;
}
table.DefaultTable {
	border: none;
	width: 100%;
	font-size: 12pt;
	margin: 20px 0;
}
table.DefaultTable th {
	text-align: left;
	background-color: #2b393d;
}
table.DefaultTable tr.SubHeader {
	background-color: #f8f8f8;
}
table.DefaultTable td {
	vertical-align: top;
}
p.TableCaption {
	margin: 0 0 -10px 0;
	text-align: left;
	font-weight: bold;
	font-style: italic;
	color: #777;
}
p.TableHeader,
p.TableSubHeader {
	font-weight: bold;
	margin: 0;
}
p.TableHeader {
	padding: 3px 10px;
	color: #ffffff;
}
p.TableSubHeader {
	padding: 6px 10px;
	
}

p.TableTextCondensed,
p.TableTextExpanded {
	padding: 3px 10px;
	margin: 0;
	vertical-align: top;
}
p.TableTextNormal {
	padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-left: 0px;
	margin: 0;
}
p.TableTextCondensed {
	padding: 0px 10px;
}
p.TableTextExpanded {
	padding: 6px 10px;
}
table.Autofit {
	width: auto;
	margin: 20px 0;
}
table.Blank {
	width: 100%;
	margin: 20px 0;
}
table.Autofit,
table.Blank,
table.Blank td,
table.Blank p {
	border: none;
	padding: 0;
	vertical-align: top;
}