body {
    font-family: sans-serif;
    color: #414141;
    font-size: 12pt;
    background-color: #FFFFFF;
}

p, .p {
    font-family: sans-serif;
    font-size: 10pt;
    color: #414141;
    margin-top: 1em;
    margin-bottom: 0em;
}

kbd, .ph userinput {
    color: blue;
}

ul li {
    list-style-type: square;
    margin-top: 1.0em;
    margin-bottom: 0em;
    margin-left: 0px;
    font-family: sans-serif;
    font-size: 10pt;
    color: #414141;
}

ol li {
    list-style-type: decimal;
    margin-top: 1.0em;
    margin-bottom: 0em;
    font-family: sans-serif;
    font-size: 10pt;
    color: #414141;
}

ul ul li {
    list-style-type: square;
    margin-top: 1.0em;
    margin-bottom: 0em;
}

ol ul li {
    list-style-type: square;
    margin-top: 1.0em;
    margin-bottom: 0em;
}

ol ol li {
    list-style-type: lower-alpha;
    margin-top: 1.0em;
    margin-bottom: 0em;
}

ol ol ul li {
    list-style-type: square;
    margin-top: 1.0em;
    margin-bottom: 0em;
}

h1 {
    color: #414141;
    font-family: "myriad-pro","Myriad Pro",sans-serif;
    font-size: 21px;
    font-weight: bold;
    background-color: inherit;
    margin: 0;
}

h2 {
    color: #414141;
    font-family: "myriad-pro","Myriad Pro",sans-serif;
    font-size: 19px;
    font-weight: bold;
    background-color: inherit;
    margin: 0;
}

h3 {
    color: #414141;
    font-family: "myriad-pro","Myriad Pro",sans-serif;
    font-size: 17px;
    font-weight: bold;
    background-color: inherit;
    margin: 0;
}

h4 {
    color: #414141;
    font-family: "myriad-pro","Myriad Pro",sans-serif;
    font-size: 16px;
    font-weight: bold;
    background-color: inherit;
    margin: 0;
}

h5 {
    color: #414141;
    font-family: "myriad-pro","Myriad Pro",sans-serif;
    font-size: 16px;
    font-weight: bold;
    background-color: inherit;
    margin: 0;
}


.topictitle1 {
	color: #414141;
	font-family: "myriad-pro","Myriad Pro",sans-serif;
	font-size: 21px;
	font-weight: bold;
  background-color: inherit;
  margin-top: .5em;
  margin-bottom: .5em;
}

.topictitle2 {
		color: #414141;
		font-family: "myriad-pro","Myriad Pro",sans-serif;
		font-size: 19px;
		font-weight: bold;
    background-color: inherit;
    margin-top: 1.0em;
    margin-bottom: 1.0em;
}

.topictitle3 {
		color: #414141;
		font-family: "myriad-pro","Myriad Pro",sans-serif;
		font-size: 17px;
		font-weight: bold;
    background-color: inherit;
    margin-top: 1.0em;
    margin-bottom: 1.0em;
}

.topictitle4 {
		color: #414141;
		font-family: "myriad-pro","Myriad Pro",sans-serif;
		font-size: 16px;
		font-weight: bold;
    background-color: inherit;
    margin-top: 1.0em;
    margin-bottom: 1.0em;
}

.topictitle5, .topictitle6 {
		color: #414141;
		font-family: "myriad-pro","Myriad Pro",sans-serif;
		font-size: 16px;
		font-weight: bold;
    background-color: inherit;
    margin-top: 1.0em;
    margin-bottom: 1.0em;
}

.example_title {
		color: #414141;
		font-family: "myriad-pro","Myriad Pro",sans-serif;
		font-size: 16px;
		font-weight: bold;
    background-color: inherit;
    margin-top: 1.0em;
    margin-bottom: 1.0em;
}

.infotype {
		color: #414141;
		font-family: "myriad-pro","Myriad Pro",sans-serif;
		font-size: 16px;
		font-weight: bold;
    background-color: inherit;
    margin-top: 1.0em;
    margin-bottom: 1.0em;
}

a:hover {
    background-color: #CCCCCC;
}

a:link {
    font-weight: normal;
    color: #23527c;
    text-decoration: none;
}

a:visited {
    color: #000099;
    font-weight: bold;
}

dt {
    font-family: "Courier New", Courier, monospace;
    font-size: 10pt;
    color: #000099;
    font-weight: normal;
    text-align: left;
    text-indent: 0em;
    text-decoration: none;
    white-space: normal;
    margin-top: 1em;
    margin-bottom: 0em;
}

dt.bold {
    font-family: sans-serif;
    font-size: 10pt;
    color: black;
    font-weight: bold;
    text-align: left;
    text-indent: 0em;
    text-decoration: none;
    white-space: normal;
    margin-top: 1em;
    margin-bottom: 0em;
}

dd {
    font-family: sans-serif;
    font-size: 10pt;
    color: #414141;
    margin-top: 0em;
    margin-bottom: .5em;
}

img {
    margin-top: 2pt;
}

table {
    margin-top: 6pt;
    display: table;
}

/* LS-IBI 11/16 Changed border-collapse, border-style, and border-color */
table.table {
    display: table;
    margin-top: 6pt;
    border-collapse: collapse;
    border-style: single;
    border-left-color: #808080;
    border-top-color: #808080;
    border-bottom-color: #808080;
    border-right-color: #808080;
    border-width: 1pt;
}

/* LS-IBI 11/16 Changed border-collapse and border-color */
table.table td, table.table th {
    border-collapse: collapse;
    border-style: solid;
    border-left-color: #808080;
    border-top-color: #808080;
    border-bottom-color: #808080;
    border-right-color: #808080;
    border-width: 1pt;
    padding: 6pt;
}

td {
    font-family: sans-serif;
    font-size: 10pt;
    color: #414141;
}

.table .p, .table p, .lines {
    font-family: sans-serif;
    font-size: 10pt;
    color: #414141;
    margin-top: 0em;
    margin-bottom: 0em;
}

tr {
    vertical-align: top;
}

/* LS-IBI 11/16 Changed In this section box to light blue */
th {
    background-color: #F0F7FC;
}

.related-links {
    margin-top: 6pt;
}

.widetable {
    width: 100%;
}

.sectiontitle {
    font-family: sans-serif;
    font-weight: bold;
    font-size: 13pt;
    color: #005299;
    margin-top: 1em;
    margin-bottom: 0;
}

/* LS-IBI 11/16 Changed In this section box to light blue and removed border line*/
.nested_mini_toc {
    margin-top: 13px;
    width: 100%;
    background-color: #F0F7FC;
    border-collapse: collapse;
		color: #414141;
}

.mini_toc_heading {
    font-size: 10pt;
    font-weight: bold;
    padding-left: 6px;
   
}

.chapter_mini_toc_td {
    width: 45%;
    background-color: white
}

