/* CSS Document */
<style type="text/css" media="all">
<!--
body
	{
	color: black;
	background-color: #ccf;
  margin: 0px
	}

.frontpage
  {
	position: absolute;
        z-index: 0;
	width: 760px;
	height: 460px;
	background-color: #fff;
	margin-top: -230px;
	margin-left: -380px;
	top: 50%;
	left: 50%;
	border: 1px solid #000;  z-index: 0;
  }

h1
  {
  position: absolute;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-weight: medium;
  color: #fff
  }

h2
  {
  position: absolute;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 7pt;
  font-weight: medium;
  color: #fff
  }

#content
	{
	position: absolute;
        z-index: 1;
	width: 760px;
	height: 460px;
	background-color: #fff;
	margin-top: -230px;
	margin-left: -380px;
	top: 50%;
	left: 50%;
	border: 1px solid #000;
	}

#instructionbar
  {
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 25px;
	background-color: #ccf;
	border-bottom: 1px solid #444;
	text-align: left;
  vertical-align: middle
  }

#formbar
  {
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 25px;
	background-color: #ddd;
	border-bottom: 1px solid #444;
	text-align: left;
	vertical-align: middle
  }

#frame
  {
	z-index: 1;
  width: 700px;
	position: absolute;
  text-align: justify;
  border: 2px solid #444;
  background-color: transparent;
  scrollbar-face-color: #aaa;
  scrollbar-track-color: #ccc
  }

#subframe
  {
	z-index: 1;
	position: relative;
  background-color: transparent;
  width:700px;
  scrollbar-face-color: #aaa;
  scrollbar-track-color: #ccc
  }

#formframe
  {
  z-index: 2;
  position: relative;
  width: 700px
  }

.buttonon
  {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  background-color: #aaa;
  border:2px outset;
  color: #000;
  height: 24px;
  width: 90px;
  cursor: hand
  }

.buttonoff
  {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  background-color: #bbb;
  border:2px outset;
  color: #555;
  height: 24px;
  width: 90px;
  cursor: default
  }

.buttondisabled
  {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  background-color: #bbb;
  border:2px outset;
  color: #999;
  height: 24px;
  width: 90px;
  cursor: default
  }

a:link    { color: #555; text-decoration: underline }
a:visited { color: #555; text-decoration: underline }
a:hover   { color: #000; text-decoration: underline }
a:active  { color: #555; text-decoration: underline }

a:link.alternate    { color: #fff; text-decoration: none; cursor:default }
a:visited.alternate { color: #fff; text-decoration: none; cursor:default }
a:hover.alternate   { color: #fff; text-decoration: none; cursor:default }
a:active.alternate  { color: #fff; text-decoration: none; cursor:default }

a:link.html    { color: #ffe; text-decoration: none; cursor:default }
a:visited.html { color: #ffe; text-decoration: none; cursor:default }
a:hover.html   { color: #ffe; text-decoration: none; cursor:default }
a:active.html  { color: #ffe; text-decoration: none; cursor:default }

a:link.button    { color: #555; text-decoration: none; cursor:default; font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold }
a:visited.button { color: #555; text-decoration: none; cursor:default; font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold }
a:hover.button   { color: #000; text-decoration: none; cursor:default; font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold }
a:active.button  { color: #555; text-decoration: none; cursor:default; font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold }

font.pagetitle
  {
  position: absolute;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14pt;
  font-weight: bold;
  text-align: right;
  color: #000
  }

font.label
  {
  position: absolute;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  color: #444
  }

font.title
  {
  position: absolute;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  color: #000
  }

font.instruction
  {
  position: absolute;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  color: #66a
  }

font.error
  {
  position: absolute;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  color: #c00
  }

font.tiny
  {
  position: absolute;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 6pt;
  text-align: left;
  font-weight: medium;
  color: #fff
  }

font.xsmall
  {
  position: absolute;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-weight: medium;
  color: #000
  }

font.vsmall
  {
  position: absolute;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-weight: medium;
  color: #000
  }

font.small
  {
  position: absolute;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: medium;
  color: #000
  }

font.medium
  {
  position: absolute;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
  font-weight: medium;
  color: #000
  }

font.large
  {
  position: absolute;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: medium;
  color: #000
  }

font.xlarge
  {
  position: absolute;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14pt;
  font-weight: bold;
  color: #000
  }

input, textarea
  {
  position: absolute;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: medium;
  overflow: auto;
  color: #000;
  scrollbar-face-color: #aaa;
  scrollbar-track-color: #ccc
  }

.nobord
  {
  background-color: transparent;
  color: #def;
  border-style: solid;
  border-width: 0;
  padding: 0
  }

-->
</style>

<!--Copyright © 2004-2006 by Adiutare Maintenance Management Ltd, all rights reserved. Content, graphics, and HTML code are protected by UK and International Copyright Laws, and may not be copied, reprinted, published, translated, hosted, or otherwise distributed by any means without explicit permission.-->
