<!--
body
{
  font-family : Tahoma;
}
p
{
  font-size : 10pt;
}

ul#navlist {
        margin: 0;
        padding: 0;
        list-style-type: none;
        white-space: nowrap;
}

#menu {
        font-family: Tahoma, arial, sans-serif;
        font-size: 8pt;
        font-weight: bold;
        margin: 0;
        padding: 5px 0 4px 0;
        background-color: #B4DC1E;
}

#menu:link, #menu:visited {
        margin: 0;
        padding: 5px 9px 4px 9px;
        color: #3C451C;
        text-decoration: none;
}

#menu:active {
        color: #95bbae;
        background-color: #deebe5;
}

#menu:hover {
        color: #000000;
        background-color: #F7FFDD;
}
#footer {
	color: #003300;
	font-size: 8pt;
}

#footer:link, #footer:active, #footer:visited {
	color: #003300;
	text-decoration: none;
}

#footer:hover {
	color: #003300;
	text-decoration: underline;
}
-->
