a:link		{ color: #0000FF; }
a:visited	{ color: #0000FF; }
a:hover		{ color: #00A000; }
a:active	{ color: #C00000; }
a.cur:link	{ color: #FFFFFF; text-decoration: none; }
a.cur:visited	{ color: #FFFFFF; text-decoration: none; }
a.cur:hover	{ color: #00C000; text-decoration: none; }
a.cur:active	{ color: #E00000; text-decoration: none; }
a.ext:link	{ color: #B000B0; }
a.ext:visited	{ color: #B000B0; }
a.ext:hover	{ color: #00A000; }
a.ext:active	{ color: #C00000; }

body
{
	background-color: #FFFFFF;
	font-family: Arial;
	text-align: center;
	color: #000000;
}

div,p,ol,ul,td,th
{
	font-size: smaller;
}

div.lastup
{
	color: #00A000;
	font-size: larger;
	font-weight: 500;
}

div.newshead
{
	font-size: larger;
	font-weight: bolder;
	font-style: italic;
}

div.title
{
	font-family: Tahoma;
	font-size: 46px;
	font-weight: 500;
}

div.sechead
{
	text-align: left;
	font-size: larger;
	font-weight: bolder;
}
div.sectitle
{
	text-align: left;
	font-size: medium;
	font-weight: bold;
}
div.secbody
{
	text-align: left;
	margin-top: 5px;
	margin-bottom: 10px;
}

ol { text-align: left; }
li { margin-bottom: 3px; }

table.map { float: left; }
table.ext { float: right; }

th.head { font-weight: bold; }
th.cur
{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0000FF;
}