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

p {
	font-family: Verdana, sans-serif; 
	font-size: 11px;
	color: #000000;
	line-height: 18px;
	/*padding: 3px;*/
}
.news {
	font-family: Verdana, sans-serif; 
	font-size: 11px;
	color: #FFF;
	line-height: 18px;
}
.info {
	font-family: Verdana, sans-serif;
	font-size: 8px;
	color: #000000;
	line-height: 18px;
}
.bold {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #066;
}
.boldmenu {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #033;
}
.navigation {
	font-size: 16px;
	font-style: normal;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #006666;
	display: block;
	padding: 8px;
	width: 184px;
}
.navigation:hover {
	font-size: 16px;
	font-style: normal;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #033;
	display: block;
	padding: 8px;
	width: 184px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}