@charset "utf-8";
/* CSS Document */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #c69c08;
	padding-top: 10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

a:link {
	color: #b4003d;
}
a:visited {
	color: #b4003d;
}
a:hover {
	color: #b4003d;
}
a:active {
	color: #b4003d;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
.text a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #b4003d;
	font-weight: normal;
	text-decoration: underline;
}
.text a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #b4003d;
	font-weight: normal;
	text-decoration: underline;
}
.text a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}


.navPhotos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

.navFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.navFooter a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.navFooter a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.navFooter a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
	margin-right: 100px;
}
.n5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	margin-right: 100px;
}
.n5 a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.n5 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.n5 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

