A {
	text-decoration:none;
	font-size:9pt;
	color:#202020;
}

A:link {
	color:#202020;
}

A:visited {
	color:#202020;
}

A:hover {
	text-decoration:none;
	color:#ff0000;
}

BODY {
	margin-top:8px;
	color:#202020;
	font-size:9pt;
	background-attachment:fixed
	background:#f0f0f0 repeat-x fixed;

	scrollbar-arrow-color:#202020;
	scrollbar-base-color:#f0f0f0;
	scrollbar-face-color:#e0e0e0;
	scrollbar-highlight-color:#ffffff;
	scrollbar-shadow-color:#202020;
	scrollbar-track-color:#f0f0f0;
	scrollbar-3dlight-color:#a0a0a0;
	scrollbar-darkshadow-color:#c0c0c0;
}

.text {
	font-size:9pt;
	color:#202020;
}

.menu {
	width:116px;
	background-color:steelblue;
	text-align:center;
	color:white
}

#dispMenu {
	position:absolute;
	left:0px;
	top:0px;
	width:140px;
	border:lightsteelblue 8px ridge;
	padding:4px 8px 4px 8px; 
	background-color:lightgrey;
	z-index:2;
	visibility:hidden;
}
