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

p{
	font-family: Verdana, sans-serif;
	font-size: 18px;
	color: #000000;
	line-height: 22px;
	padding: 3px;
}
.parsmall{
	font-family: Verdana, sans-serif;
	font-size: 14px;
	color: #623091;
	line-height: 19px;
	padding: 5px;
	font-weight: bold;
}

.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 8px;
	width: 105px;
}

.navigation:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 8px;
	width: 105px;
	background-color: #B2B1AF;
}

.navighoriz {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: inline;
	padding: 8px;
	width: 150px;
}

.navighoriz:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: inline;
	padding: 8px;
	width: 150px;
	background-color: #B2B1AF;
}

.navigce {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 8px;
	width: 105px;
	background-color: #6E6E6E;
}

.navigce:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 8px;
	width: 105px;
	background-color: #B2B1AF;
}

