.nace h2 {
    color: #545454 !important;
    line-height: 1.2 !important;
    font-size: 30px !important;
    /*font-family: 'ChunkFiveRegular', Helvetica, sans-serif !important;*/
    font-family: 'FuturaHeavy' !important;
    text-shadow: #fff 1px 1px 0 !important;
    /*font-weight: bold !important;*/
}

.nace h3 {
    color: #545454 !important;
    font-size: 18px !important;
    line-height: 1.2 !important;
    /*font-family: 'ChunkFiveRegular', Helvetica, sans-serif !important;*/
    font-family: 'FuturaHeavy' !important;
    text-shadow: #fff 1px 1px 0 !important;
    /*font-weight: bold !important;*/
}

.nace h4 {
    color: #545454 !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    /*font-family: 'ChunkFiveRegular', Helvetica, sans-serif !important;*/
    font-family: 'FuturaHeavy' !important;
    text-shadow: #fff 1px 1px 0 !important;
    /*font-weight: bold !important;*/
}

/*.nace h2 a,
.nace h3 a,
.nace h4 a{color: #666 !important}

.nace h2 a:hover,
.nace h3 a:hover,
.nace h4 a:hover{color: #545454 !important}*/

.nace .read-more {
    background: url('../images/sprite.png') no-repeat scroll  -306px -208px !important;
    display: normal !important;
    font-size: 16px !important;
    font-family: 'FuturaItalic' !important;
    padding-right: 0px !important;
	float: none !important;
    margin-top: 0px !important; 
    font-weight: bold !important;

}

.nace .read-more:hover {
    color: #2f5677 !important;
    background-position: -306px -930px !important;
}

.nace li {
  list-style: disc;
  margin-left: 20px;
  margin-bottom:10px;
}

.nace li:last-child {
  margin-bottom:0px;
}

.nace li li {
  list-style: circle;
  margin-left: 20px
}

.nace li li li {
  list-style: square;
  margin-left: 20px
}

.nace ol li
{
  list-style-type: decimal;  
}

.nace ol li li
{
  list-style-type: lower-alpha;  
}

.nace ul li
{
  list-style-type: disc;  
}

.nace .quotegrid table tbody tr td:last-child 	{ padding-right: 0px;}

.nace blockquote {
    padding: 0px 0px 20px 20px; 
    display: block;
}

.nace sup {
  /* Move the superscripted text up */
  vertical-align: super;
  font-size: 8px;
}
 
.nace sub {
  /* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}

.nace input[type="submit"], .nace button, .nace .button.green, .nace .button.green:hover {
    margin: 5px 10px 5px 0 !important;
    border: none 0 !important;
    font-size: 16px;
    height: 28px !important;
    line-height: 25px;
    padding: 0 10px !important;
    /*width: 80px;*/
}

.nace input, textarea, select {
    margin: 0 0 10px 0 !important;
}

.nace select {
    border: solid 1px #999 !important;
    height: 23px !important;
    padding: 1px !important;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}

.nace input {
    /*border: solid 1px #999 !important;*/
    height: 23px !important;
    padding: 1px 5px 2px 5px !important;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}

.nace textarea {
    border: solid 1px #999 !important;
}

/** Table Data Charts **/

.nace .piechart {
border: 1px solid #545454;
margin: auto;
}
.nace .barchart {
border: 1px solid #545454;
margin: auto;
}
.nace .linechart {
border: 1px solid #545454;
margin: auto;
}
.tablecontainer {
	width:90%; 
	margin:auto;
}
.datatable {
	font-size:11px; 
	background-color: #ffffff;
	margin:auto;
	width:100%;
	border: 1px solid #9F9E9E;
	font-family:'Futura Medium','Lucida Sans', 'Helvetica', Arial, sans-serif;
}
.datatable tbody>tr>td {
    border: 1px solid #9F9E9E; 
}
/*start formatting for all tables pre-Jan 27 2016 */
.datatable .headerrow td {
	color: #ffffff; 
	background-color: #005480;
	text-align:left;
	vertical-align:middle;
}
.datatable .headerrow td + td {
	text-align:center;
}
.datatable .headerrow:hover {
	background-color: #005480;
}
.nace .datatable .subheaderrow {
	color: #ffffff; 
	background-color: #71a3c1;
	text-align:center;
	vertical-align:middle;
}
.nace .datatable .subheaderrow2 {
	color: #ffffff; 
	background-color: #999;
	text-align:center;
	vertical-align:middle;
}
.nace .datatable .vert {
	-ms-transform: rotate(270deg); /* IE 9 */
    -webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
    transform: rotate(270deg);
}
span.source {
    font-size:9px;
}
/*END formatting for all tables pre-Jan 27 2016 */
.datatable tr:hover {
	background-color:#eeecec;
}
.datatable th {
    color: #ffffff; 
    background-color: #005480;
	padding: 5px 0px 5px 5px;
	text-align:left; 
    font-weight: bold;
	vertical-align:middle;
}
.datatable th + th {
	padding: 5px 5px 5px 5px;
	text-align:center;
}
.datatable td {
    color: #333; 
	font-family:'Futura Medium','Lucida Sans', 'Helvetica', Arial, sans-serif;
	padding: 5px 0px 5px 5px;
	text-align:left;
	vertical-align:middle;
}
.datatable td + td {
	padding: 5px 5px 5px 5px;
	text-align:center;
}
table.datatable + span {
    font-size:9px;
}
/*
.nace input[type="text"],
.nace input[type="password"],
.nace textarea,
.nace select {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

.nace input[type=text], .nace input[type=password] {
    border: solid 1px #999;
	height: 23px;
    padding: 1px 5px 2px 5px;
    max-width: 300px;
}

.nace select {
	border: solid 1px #999;
	height: 23px;
	padding: 1px;
    max-width: 300px;
}

.nace .left {
	clear: both;
}

.nace .left, .nace .middle {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding-right: 12px;
}

.nace .right {
	float: left;
}

.nace .half-left {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	float: left;
	padding-right: 12px;
	width: 50%;
}

.nace .half-right {
	float: left;
	width: 50%;
}

.nace .third-left, .nace .third-middle {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding-right: 12px;
	width: 33%;
}

.nace .third-left {
	clear: both;
}

.nace .third-right {
	float: left;
	width: 34%;
}

.nace .full {
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	clear: both !important;
	float: left !important;
	width: 100% !important;
}
*/