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

.wstyle1 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 18px;
}

.wstyle2 {
	color: #36815A;
	font-weight: bold;
}

.navigation{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #36815A;
	display: block;
	padding: 10px;
	width: 160px;
}
.navigation:hover{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #00CC66;
	display: block;
	padding: 10px;
	width: 160px;
}

.nonavigation{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #36815A;
	display: block;
	padding: 10px;
	width: 160px;
}

.nonavigation:hover{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC0033;
	display: block;
	padding: 10px;
	width: 160px;
}

.hnavigation{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #36815A;
	display: inline-block;
	padding: 10px;
	width: 80px;
}

.hnavigation:hover{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #00CC66;
	display: inline-block;
	padding: 10px;
	width: 80px;
}

.hnonavigation{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #36815A;
	display: inline-block;
	padding: 10px;
	width: 80px;
}

.hnonavigation:hover{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC0033;
	display: inline-block;
	padding: 10px;
	width: 80px;
}

.navphoto{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #36815A;
	display: inline-block;
	padding: 5px;
	width: 100px;
}

.navphoto:hover{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #00CC66;
	display: inline-block;
	padding: 5px;
	width: 100px;
}


