.normal {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006E3A;
	cursor: auto;
}

.menu {
	font-family: "Times New Roman", Times, serif;
	font-weight:bold;
	font-size: 14px;
	color: #006E3A;
	cursor: auto;
	text-decoration: none;
	overflow:visible;
	z-index:2500;
}
.menu a:link {color: #006E3A;}
.menu a:visited {color: #006E3A;}
.menu a:active {color: #006E3A;}
.menu a:hover {background-color: #ffffff;}
.menu a {text-decoration: none;}

.content{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding:5px;
	text-align:left;
	vertical-align:top;
}

.border {
	border: 1px solid #006E3A;
	position: relative;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.border2 {
	position: relative;
	width:100%;
	height:100%;
}


/* Tell NS4 to ignore these styles.... */
/*/*/
.border2 {
	position: static;
	width:100%;
	height:100%;
}
/* Okay, we can let NS4 see the rest.... */
body {
	margin: 0px;
	padding: 0px;
}
