/* CSS Document */

p{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #000066;
	line-height: 18px;
	padding: 3px;
	font-weight: normal;
}
.bold {
	font-size: 11px;
	line-height: 18px;
	color: #330066;
	font-family: Verdana, sans-serif;
	font-weight: bold;
}
.navigation {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	background-color: #847DFF;
	width: 120px;
	display: block;
	padding: 8px;
	color: #FFFFFF;
	text-decoration: none;
	height: auto;
}
.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	background-color: #9C9AFF;
	width: 120px;
	display: block;
	padding: 8px;
	color: #000066;
	text-decoration: none;
}
.footers {
	font-family: Verdana, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 14px;
	color: #330066;
}
.nav_lang {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	display: table-cell;
	color: #cccccc;
	text-decoration: none;
	height: auto;
}

