/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
body {
	background-color: #FFECFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	font-family:Verdana, Tahoma;
	font-size:12px;
	color: #b22222;
	text-decoration:none;
}
a:visited, a:active {
	font-family:Verdana, Tahoma;
	font-size:12px;
	color: #b22222;
	text-decoration:none;
}
a:hover {
	font-family:Verdana, Tahoma;
	font-size:12px;
	color: #999999;
	text-decoration:underline;
}
.navtop {
	font-size:16px;
	border-left:2px;
	border-right:2px;
	border-bottom:2px;
}
.darkgreen {
	color: #5FA8C0;
}
.backshade {
background-color: #FFECFF;
}
#navbar {
	padding-left: 0;
	margin-left: 0;
	border-bottom: 1px solid white;
	width: 160px;
}

#navbar li {
	list-style: none;
	margin: 5px;
	padding: 5px;
	border-top: 1px solid white;
}
.nav span a:link {
	visibility:hidden;
}
.nav span a:hover {
	position:absolute;
	left:200;
	top:120;
}