<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">H1 {
	background: none repeat scroll 0 0 #DDEBEE;
        color: #04637F;
        font-size: 18px;
        font-weight: normal;
        margin: 0 0 10px 0;
        padding: 10px;
}

H2 {
	font-size:18px;
	color:#04637F;
	margin:20px 0 16px 0;
}

H3 {
	font-size:15px;
	color:#04637F;
	margin:20px 0 16px 0;
}

H4 {
	font-size:15px;
	color:#04637F;
	margin:20px 0 16px 0;
}

H5 {
	font-size:18px;
	color:#04637F;
	margin:8px 0 0 25px;
}

H6 {
	font-size:12px;
	color:#04637F;
	margin:4px 0 3px 14px;
}

P {
	font-size:14px;
	color:#505050;
	margin:0;
	padding-bottom:16px;
	line-height:18px;
}

table {
	font-size:14px;
	color:#505050;
	line-height:18px;
}


li {
	font-size:14px;
	color:#505050;
	line-height:18px;
}

a:link, a:visited {
	color:#505050;
	text-decoration:underline;
}

a:hover {
	color:#505050;
	text-decoration:none;	
}

.textcontent{
 	font-size: 100%;
	line-height:1.3;
	color:#000000;
}

#breadCrumbFeatures /*to the right of the page showing login box etc*/
{
	font-size:12px;
	color:#653237;
        margin:-17px 0 15px;
	width:50%;
        _width:45%;
	text-align:right;
        float:right;
  	margin-right: 25px;
}

#contentWrapper #breadCrumbFeatures, #contentWrapper #breadcrumbs {
        margin-top:-20px;
        -margin-top:0px;
} 

#breadcrumbs {
	font-size:12px;
	color:#425955;
        width: 450px;
       	margin:0 0 0 33px;
       	float:left;
}

#breadcrumbs a:link, #breadcrumbs a:visited, #breadcrumbsCP a:link, #breadcrumbsCP a:visited, #breadCrumbFeatures a:link, #breadCrumbFeatures a:visited {
	color:#425955 !important;
        text-decoration:none !important;
}

#breadcrumbs a:hover, #breadcrumbsCP a:hover, #breadCrumbFeatures a:hover {
	color:#425955 !important;
        text-decoration:underline !important;

}

#mediaRSS {
 	margin-right:35px;
  	margin-top:-70px;
}

#categorySelection {
 	margin-left:33px;
  	margin-bottom: 10px;
}

#categorySelection + a + p, #categorySelection + a + p + p {
  	margin-left: 33px;
  	margin-right: 35px;
}

div#bodyContainer table + form {
 	margin-left: 34px;
  	margin-bottom:10px;
}

.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;
}

table.calendar {
  	width: 93% !important;
}

.tableBorder{  /*used for standard tables*/
	border-color:#050000;
	border-width:1px;
	border-style:solid;
}
	
.tableHeading, .tableHeading a:link,.tableHeading a:visited,.tableHeading a:active,.tableHeading a:hover{
	background-color:#7992A2;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
}

.tableContent1{
	background-color:#F6F6F6;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:inherit;
        padding:4px;
}

.tableContent2{
	background-color:#E0E0E0;
	font-size:inherit;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
}

.button{
	padding:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
        font-weight:bold;
	color:white;
       	background: #53bfe0; /* Old browsers */
        background: -moz-radial-gradient(center, ellipse cover, #53bfe0 1%, #046380 58%); /* FF3.6+ */
        background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%,#53bfe0), color-stop(58%,#046380)); /* Chrome,Safari4+ */
        background: -webkit-radial-gradient(center, ellipse cover, #53bfe0 1%,#046380 58%); /* Chrome10+,Safari5.1+ */
        background: -o-radial-gradient(center, ellipse cover, #53bfe0 1%,#046380 58%); /* Opera 12+ */
        background: -ms-radial-gradient(center, ellipse cover, #53bfe0 1%,#046380 58%); /* IE10+ */
        background: radial-gradient(center, ellipse cover, #53bfe0 1%,#046380 58%); /* W3C */font-size:85%;
        border: 1px solid #676767;
        border-radius: 8px;
        box-shadow: 2px 2px 2px darkgrey;
        cursor:pointer;
}</pre></body></html>