
.NavMenu {
	font-family:verdana, sans-serif;
	padding-top:2px;
	padding-bottom:2px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	background-color:#648585;
	color:#ffffdd;
	border-width:1px;
	border-style:solid;
	border-color:#000000;
	text-decoration:none;
	z-index: 10;
	cursor:hand;
}

.NavDiv {
	font-family:verdana, sans-serif;
	padding-top:2px;
	padding-bottom:2px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	background-color:#648585;
	color:#ffffdd;
	border-width:0px;
	border-style:solid;
	border-color:#000000;
	text-decoration:none;
	z-index: 10;
	cursor:hand;
}

.NavTD {
	font-family:verdana, sans-serif;
	padding-top:0px;
	padding-bottom:0px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	background-color:#648585;
	color:#ffffdd;
	border-width:1px;
	border-style:solid;
	border-color:#000000;
	text-decoration:none;
	cursor:hand;
}

.LinksMenu {
	font-family:verdana, sans-serif;
	padding:3px;
	margin-left:5px;
	margin-right:5px;
	font-size:10px;
	font-weight:regular;
	text-align:center;
	background-color:#648585;
	color:#ffffdd;
	border-width:1 1 0 1;
	border-style:solid;
	border-color:#000000;
	text-decoration:none;
	z-index: 10;
	cursor:hand;
}

.IndeNavMenu {
	position:absolute;
	top:2px;
	left:0px;
	width:140px;
	margin-left:13px;
	font-family:verdana;
	padding-top:4px;
	padding-bottom:4px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	background-color:#648585;
	color:#ffffdd;
	border-width:1px;
	border-style:solid;
	border-color:#000000;
	text-decoration:none;
	z-index: 10;
	cursor:hand;
}

#maindiv {
	position: absolute;
	top:30px;
	left:0px;
}

#homediv {
	position: absolute;
	top:10px;
	left:0px;
}

#buffer {
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	height:30px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	border-style:none;
	border-bottom: 1pt solid black;
	background-color: #f0fff0;
}

.noline { text-decoration:none; cursor:hand; }


