table.BasicTable {
	border-color:#FFF;
	border-style:solid;
	border-width:1px;
	margin-bottom:20px;
	margin-top:20px;
	border-bottom:2px solid #fcb040;
	margin-left: auto;
	margin-right: auto;
}

table.BasicTable td{
	padding:4px;
}

.BasicTable-Link {
	text-decoration:underline;
	font-family:Calibri, sans-serif;
	font-size:15px;
	color:#FFF;
	font-weight:bold;
}
.BasicTable-Head {
	background-color:#fcb040;
	padding-top:8px;
	font-family:Calibri, sans-serif;
	font-size:15px;
	color:#FFFFFF !important;
	font-weight:bold; 
}

.BasicTable-Head td{	
	color:#FFFFFF !important;
}

.BasicTable-Body-Light {
	background-color:#f5f5f5;
	font-family:Calibri, sans-serif;
	font-size:14px;
}
.BasicTable-Body-Dark {
	background-color:#e6e6e6;
	font-family:Calibri, sans-serif;
	font-size:14px;
}
.BasicTable-Footer-Light {
	background-color:#f5f5f5;
	font-family:Calibri, sans-serif;
	font-size:12px;
}
.BasicTable-Footer-Dark {
	background-color:#e6e6e6;
	font-family:Calibri, sans-serif;
	font-size:12px;
}

table.MetalsTable {
	border-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	margin: 20px auto 20px 10px;
	border-bottom: 2px solid #fcb040;
}

table.IconsTable {
	border-style: solid;
	border-top: thin double #fcb040;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 120%;
}

p.ParaIndent {
	margin-left: 60px !important;
}

ul.UnorderedList {
	margin: 15px 0px 0px 60px !important;
	padding: 0px 0px 0px 0px !important;
	border: 0 !important;
}

ol.OrderedList {
	margin: 15px 0px 0px 60px !important;
	padding: 0px 0px 0px 0px !important;
	border: 0 !important;
}

li.ListItem {
	border: 0px !important;
	padding: 0px 0px 15px 0px;
}

h1.Header {
	color:#fcb040;
	font-family:Calibri, sans-serif;
	font-size:30px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:1.2;
	margin-bottom:8px;
	margin-left:0px;
	margin-right:0px;
	margin-top:25px;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
}

h2.Toc-Head {
	color:#fcb040;
	font-family:Arial, sans-serif;
	font-size:19px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1;
	margin:0;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
}
h4.TOC-SubHead {
	color:#666666;
	font-family:"Arial Narrow", sans-serif;
	font-size:12px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.417;
	margin-bottom:5px;
	margin-left:0px;
	margin-right:0px;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
}
h2.SubHead {
	color:#808084;
	font-family:Calibri, sans-serif;
	font-size:24px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:1.2;
	margin-top:20px;
	margin-bottom:4px;
	margin-left:0px;
	margin-right:0px;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
}
p.Author-Byline {
	color:#808080;
	font-family:Calibri, sans-serif;
	font-size:15px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:1.067;
	margin-bottom:12px;
	margin-left:0px;
	margin-right:0px;
	margin-top:-4px;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
}
h3.Sub-SubHead {
	color:#fcb040;
	font-family:Calibri, sans-serif;
	font-size:19px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:1;
	margin-bottom:4px;
	margin-left:0px;
	margin-right:0px;
	margin-top:15px;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
}

/* ------  BULLETS ------  */

.Body-Bullets {
	list-style:disc;
	padding:0;
    margin-left:40px !important;
}
.Body-Bullets li, .Body-Bullets li:first-child {
	list-style:disc;
	color:#000000;
	text-align:left;
	text-decoration:none;
	border-bottom:0px !important;
	padding:0px;
}





p.TOC-Click {
	color:#000000;
	font-family:"Arial Narrow", sans-serif;
	font-size:12px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1;
	margin-bottom:15px;
	margin-left:0px;
	margin-right:0px;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
}
span.Hyperlink {
	color:#333399;
	font-style:normal;
	font-weight:normal;
	text-decoration:underline;
}
.TOC {
	background-color:#f4f4f4;
	border-color:#fcb040;
	border-style:solid;
	border-width:1px;
	padding:7px 7px 7px 7px;
	width:220px;
	float:right;
	clear:left;
	margin:10px 7px 7px 15px;
}
.Sidebar {
	background-color:#f5f5f5;
	border-color:#9c9c9c;
	border-style:solid;
	border-width:1px;
	float:right;
	clear:left;
	padding:5px 9px 9px 9px;
	width:216px;
	margin:10px 7px 7px 15px;
}
.Sidebar-Head {
	color:#fcb040;
	font-family:Calibri, sans-serif;
	font-size:18px;
	font-weight:bold;
}
.TOC ul {
    list-style: square;
    padding:0 0 0 10px;
    margin:0 0 0 10px;
}
.TOC li { 
  	color:#fcb040;
	font-family:"Arial Narrow", sans-serif;
	margin:0;
	padding:0;
	border:none;
}
.TOC li:first-child { 
  	padding:0;
}
.TOC li a { 
	color:#666666;
	font-family:"Arial Narrow", sans-serif;
        display:block;
        text-decoration:none;
         margin: 3px 0;
  	
}
.TOC li a:hover { 
         color:#000;
  	text-decoration:underline;
}