body {
	background-color:rgb(178, 158, 119);
	font-family:"PTSansRegular";
	font-size:16px;
	overflow-x:hidden;
}

.tinyurl {
	width:270px;	
}

.tinyurlspan {
	height:30px;
}

.container {
	padding:20px;
	background-color:#ffffff;
	
}

strong{
	font-family:Arial, sans-serif;
	font-weight: bold;
}

.nmhh-header, .header {
	
	font-family: 'Titillium Web', sans-serif;
	background-repeat:no-repeat;
	color:rgb(57, 62, 71);
	background-color:rgb(251, 249, 243);
	padding:35px;
	font-size:16px;
	height:139px;	
}

.header a {
		text-decoration: none;
		color:rgb(57, 62, 71);
}
.nmhh-header h4, .header h4 {
	font-color:#ffffff;
	
}

.scrolldiv {
	padding-bottom:10px;
	max-height:200px;
	overflow-y:scroll !important;
	overflow-x:hidden;
	margin-bottom:10px;
}

.footerdiv {
	background-color:rgb(57, 62, 71);
	color:#fff;
}

.footerdiv a, .footerdiv2 a, .footerdiv3 a  {
	color:rgb(57, 62, 71);
}

.footerdiv2 {
	border-top:1px solid #fff;
	background-color: rgb(251, 249, 243);
	color:rgb(57, 62, 71);
}

.footerdiv3 {
	border-top:1px solid #fff;
	background-color:#5cacd5;
	color: rgb(57, 62, 71);
}

.btn, .dropdown-toggle {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}


.minigroup {
	margin-bottom:4px;
}

ul.nav li a{
	padding:5px 5px 5px 10px;
}

ul.nav li {
	border:1px solid #eee;
}

.table {width:auto; }

.tablemini {width:auto; font-size:12px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;

}

.fullwidth {
	width:100%;
}

.maxwidth {width:100%;}

small {font-size:14px;}

.label-bordered {
	background-color:#f6f6f6;
	border: 1px solid #ccc;
	font-size:10px;
	margin-bottom:2px;
	margin-right:2px;
	color:#000;
}

.hide {
	display:none;
}

#chart {
}

#chartZoom {
	display: none;	
}

@media print 
{
    .noPrint 
    {
        display:none;
    }
}

.footnote {
	font-size:12px;
}
p {
}

.longindextable {
	max-height:300px;
	overflow-y: auto;
}

.table-indexes td, .table-indexes th {
	font-size:15px;
}

.btn-primary {
	background-color: rgb(57, 62, 71) !important;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	background-color: rgb(57, 62, 71) !important;
}