@charset "utf-8";
/* CSS Document */
p{
	font-family: Veranda, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	padding: 6px;
	text-align: center;
}
.bold {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #990000;
}
.navigation{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #694b4b;
	display: block;
	padding: 8px;
	width: 130px;
	text-align: left;
	border-width: 1px;
	border-color: #BFBB9F;
}
.navigation:hover{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #9c5b5b;
	display: block;
	padding: 8px;
	width: 130px;
	text-align: left;
	border-color: #BFBB9F;
	border-width: 1px;
}
.nav2{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #990000;
	text-align: center;
	padding: 5px;
}
.nav2:hover{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #694b4b;
	text-align: center;
}
.header {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 8px;
	color: #FFFFFF;
	border-bottom-color: #000000;
	border-bottom-width: thin;
	border-bottom-style: solid;
}
.Footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	border-top-color: #000000;
	border-top-width: thin;
	border-top-style: solid;
	text-align: center;
}
.Search_Header {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	color: #990000;
}
