.ntext {
	font-family:Arial;
	font-size: 14px;
	color: black;
	font-weight: none;
}

.nhead {
	font-family:Arial;
	font-size: 16px;
	color:4d8339;
	font-weight: bold;
}

.sheader {
	font-family:Arial;
	font-size: 14px;
	color:4d8339;
	font-weight:bold;
}
.ptext {
	font-family:Arial;
	font-size: 14px;
	color: 000000;
	font-weight:none;
}

.tabhead {
	font-family:Arial;
	font-size: 16px;
	color:6caa53;
	background-color: dff5d6;
	font-weight: bold;
}
.emBold {
	font-family:Arial;
	font-size:14px;
	color:000000;
	font-weight:bold;
}
.emText {
	font-family:Arial;
	font-size:14px;
	color:000000;
	font-weight:none;
}
.emTextSmall{
  font-family:Arial;
  font-size:10px;
  font-weight: none;
}


.gLink {
	font-family:Arial;
	font-size: 14px;
	color:4d8339;
	font-weight:bold;
	text-decoration:none;
}
.gLink:hover {
	text-decoration:underline;
}

.gLinkSmall {
	font-family:Arial;
	font-size: 10px;
	color:4d8339;
	font-weight:bold;
	text-decoration:none;
}

.nLink {
	font-family:Arial;
	font-size: 14px;
	color: 268801;
	font-weight: none;
	text-decoration: underline;
}
.nLink:hover {
	color:35c102;
	text-decoration: underline;
}
