		* {
			color: #1b1700;
			font-weight: normal;
			font-size: 11px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			line-height: 16px;
		}

		*.centre {
			text-align: center;
		}

		*.right {
			text-align: right;
		}

		*.just {
			text-align: justify;
		}

		*.tight {
			line-height: 12px;
			margin-bottom: 0px;
			margin-top: 0px;
			padding-bottom: 0px;
			padding-top: 0px;
		}

		*.green {
			background-color: #ecf8f5;
		}

		*.brown {
			background-color: #f8f7ec;
		}
		*.red {
			color: #68050d;
		}

		*.ticker {
			font-size: 11px;
			font-weight: bold;
			text-decoration: none;
			color: #1b1700;
			overflow: hidden;
		}

		*.boxleft {
			float: left;
			border: 1px solid;
			border-color: #034a3d;
			margin-right: 20px;
			margin-bottom: 20px;
			padding: 20px;
			text-align: justify;
			background-color: #ecf8f5;
		}

		*.boxright {
			float: right;
			border: 1px solid;
			border-color: #1b1700;
			margin-left: 20px;
			margin-bottom: 20px;
			padding: 20px;
			text-align: justify;
			background-color: #f8f7ec;
		}

		*.box {
			border: 1px solid;
			border-color: #1b1700;
			padding: 20px;
			text-align: justify;
			background-color: #f8f7ec;
		}

		b {
			font-weight: bold;
		}

		p {
			margin-top: 6px;
			margin-bottom: 6px;
			text-align: justify;
		}
		p.webaddress {
			color: #a6d7cb;
			font-weight: bold;
			font-size: 32px;
			line-height: 32px;
		}
		p.search {
			margin: 10px;
		}

		a {
			color: #034a3d;
		}
		a:hover {
			color: #68050d;
		}
		a.menu,
		a.menuitem {
			display: block;
			position: absolute;
			height: 26px;
			line-height: 21px;
			text-decoration: none;
			background-color: #ecf8f5;
			overflow: hidden;
			border: 1px solid;
			border-color: #ecf8f5;
			text-align: center;
		}
		a.menu {
			width: 83px;
			top: 75px;
			border-color: #ccd8d5;
		}
		a.menuitem {
			width: 180px;
			border-color: #0b584a;
			visibility: hidden;
			z-index: 10;
		}
		a.menu:hover, a.menuitem:hover {
			background-color: #dce8e5;
			border-color: #68050d;
		}
		a.menu:hover {
			z-index: 5;
		}
		a.menuitem:hover {
			z-index: 20;
		}
		a.search {
			font-size: 12px;
			font-weight: bold;
			overflow: hidden;
			display: block;
			height: 18px;
			margin-top: 20px;
			padding-bottom: 1px;
		}

		table {
			border: 0px;
			padding: 0px;
			cellspacing: 0px;
		}

		tr, td {
			vertical-align: top;
		}

		td.boxbrown {
			border: 1px solid;
			border-color: #1b1700;
			text-align: justify;
			background-color: #f8f7ec;
			padding: 15px;
		}

		td.boxgreen {
			border: 1px solid;
			border-color: #034a3d;
			text-align: justify;
			background-color: #ecf8f5;
			padding: 15px;
		}

		td.middlered {
			vertical-align: middle;
			text-align: right;
		}

		form {
			margin: 2px;
		}

		hr {
			border: 0;
			height: 1px;
			background-color: #69a697;
		}

		h1 {
			font-size: 16px;
			font-weight: bold;
			line-height: 24px;
		}
		h2 {
			font-size: 14px;
			font-weight: bold;
			line-height: 20px;
		}
		h3 {
			font-size: 12px;
			font-weight: bold;
			line-height: 16px;
		}
		h4 {
			font-size: 11px;
			font-weight: bold;
			line-height: 14px;
		}