<!--body {
	font-family: Arial;
	color: black;
	text-align: left;
}
h1 {
	font-family: Arial;
	font-size: larger;
	color: gray;
}
h2 {
	font-family: Arial;
	font-size: medium;
	color: black;
}
p.namo-list {
	color: gray;
	font-family: Arial;
	font-size: medium;
}
p.namo-sublist {
	font-family: Arial;
	font-style: normal;
	font-size: smaller;
	color: black;
}
table.namo-table {
	border-top-color: silver;
	border-right-color: rgb(112,112,112);
	border-bottom-color: rgb(112,112,112);
	border-left-color: silver;
}
table.namo-table td {
	border-left-color: #707070;
	border-top-color: #707070;
	border-right-color: silver;
	border-bottom-color: silver;
}
table.namo-table th {
	background-color: silver;
	border-left-color: #707070;
	border-top-color: #707070;
	border-right-color: silver;
	border-bottom-color: silver;
}
span.namo-link, a:link {
	color: red;
	text-decoration: underline;
}
span.namo-visited, a:visited {
	color: gray;
	text-decoration: underline;
}
span.namo-active, a:active {
	color: #FE8B5A;
	text-decoration: underline;
}
li.namo-list1 {
	list-style-image: url('nav/bullet1.gif');
}
li.namo-list2 {
	list-style-image: url('nav/bullet2.gif');
}
-