.linkblue {
	font-size: 10pt;
	text-decoration: none;
	color: #174FAB;
}
.linkblue:hover {
	font-size: 10pt;
	text-decoration: underline;
	color: #174FAB;
}
.linkorange {
	font-size: 10pt;
	color: #F57615;
	text-decoration: none;
}
.linkorange:hover {
	font-size: 10pt;
	color: #F57615;
	text-decoration: underline;
}
.txt {
	font-size: 10pt;
	color: #333333;
}
.txt_wo_underline {
	font-size: 10pt;
	color: #333333;
	text-decoration: none;
}
.txt_wo_underline:hover {
	font-size: 10pt;
	color: #333333;
	text-decoration: underline;
}
.copyright {
	font-size: 9pt;
	color: #333333;
	text-decoration: none;
}
.submenu {
	font-size: 10pt;
	color: #4376ac;
	font-weight: bold;
	text-decoration: none;
	}
.submenu:link {
	font-size: 10pt;
	color: #4376ac;
	font-weight: bold;
	text-decoration: none;
	}
.submenu:hover {
	font-size: 10pt;
	color: #FF6600;
	font-weight: bold;
	text-decoration: underline;
	}
.nav {
	font-size: 10pt;
	color: #4376ac;
	font-weight: bold;
	text-decoration: none;
	}
.nav a:link {
	font-size: 10pt;
	color: #4376ac;
	font-weight: bold;
	text-decoration: none;
	}
.nav a:hover {
	font-size: 10pt;
	color: #FF6600;
	font-weight: bold;
	text-decoration: underline;
	}
.nav a:visited {
	font-size: 10pt;
	color: #4376ac;
	font-weight: bold;
	text-decoration: none;
	}
.nav a:visited:hover {
	font-size: 10pt;
	color: #FF6600;
	font-weight: bold;
	text-decoration: underline;
	}
#event img {
	height: 80px;
	width: 110px;
}