H1, H2, H3, H4, H5, H6 {
	font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	color: #C4002B;
	margin-top: 1em;
  
}
H1 {
    	font-size: 1.7em;
    	line-height: 1.2em;
    	margin-top: initial;
}
H2 {
	font-size: 1.5em;
	color: #000;
}
H3 {
	font-size: 1.5em;
}
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;
}

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: #eee;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}
.textcontent {
	font-size: 0.7em !important;
	color: #111;
}
#breadCrumbFeatures  {
	text-align: right;
	float: right;
	padding: 5px 0px;

}

#breadcrumbs {
	width: auto;
	margin: 0;
	float: left;
	padding: 5px 0px;
	font-size: 0.7em !important;
	color: #999;
}
#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: 195px;
	float: right;
}
#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; 
}
}