body {
	background-image: url(images/body.jpg);
	background-repeat: repeat;
	margin: 0px;
	clip: rect(auto,auto,auto,auto);
}
.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #DA6B2E;
	text-align: center;
}
.nav a:link {
	color:#DA6B2E;
	text-decoration: underline;
}

.nav a:visited {
	color:#DA6B2E;
	text-decoration: underline;
}
.nav a:hover {
	color:#339933;
	text-decoration: none;
}
.nav a:active {
	color:#DA6B2E;
	text-decoration: underline;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	text-align: justify;
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 5px;
}
.text a:link {
	color:#DA6B2E;
	text-decoration: underline;
}

.text a:visited {
	color:#DA6B2E;
	text-decoration: underline;
}
.text a:hover {
	color:#339933;
	text-decoration: none;
}
.text a:active {
	color:#DA6B2E;
	text-decoration: underline;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #336600;
	text-align: center;
	background-image: url(images/foot.jpg);
	background-repeat: no-repeat;
}
.footer a:link {
	color:#DA6B2E;
	text-decoration: underline;
}

.footer a:visited {
	color:#DA6B2E;
	text-decoration: underline;
}
.footer a:hover {
	color:#339933;
	text-decoration: none;
}
.footer a:active {
	color:#DA6B2E;
	text-decoration: underline;
}
