BODY  {
	font-family : Arial, Helvetica, sans-serif;
	}
BODY I {
	font-size : small;
}
a:link {
	color: #006633;
	text-decoration : none;
}
a:visited {
	color: #660000;
	text-decoration : none;
}
a:hover {
	color: #003366;
	text-decoration : none;
}
.topmenu {
	color: #006633;
	position: relative;
	height: 15px;
	font-size: 100%;
	text-decoration : none;
}

.topmenu a:link, .dropdown a:link {
	color: #006633;
	text-decoration : none;
}

.topmenu a:visited, .dropdown a:visited {
	color: #003366;
	text-decoration : none;
}

.topmenu a:active, .topmenu a:hover, .dropdown a:active, .dropdown a:hover {
	color: #6699cc;
	text-decoration : none;
}

.dropdown {
	display: none;
	color: #003366;
	background-color: #cccc99;
	position: absolute;
	top: 15px;
	left: 3px;
	padding-left: 3px;
	width: 150px;
	text-align: left;
	text-decoration : none;
}
