<!-- 
body {
	background: #99CCFF; /* cyan */
	color: #003399; /* very dark blue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h3, h4 {
	color: #003399; /* very dark blue; NS workaround */
	font-family: Arial, Helvetica, sans-serif;
}
table, td, th {
	background: #FFFFFF; /* white */
	color: #003399; /* very dark blue; NS workaround */
	font-family: Verdana, Arial, Helvetica, sans-serif; /* NS workaround */
}

h3 {
	background: #FFFFFF; /* white */
	font-size: 95%;
}
h4 {
	background: #CCFFCC; /* light green */
	font-size: 85%;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif; /* NS workaround */
	font-size: 75%;
}

a {
	font-weight: bold;
	text-decoration: none;
}
a:link {
	background: #FFFFFF; /* white */
	color: #0000FF; /* blue */
}
a:visited {
	background: #FFFFFF; /* white */
	color: #990099; /* like purple=#800080 */
}
a:hover {
	background: #FFFFFF; /* white */
	color: #FF0000; /* red */
	text-decoration: underline;
}
a:active {
	background: #FFFFFF; /* white */
	color: #FF00FF; /* fuchsia (magenta) */
}
a.a-blurp:link {
	background: #99CCFF; /* cyan */
	color: #0000FF; /* blue */
}
a.a-blurp:visited {
	background: #99CCFF; /* cyan */
	color: #990099; /* like purple=#800080 */
}
a.a-blurp:hover {
	background: #99CCFF; /* cyan */
	color: #FF0000; /* red */
	text-decoration: underline;
}
a.a-blurp:active {
	background: #99CCFF; /* cyan */
	color: #FF00FF; /* fuchsia (magenta) */
}
a.a-charlimi:link {
	background: #FFEBE1; /* light beige */
	color: #0000FF; /* blue */
}
a.a-charlimi:visited {
	background: #FFEBE1; /* light beige */
	color: #990099; /* like purple=#800080 */
}
a.a-charlimi:hover {
	background: #FFEBE1; /* light beige */
	color: #FF0000; /* red */
	text-decoration: underline;
}
a.a-charlimi:active {
	background: #FFEBE1; /* light beige */
	color: #FF00FF; /* fuchsia (magenta) */
}
a.a-header:link {
	background: #CCFFCC; /* light green */
	color: #0000FF; /* blue */
}
a.a-header:visited {
	background: #CCFFCC; /* light green */
	color: #990099; /* like purple=#800080 */
}
a.a-header:hover {
	background: #CCFFCC; /* light green */
	color: #FF0000; /* red */
	text-decoration: underline;
}
a.a-header:active {
	background: #CCFFCC; /* light green */
	color: #FF00FF; /* fuchsia (magenta) */
}

.blurp {
	background: #99CCFF; /* cyan */
	color: #003399; /* very dark blue */
}
.charlimi {
	background: #FFEBE1; /* light beige */
	color: #003399; /* very dark blue */
}
.header {
	background: #CCFFCC; /* light green */
	color: #003399; /* very dark blue */
}
.small {
	font-size: 8pt;
}
.text-main {
	text-align: justify;
}

/* Copyright (c) 1993 - 2002 HK-Accuracy Ltd / HKTA */
 -->

