.nav {
	font-family: Times New Roman, serif;
	font-size: 20px;
	font-weight: bold;
	color: #3b843f;
	text-decoration: none;
}

.nav a:link {
	font-family: Times New Roman, serif;
	font-size: 20px;
	font-weight: bold;
	color: #3b843f;
	text-decoration: none;
}

.nav a:visited {
	font-family: Times New Roman, serif;
	font-size: 20px;
	font-weight: bold;
	color: #3b843f;
	text-decoration: none;
}

.nav a:hover {
	font-family: Times New Roman, serif;
	font-size: 20px;
	font-weight: bold;
	color: #c0b571;
	text-decoration: underline;
}

.nav a:visited:hover {
	font-family: Times New Roman, serif;
	font-size: 20px;
	font-weight: bold;
	color: #c0b571;
	text-decoration: none;
}

.bodycenter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

.bodycenter a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	font-weight: bold;
	color: #3b843f;
	text-decoration: none;
}

.bodycenter a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #3b843f;
	text-decoration: none;
}

.bodycenter a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #c0b571;
	text-decoration: underline;
}

.bodycenter a:visited:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #c0b571;
	text-decoration: none;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}

.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	text-align:justify;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #969696;	
	text-decoration: none;
}
.copyright a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #969696;
	text-decoration: none;
}

.copyright a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #969696;
	text-decoration: none;
}

.copyright a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

