<!--
body
{
	margin-left: 4mm;
	margin-top: 2mm;
	margin-right: 4mm;
	background-color: white;
}

li { font-size: 10pt; }

ol li
{
	font-size: medium;
	line-height: 150%;
}

p
{
	font-size: 1.0em;
	font-family: Georgia,"Times New Roman",serif;
	line-height: 133%;
}

.top
{
	background-color: #09C;
	position: relative;
	height: 85px;
	width: 100%;
}

.nav/*LEVEL:0*/
{
	background-color: #09C;
	width: auto;
	margin-right: 15px;
	height: auto;
	float: left;
	text-align: left;
}

.nav ul
{
	line-height: 175%;
	font-family: Arial;
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

.nav  li/*LEVEL:1*/
{
	background-color: #09C;
	text-indent: 0px;
}

.nav  li  li/*LEVEL:2*/
{
	background-color: #ADD8E6;
	text-indent: 5px;
}

.nav  li  li  li/*LEVEL:3*/
{
	background-color: #e0e0e0;
	text-indent: 10px;
}

.nav ul li a:hover { background-color: yellow; }

.nav  li a
{
	color: black;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 0;
	width: auto;
}

#here { background-color: white; }

.con
{
	background-color: #FFF;
	position: absolute;
	top: 92px;
	left: 4mm;
	right: 4mm;
}

#title
{
	font-size: 28px;
	font-family: Verdana;
	color: #FF6;
	line-height: 70px;
	white-space: nowrap;
	letter-spacing: 5px;
}

#subtitle
{
	font-size: 1.25em;
	margin-top: 10px;
	font-family: Verdana;
	color: #63C;
	/*white-space: nowrap;*/
	letter-spacing: 3px;
	text-align: center;
}

#footer
{
	font-size: .7em;
	font-family: Verdana;
	text-align: center;
}
-->
