.TopNav {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
.TopNav a:link {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.TopNav a:visited {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.TopNav a:hover {
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
.FooterNav {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #D1C1A8;
	letter-spacing: .1em;
}
.FooterNav a:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: .1em;
}
.FooterNav a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: .1em;
}
.FooterNav a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	letter-spacing: .1em;
}

.Copyright {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: .1em;
}
address {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
	letter-spacing: .1em;
}
h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	color: #333333;
}
h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #333333;
}
h3 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #333333;
}
.MenuBox {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 4px 0px;
	border: 1px solid #000000;
	background-color: #E0AD62;
}
.MenuElement {
	list-style: none;
}
.MenuLink {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #E0AD62;
	margin: 0px;
	padding: 2px 8px 2px 8px;
	display: block;
	width: 155px;
}
.MenuLink:link, .MenuLink:visited {
	color: #000000;
	font-weight: bold;
	background-color: #E0AD62;
	text-decoration: none;
}
.MenuLink:hover {
	color: #000000;
	font-weight: bold;
	background-color: #FFD378;
	text-decoration: none;

}