/* CSS Document */

.navigation {
	font-family: tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #336667;
	display: block;
	padding: 1px;
	width: auto;
}

.navigation:hover  {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #428284;
	display: block;
	padding: 1px;
	width: auto;
	font-family: tahoma;
}
.matn {
	font-family: tahoma;
	font-size: 14px;
	font-weight: normal;
	color: #477575;
}
.titrmatn {
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #FD993B;
}
.link {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #75acac;
}
