<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">H1, H2, H3, H4, H5, H6 {
    	color: #7ca09f;
    	font-weight: 200;
    	margin-bottom: 0;
}

H1 {
       font-size: 2.2em;
}

H2 {
        font-size: 1.7em;
}

H3 {
	font-size: 1.45em;
}

H4 {
 font-size: 1.3em;
}


H5 {
 font-size: 1.1em;
}
H6 {	
}


.border td{
	border-bottom: 1px solid #ccc;
	padding:20px 0;
}


#contentBody header, #contentBody article, #contentBody div {
/* 	margin: 0 auto; */
}

P {
	line-height: 1.4em;
	margin-top: 0.5em;
}

table {
	/* font-size: 1em; */
}


li {
	font-size: 1em; 
}

a {
	color: #1B6EA8;
}

a:hover {
	color: #00aae1;
}

a, a:link, a:visited, a:hover {
    text-decoration: none!important;
}

.textcontent{
  	font-size: 100%;

}

#breadCrumbFeatures /*to the right of the page showing login box etc*/
{
  	width:auto;
  	padding: 0 10px;
  	text-align:right;
  	float:right;
}

#contentWrapper #breadCrumbFeatures, #contentWrapper #breadcrumbs {
        /* margin-top: auto; */
} 

#breadcrumbs {
	width: auto;
	margin:0;
	float:left;
	padding: 0 30px;
}

#breadcrumbs a:link, #breadcrumbs a:visited, #breadCrumbFeatures a:link, #breadCrumbFeatures a:visited {
	color: #fff;
	line-height: 31px;
}

#breadcrumbs a:hover, #breadCrumbFeatures a:hover {
	color: #eaeaea;
}

.CollapsiblePanel {  /*holds the login text - non user definable */
	margin: 0px;
	padding: 0px;
	width:200px;
        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:grey;
	border-width:1px;
	border-style:solid;
}
	
.tableHeading, .tableHeading a:link,.tableHeading a:visited,.tableHeading a:active,.tableHeading a:hover{
	background-color: #226271;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
}

.tableContent1{
	font-size:inherit;
	padding: 9px 9px 0;
}

.tableContent2{
	background-color:#E0E0E0;
	font-size:inherit;

}

.button{
	padding:3px;
	font-weight:bold;
	color:white;
	background: #7ca09f;/* Old browsers */
	border-radius: 2px;
	cursor:pointer;
}</pre></body></html>