/* netscrape still doesn't support stylesheets properly. and it renders slowly. and it's DOM is blatantly wrong. */
/* but people still insist on using it. Mind you, the security is loads better than IE.*/
body{
	background: white;
}

.black{
	color: black;
	text-decoration: underline;
}

.blue{
	color: #C2D3EF;
	text-decoration: underline;
}

.normal{
	color: #C2D3EF;
	text-decoration: underline;
}

.textonly{
	display: none;
}

#dhtml{
	position: absolute;
	top: 320px;
	left: 200px;
	width: 370px;
	font-size: 10px;
	font-family: verdana, arial;
	color: #101C68;
	border: none;
}