.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0E293B;
	margin-bottom: 6px;
	padding-bottom: 6px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.linksubtitle {

	font-size: 12px;
	font-weight: bold;
	color: #487492;
}
.txttitle {

	font-size: 12px;
	font-weight: bold;
	color: #29475C;
}
.txtsubtitle {

	font-size: 12px;
	color: #29475C;
}
.txtnormal {

	font-size: 12px;
	color: #546978;
}
.txtsmall {

	font-size: 9px;
	color: #546978;
}
.footerinfo {

	font-size: 9px;
	color: #77A3C1;
}
a.topnavi:link {
   text-decoration: none;
   font-weight: bold;
   color: #0E293B;
}

a.topnavi:visited {
  	text-decoration: none;
	font-weight: bold;
	color: #0E293B;
}

a.topnavi:hover {
  text-decoration: underline;
  font-weight: bold;
  background: #0E293B; 
  color: #FFFFFF;
}

a.topnavi:active {
  text-decoration: none;
  font-weight: bold;
  color: #0E293B;
}

a.subnavi:link {
   font-size: 12px;
	font-weight: normal;
	color: #6E9DBD;
}

a.subnavi:visited {
  	font-size: 12px;
	font-weight: normal;
	color: #6E9DBD;
}

a.subnavi:hover {
  text-decoration: underline;
  font-weight: normal;
  color: #0E293B;
}

a.subnavi:active {
  font-size: 12px;
	font-weight: normal;
	color: #6E9DBD;
}



