<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body
{
	margin: 0;
	padding: 0;
	border: 0; /* This removes the border around the viewport in old versions of IE */
	width: 100%;
	background: #5e6367;
	min-width: 600px; /* Minimum width of layout - remove line if not required */ /* The min-width property does not work in old versions of Internet Explorer */
	font-size: 90%;
	text-align: center;
	font-family: Trebuchet MS;
	font-size: 11px;
}
.Heading1
{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	padding-left: 5px;
	color: #222;
}
#fixed
{
	margin: 0 auto;
	width: 600px; /* you can use px, em or % */
	text-align: left;
	padding-top: 150px;
}
a
{
	color: #369;
}
a:hover
{
	color: #fff;
	background: #369;
	text-decoration: none;
}
h1, h2, h3, h4
{
	padding: 0;
}
h1
{
	font-size: 18px;
	margin: .8em 0 .2em 0;
}
h2
{
	font-size: 16px;
	margin: .4em 0 .2em 0;
}
h3
{
	font-size: 14px;
	margin: .2em 0 .1em 0;
}
h4
{
	margin: .05em 0 .05em 0;
	font-size: 12px;
}
.legaltext
{
	font-size: 9px;
}
p
{
	margin: .4em 0 .8em 0;
	padding: 0;
}
/* Header styles */
#header
{
	clear: both;
	float: left;
	width: 100%;
	border-bottom: 1px solid #eee;
	background: rgb(1,64,137); /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAxNDA4OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3Mzk4ZTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(1,64,137,1) 0%, rgba(115,152,226,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(1,64,137,1)), color-stop(100%,rgba(115,152,226,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(1,64,137,1) 0%,rgba(115,152,226,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(1,64,137,1) 0%,rgba(115,152,226,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(1,64,137,1) 0%,rgba(115,152,226,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(1,64,137,1) 0%,rgba(115,152,226,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#014089', endColorstr='#7398e2',GradientType=0 ); /* IE6-8 */
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}


#headertext
{
	font-size: 30px;
	color: #fff;
	padding: 5px;
	vertical-align: bottom;
	float: left;
}
#ViewError
{
	float: right;
	cursor: pointer;
}

#Error
{
	clear: both;
	float: left;
	display: none;
	color: #eee;
	padding-top: 20px;
	background-color: #5e6367;
	width: 100%;
	height: 400px;
}

/* column container */
.colmask
{
	position: relative; /* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear: both;
	float: left;
	width: 100%; /* width of whole page */
	overflow: hidden; /* This chops off any overhanging divs */
}
/* 1 column full page settings */
.fullpage
{
	/*background-image: url('../errorpages/brokenbulb.png');*/
	background-repeat: no-repeat;
	background-color: #eee;
	height: 200px;
	font-size: 15px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.fullpage .col1
{
	padding: 10px;
	padding-left: 10px;
	color: black;
}
/* Footer styles */
#footer
{
	clear: both;
	float: left;
	width: 100%;
	margin-top: 3px;
}
#footer p
{
	padding: 10px;
	margin: 0;
}




</pre></body></html>