@charset "utf-8";
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #FFF;
}


a:link {
	text-decoration: none;
}

.HyperlinkLight {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: medium;
	font-style: italic;
	color: #EBE9D4;
}

.CopyrightText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #5A4226;
}

.NavText {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: medium;
	font-style: italic;
	color: #FFF;
}

.BodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #482C14;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #DFD0AF;
	background-image: url(images/BGRD-Nest2.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
}
.HeaderSimple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #482C14;
	font-weight: bold;
}
.HyperlinkMid {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: medium;
	font-style: italic;
	color: #7A9F9D;
}
.HeaderSimpleSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #482C14;
	font-weight: bold;
}
