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

.body_text {
	color: #000;
	font-size: 90%;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
.menu_text {
	color: #000;
	font-size: 90%;
	font-family: "Times New Roman", Times, serif;
}
.menu_header {
	color: #000;
	font-size: 110%;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
}
.menu_sub_text {
	color: #000;
	font-size: 80%;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
.body_text_large {
	color: #000;
	font-size: 140%;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}

.heading_text {
	color: #fff;
	font-size: 120%;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
.heading_text a:link {
	color: #fff;
	text-decoration: none;
}
.heading_text a:visited {
	color: #fff;
	text-decoration: none;
}
.heading_text a:hover {
	color: #fff;
	text-decoration: none;
}
.heading_text a:active {
	text-decoration: none;
	color: #fff;
}

a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #bf9e83;
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
	color: #000;
}

p {
	margin-top: 0;
}

img {
	vertical-align: bottom;
}

.nav_text {
	color: #bf9e83;
	font-size: 110%;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
.nav_text a:link {
	color: #bf9e83;
	text-decoration: none;
}
.nav_text a:visited {
	color: #bf9e83;
	text-decoration: none;
}
.nav_text a:hover {
	color: #fff;
	text-decoration: none;
}
.nav_text a:active {
	text-decoration: none;
	color: #bf9e83;
}

.nav_text_selected {
	color: #fff;
	font-size: 110%;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
.nav_text_selected a:link {
	color: #fff;
	text-decoration: none;
}
.nav_text_selected a:visited {
	color: #fff;
	text-decoration: none;
}
.nav_text_selected a:hover {
	color: #fff;
	text-decoration: none;
}
.nav_text_selected a:active {
	text-decoration: none;
	color: #fff;
}

.footer_text {
	color: #000;
	font-size: 70%;
	font-family: "Times New Roman", Times, serif;
}
.footer_text a:link {
	color: #000;
	text-decoration: none;
}
.footer_text a:visited {
	color: #000;
	text-decoration: none;
}
.footer_text a:hover {
	color: #bf9e83;
	text-decoration: none;
}
.footer_text a:active {
	text-decoration: none;
	color: #000;
}