<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a
{
	color: #000000;
	text-decoration: none;
	border-bottom: dotted #808080 1px;
}
a:hover
{
	color: #b01c2e;
	text-decoration: none;
	border-bottom: dotted #b01c2e 1px;
}

html, body
{
	background-color: #f8f6f4;
	font-family: Source Sans Pro, Myriad Pro, Ubuntu, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 15pt;
	height:100%;
	margin:0px;
}


@font-face {
	font-family: 'FontAwesome';
	src: url('./font/fontawesome-webfont.eot?v=3.0.1');
	src: url('./font/fontawesome-webfont.eot?#iefix&amp;v=3.0.1') format('embedded-opentype'),
		url('./font/fontawesome-webfont.woff?v=3.0.1') format('woff'),
		url('./font/fontawesome-webfont.ttf?v=3.0.1') format('truetype');
	font-weight: normal;
	font-style: normal;
}

.icon {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;

	/* sprites.less reset */
	display: inline;
	width: auto;
	height: auto;
	line-height: normal;
	vertical-align: baseline;
	background-image: none;
	background-position: 0% 0%;
	background-repeat: repeat;
	margin-top: 0;
	margin-right:10px;
}

.mainbox
{
	width: 750px;
	padding-top:0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fcfaf8;
	box-shadow: rgba(0,0,0,0.3) 0px 2px 5px;
}
.mainboxnostyle
{
	width: 750px;
	padding-top:0px;
	margin-left: auto;
	margin-right: auto;
}
.BibList li
{
	padding-bottom: 10px;
}
.leftbox
{
	width: 1060px;
	padding-top:0px;
	
	margin-left: auto;
	margin-right: auto;
	background-color: #fcfaf8;
	box-shadow: rgba(0,0,0,0.3) 0px 2px 5px;
}
.content{padding-left:20px; padding-bottom:2px;padding-top:40px;}
.alltitlebox
{
	border-bottom: 1px solid #cccccc;
	padding-top:15px;
	padding-bottom:15px;
	background-color:#F0EBE8;	
	background-image: -ms-linear-gradient(bottom, #E0DCD8 0%, #F0EBE8 100%);
	background-image: -moz-linear-gradient(bottom, #E0DCD8 0%, #F0EBE8 100%);
	background-image: -o-linear-gradient(bottom, #E0DCD8 0%, #F0EBE8 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #E0DCD8), color-stop(1, #F0EBE8));
	background-image: -webkit-linear-gradient(bottom, #E0DCD8 0%, #F0EBE8 100%);
	background-image: linear-gradient(to top, #E0DCD8 0%, #F0EBE8 100%);
}
.navcontainer
{
	width:100%;
	background-color:#f8f6f4;
	border-bottom: 1px solid #cccccc;
}
.titlebox
{
	font-weight:bold;
	/*margin-top: 20px;*/
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-size: 20pt;
	text-align: center;
}
.subtitlebox
{
	color:#505050;
	font-size:10pt;
	font-style:italic;
	font-weight:400;
	margin-top: 0px;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	/*margin-bottom: 20px;*/
}

.bigsubtitlebox
{
	font-size:14pt;
	font-weight:600;
	margin-top: 20px;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 30px;
}


* {font-family: 'Source Sans Pro', sans-serif;}

input
{
	font-size: 11pt;
	margin-top:5px;
}
.logobox
{
	text-align:center;
	margin-top: 50px;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}
p
{
	text-indent: 0em;
}

h2 
{
	font-size: 14pt;
	font-weight: 600;
	margin-bottom: 0.25em;
	margin-top: 1em;
}
h3
{
	font-size: 14pt;
	font-weight: 600;
	margin-bottom: 0.0em;
	margin-top: 0em;
	text-align: center; 	
}
h4
{
	color:#505050;
	font-size:10pt;
	font-style:italic;
	font-weight:400;

	margin-bottom: 0.5em;
	margin-top: 0em;
	text-align: center; 	
}
label.leftlabel
{
	margin-right:10px;
	text-align:right;
	width:100px;
	float:left;
	padding-top: 2px;
	display:inline-block;
	line-height:30px;
}

.licensediv
{
	font-size:10pt;
	height:200px;
	width:600px;
	overflow-y: scroll;
	overflow-x: hidden;
	background-color:#ffffff;
	margin:1em;
	padding:10px;
}

div.formelem
{
	clear: both;
	vertical-align:middle;
}
.error
{	
	text-align:center;
	padding-top:5px;
	color: #c01010;
	font-size: 10pt;
}
.mandatory
{
	margin-left:5px;
	font-size:60%;
	color: #c01010;
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;

	display: inline;
	width: auto;
	height: auto;
	line-height: normal;
	vertical-align: baseline;
	background-image: none;
	background-position: 0% 0%;
	background-repeat: repeat;
	margin-top: 0;
}

input.textbox
{
	float: left;
	padding: 2px;
	border:solid 1px #aa9c8f;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	display:inline-block;
	vertical-align:middle;
	height:20px;
}

button
{
	border:solid 1px #aa9c8f;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	padding: 4px;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	cursor:pointer;
	font-size: 10pt;
	text-align: center;
	background-color: #efebe7;
	background-image: -ms-linear-gradient(top, #FCFBFA 0%, #E0D9D2 100%);
	background-image: -moz-linear-gradient(top, #FCFBFA 0%, #E0D9D2 100%);
	background-image: -o-linear-gradient(top, #FCFBFA 0%, #E0D9D2 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FCFBFA), color-stop(1, #E0D9D2));
	background-image: -webkit-linear-gradient(top, #FCFBFA 0%, #E0D9D2 100%);
	background-image: linear-gradient(to bottom, #FCFBFA 0%, #E0D9D2 100%);
}

button.ctrlbutton
{
	width: 150px;
	text-align:center;
	padding-top:9px;
	padding-bottom:9px;
	font-size: 12pt;
}
button.iconbutton
{
	border:solid 1px #aa9c8f;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	padding: 0px;
	margin: 0px;
	cursor:pointer;
	font-size: 10pt;
	width:40px;
	text-align: center;
	vertical-align: middle;
	background-color: #efebe7;
	background-image: -ms-linear-gradient(top, #FCFBFA 0%, #E0D9D2 100%);
	background-image: -moz-linear-gradient(top, #FCFBFA 0%, #E0D9D2 100%);
	background-image: -o-linear-gradient(top, #FCFBFA 0%, #E0D9D2 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FCFBFA), color-stop(1, #E0D9D2));
	background-image: -webkit-linear-gradient(top, #FCFBFA 0%, #E0D9D2 100%);
	background-image: linear-gradient(to bottom, #FCFBFA 0%, #E0D9D2 100%);
}

button:hover
{
	background-color: #F5F3F1;
	background-image: -ms-linear-gradient(top, #fcfbfa 0%, #EBE6E1 100%);
	background-image: -moz-linear-gradient(top, #fcfbfa 0%, #EBE6E1 100%);
	background-image: -o-linear-gradient(top, #fcfbfa 0%, #EBE6E1 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fcfbfa), color-stop(1, #EBE6E1));
	background-image: -webkit-linear-gradient(top, #fcfbfa 0%, #EBE6E1 100%);
	background-image: linear-gradient(to bottom, #fcfbfa 0%, #EBE6E1 100%);
}
button:active
{
	background-color: #E3D7C9;
	background-image: -ms-linear-gradient(top, #ECE4DA 0%, #D8C7B4 100%);
	background-image: -moz-linear-gradient(top, #ECE4DA 0%, #D8C7B4 100%);
	background-image: -o-linear-gradient(top, #ECE4DA 0%, #D8C7B4 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ECE4DA), color-stop(1, #D8C7B4));
	background-image: -webkit-linear-gradient(top, #ECE4DA 0%, #D8C7B4 100%);
	background-image: linear-gradient(to bottom, #ECE4DA 0%, #D8C7B4 100%);
}

button.runbutton
{
	border:solid 1px #aa9c8f;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	padding:9px;
	margin:0px 5px 5px 5px;
	cursor:pointer;
	width: 150px;
	float: none;
	font-size: 12pt;

	background-color: #efebe7;
	background-image: -ms-linear-gradient(top, #FCFBFA 0%, #E0D9D2 100%);
	background-image: -moz-linear-gradient(top, #FCFBFA 0%, #E0D9D2 100%);
	background-image: -o-linear-gradient(top, #FCFBFA 0%, #E0D9D2 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FCFBFA), color-stop(1, #E0D9D2));
	background-image: -webkit-linear-gradient(top, #FCFBFA 0%, #E0D9D2 100%);
	background-image: linear-gradient(to bottom, #FCFBFA 0%, #E0D9D2 100%);
}
button.runbutton:hover
{
	background-color: #F5F3F1;
	background-image: -ms-linear-gradient(top, #fcfbfa 0%, #EBE6E1 100%);
	background-image: -moz-linear-gradient(top, #fcfbfa 0%, #EBE6E1 100%);
	background-image: -o-linear-gradient(top, #fcfbfa 0%, #EBE6E1 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fcfbfa), color-stop(1, #EBE6E1));
	background-image: -webkit-linear-gradient(top, #fcfbfa 0%, #EBE6E1 100%);
	background-image: linear-gradient(to bottom, #fcfbfa 0%, #EBE6E1 100%);
}
button.runbutton:active
{
	background-color: #E3D7C9;
	background-image: -ms-linear-gradient(top, #ECE4DA 0%, #D8C7B4 100%);
	background-image: -moz-linear-gradient(top, #ECE4DA 0%, #D8C7B4 100%);
	background-image: -o-linear-gradient(top, #ECE4DA 0%, #D8C7B4 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ECE4DA), color-stop(1, #D8C7B4));
	background-image: -webkit-linear-gradient(top, #ECE4DA 0%, #D8C7B4 100%);
	background-image: linear-gradient(to bottom, #ECE4DA 0%, #D8C7B4 100%);
}

table p{
	text-indent:0;
	width:100%;
}
table p:first-child{
	margin-top:0;
	text-indent:0;
	width:100%;
}
table p:last-child{
	margin-bottom:0;
	text-indent:0;
	width:100%;
}

#mintable
{
	table-layout:fixed; 
	margin: 0px;
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}
#mintable th
{
	padding: 10px 8px;
	border-bottom: 2px solid #000000;
}
#mintable&gt;tbody&gt;tr&gt;td
{
	border-bottom: 1px solid #D9D2CD;
	padding: 6px 8px;
}
#mintable&gt;tbody&gt;tr.set&gt;td
{
	border-bottom: 2px solid #000000;
	padding-top:50px;
	vertical-align: top;
}
#mintable&gt;tbody&gt;tr.set&gt;td:first-child
{
	font-weight: 600;
}

#mintable .top{
	vertical-align: top;
}

#mintable .col10{
	width: 10%;
}
#mintable .col15{
	width: 15%;
}
#mintable .col15centered{
	width: 15%;
	text-align:center;
}
#mintable .col20{
	width: 20%;
}
#mintable .col20top{
	width: 20%;
}
#mintable .col25{
	width: 25%;
}
#mintable .col25centered{
	width: 25%;
	text-align:center;
}
#mintable .col30{
	width: 30%;
}
#mintable .col40{
	width: 40%;
}
#mintable .col40centered{
	width: 40%;
	text-align:center;
}
#mintable .col50{
	width: 50%;
}
#mintable .col60{
	width: 60%;
}
#mintable .col70{
	width: 70%;
}
#mintable .col75{
	width: 75%;
}
#mintable .col80{
	width: 80%;
}
#mintable .col90{
	width: 90%;
}

#mintable .column1{
	width: 20%
}
#mintable .column2{
	width: 50%;
}
#mintable .column3{
	width: 15%;
	text-align:center;
}
#mintable .column4{
	width: 25%
}

.emptytable
{
	font-size: 11pt;
	margin: 0px;
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}
.emptytable th
{
	font-size: 14px;
	font-weight: normal;
	padding: 5px 4px;
}
.emptytable&gt;tbody&gt;tr&gt;td
{
	border-bottom: 1px solid #D9D2CD;
	padding: 2px 2px;
}

.emptytable tr:last-child td
{
	border-bottom: 0px !important;
}

.eqn
{
	display:block;
	margin-top: 1em;
	margin-bottom: 1em;
}

p {width: 90%;}

.numberTab {
	text-indent: 0em;
	display:inline-block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width: 14px;
	height: 14px;
	padding: 1px;
	background:  #0080FF;
	color: #FFFFFF;
	line-height: 11pt;
	text-align: center;
	font-size: 9pt;
	font-weight:bold;
}

.colour1 {
	background: #1971EA;
	border-color: #1971EA;
}

.colour1text {
	background-color: #fcfaf8;
	color: #1971EA;
}

.colour2 {
	background: #CC1E1E;
	border-color: #CC1E1E;
}

.colour2text {
	background-color: #fcfaf8;
	color: #CC1E1E;
}

.colour3{
	background: #1A9C31;
	border-color: #1A9C31;
}

.colour3text {
	background-color: #fcfaf8;
	color: #1A9C31;
}

.colour4 {
	background: #CD6B04;
	border-color: #CD6B04;
}

.colour4text {
	background-color: #fcfaf8;
	color: #CD6B04;
}

.colour5 {
	background: #9534A8;
	border-color: #9534A8;
}

.colour5text {
	background-color: #fcfaf8;
	color: #9534A8;
}

.section {margin-bottom: 50px;}
.sectionheading {font-size: 14pt; font-weight: bold; margin-bottom: 20px;}
.subsectionheading {font-size: 14pt; font-weight: normal; margin-bottom: 20px;}

.screenshot
{
	margin-top: 1em;
	margin-bottom: 1em;
	box-shadow: rgba(0,0,0,0.2) 0px 2px 3px, inset rgba(0,0,0,0.2) 0px -1px 2px;
}

.screenshot_wide
{
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: -20px;
	box-shadow: rgba(0,0,0,0.2) 0px 2px 3px, inset rgba(0,0,0,0.2) 0px -1px 2px;
}

.screenshot_wrap
{
	clear: both;
	float: right;
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left:5em;
	margin-right:5em;
	box-shadow: rgba(0,0,0,0.2) 0px 2px 3px, inset rgba(0,0,0,0.2) 0px -1px 2px;
}

.faketab
{
	font-size:10pt;
	-moz-border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	-khtml-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
	padding:0px 3px 0px 3px;
	text-decoration: none;
	color: #000000;
	background-color: #efebe7;
	background-image: -ms-linear-gradient(top, #fcfbfa 0%, #EFEBE7 100%);
	background-image: -moz-linear-gradient(top, #fcfbfa 0%, #EFEBE7 100%);
	background-image: -o-linear-gradient(top, #fcfbfa 0%, #EFEBE7 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fcfbfa), color-stop(1, #EFEBE7));
	background-image: -webkit-linear-gradient(top, #fcfbfa 0%, #EFEBE7 100%);
	background-image: linear-gradient(to bottom, #fcfbfa 0%, #EFEBE7 100%);
	border-top: 1px solid #aa9c8f;
	border-left: 1px solid #aa9c8f;
	border-right: 1px solid #aa9c8f;
	white-space:nowrap;
}

.fakebutton
{
	border:solid 1px #aa9c8f;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	padding:9px;
	width: 150px;
	font-size: 12pt;
	display: inline-block;
	
	background-color: #efebe7;
	background-image: -ms-linear-gradient(top, #FCFBFA 0%, #E0D9D2 100%);
	background-image: -moz-linear-gradient(top, #FCFBFA 0%, #E0D9D2 100%);
	background-image: -o-linear-gradient(top, #FCFBFA 0%, #E0D9D2 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FCFBFA), color-stop(1, #E0D9D2));
	background-image: -webkit-linear-gradient(top, #FCFBFA 0%, #E0D9D2 100%);
	background-image: linear-gradient(to bottom, #FCFBFA 0%, #E0D9D2 100%);
	white-space:nowrap;
}


#nav{
	list-style:none;
	font-weight:600;
	margin-bottom:0px;
	margin-top:0px;
	float:left;
	width:100%;
}
#nav li{
	float:left;
	margin-right:10px;
	position:relative;
	background:#f8f6f4;
}
#nav a{
	display:block;
	padding:5px;
	text-decoration:none;
	border:0px;
}
#nav a:hover{
	text-decoration:underline;
}

#nav ul{
	background:#fff;
	background:rgba(255,255,255,0); 
	list-style:none;
	position:absolute;
	left:-9999px;
	padding:0px;
}
#nav ul li{
	padding:0px;
	float:none;
}
#nav ul a{
	padding:3px;
	font-size: 10pt;
	font-weight: 400;
	white-space:nowrap;
	padding-left:10px;
	padding-right:10px;
}
#nav li:hover ul{ 
	left:0; 
}
#nav li:hover a{
	background:#f0ebe8;
	text-decoration:underline;
}
#nav li:hover ul a{ 
	text-decoration:none;
}
#nav li:hover ul li a:hover{ 
	background:#f0ebe8;
}

#nobulletlist ul, li{
	list-style-type: none;
	padding:0px;
	float:none;
}
</pre></body></html>