/* CSS Document */

body {
	margin: 0 auto 0 auto;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	background-position: top;
	background-position: center;
	background-color: white;
	font-size: 14px;
	color: black;
}
td {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: black;
}

a:link {	color: #877C69 }
a:active {	color: #877C69 }
a:visited {	color: #877C69 }
a:hover { color: #6C827A }

.footer { font-size: 11px; color: black; text-decoration: none; text-align: center; }
.footer a:link{ font-size: 11px; color: black;  text-decoration: none; }
.footer a:visited{ font-size: 11px; color: black; text-decoration: none; }
.footer a:active { font-size: 11px; color: black; text-decoration: none; }
.footer a:hover { font-size: 11px; color: #6C827A; text-decoration: underline; }


#titles {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
#index {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align: center;
}

.buttons {
	border: 4px double #655838;
	background-color: #d0c6b3;
	text-align: center;
	line-height:18px;
}
.buttons a:link {
	font-size: 14px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}
.buttons a:visited {
	font-size:14px;
	font-weight:bold;
	color: black;
	text-decoration: none;
}
.buttons a:hover {
	font-size:14px;
	font-weight:bold;
	color: #453b2a;
	text-decoration: underline;
}
.map {
	border: 1px solid #495d56;
	background-color: #6C827A;
	text-align: center;
	line-height:18px;
}