H1, H2, H3, H4, H5, H6 {
	font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000;
	margin-top: 1em;
  	text-transform: uppercase;
  
}
H1 {
    	font-size: 1.7em;
    	line-height: 1.2em;
    	margin-top: initial;	
  	color:#2b3e51;

}
H2 {
	font-size: 1.35em;
	color: #2c97de;
}
H3 {
	font-size: 1.25em;
  	color:#ed4920;
}
H4 {
	font-size: 1.25em;
  	color: #000;
  	font-weight: 400;
}
H5 {
	font-size: 1.25em;
	font-weight: 400;
}
H6 {
	font-size: 1.1em;
	font-weight: 700;
	color: #000;
}

#contentBody header, #contentBody article, #contentBody div {
	font-size: 1em;
	
}
P {
	font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  	font-size: 1em;
	line-height: 1.7em;
	font-weight: 400;
	margin-top: 0.8em;
  	color:#2b3e51;
}


hr {
		border-bottom: solid #E4E7F0 1px;
		border-top: solid #E4E7F0 1px;
}
table {
	color: #111;
	line-height: 1.7em;
}
li {
	color: #111;
	line-height: 1.7em;
}
a:link, a:visited {
	color: #4C8FB6;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: underline;
}
.textcontent {
	font-size: 0.7em !important;
	color: #111;
}
#breadCrumbFeatures  {
	text-align: right;
	float: right;
	padding: 5px 0;
	position: relative;
}

#breadcrumbs {
	width: auto;
	margin: 0;
	float: left;
	padding: 0px;
	font-size: 0.7em !important;
  	color: #C9C2BA;
  	padding: 5px 0;
}
#breadcrumbs:empty {
	padding: 0px;
}
#breadcrumbs a:link, #breadcrumbs a:visited, #breadCrumbFeatures a:link, #breadCrumbFeatures a:visited {
	text-decoration: none!important;
	color: #999;
}
#breadcrumbs a:hover, #breadCrumbFeatures a:hover {
	text-decoration: underline !important;
	color: #999;
}
.CollapsiblePanel {  /*holds the login text - non user definable */
	margin: 0px;
	padding: 0px;
	width: 170px;
	float: right;
	z-index: 10;
	text-transform: uppercase;
	/*-webkit-box-shadow: 0px 2px 5px -1px rgba(153,153,153,1);
-moz-box-shadow: 0px 2px 5px -1px rgba(153,153,153,1);
box-shadow: 0px 2px 5px -1px rgba(153,153,153,1); */
}
#logintext {  /* holds the login text - non user definable */
	margin: 0px;
	padding-right: 30px;
	/* width: 80px; */
	float: right;
	text-align: right;
}
.tableBorder {/*used for standard tables*/
	border-color: #aaa;
	border-width: 1px;
	border-style: solid;
}
.tableHeading, .tableHeading a:link, .tableHeading a:visited, .tableHeading a:active, .tableHeading a:hover {
	background-color: #C0B9AF;
	color: #FFFFFF;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-align: center;
}
.tableContent1 {
	background-color: #F6F6F6;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: inherit;
	padding: 4px;


}
.tableContent2 {
	background-color: #E0E0E0;
	font-size: inherit;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.button {
	padding: 3px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: white;
	background: #C9C1B9; /* Old browsers */
	border: 1px solid #C9C1B9;
	border-radius: 2px;
	cursor: pointer;
}


.CollapsiblePanel .tableContent1 {
    background-color: #fff;
}

@media only screen and (max-width: 960px) {
#breadcrumbs {
 display: none; 
}
}