
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	margin-right: 10px;
}

.Nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #83741D;
	text-decoration: none;
}

a.Nav {
	color: #83741D;
	text-decoration: none;
}

a.Nav:active {
	color: #83741D;
	text-decoration: none;
}

a.Nav:visited {
	color: #83741D;
	text-decoration: none;
}

a.Nav:hover {
	color: #83741D;
	text-decoration: underline;
}

a.Nav:visited:hover {
	color: #83741D;
	text-decoration: underline;
}


.NavSecondary {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
a.NavSecondary {
	color: #FFFFFF;
	text-decoration: none;
}

a.NavSecondary:active {
	color: #FFFFFF;
	text-decoration: none;
}

a.NavSecondary:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.NavSecondary:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a.NavSecondary:visited:hover {
	color: #FFFFFF;
	text-decoration: underline;
}




