.normal {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000}
.normalBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold
}

a:link {
	text-decoration: underline;
	color: Navy;
}
a:visited {
	text-decoration: underline;
	color: Navy;
}
a:hover {
	text-decoration: none;
	color: Navy;
}
a:active {
	text-decoration: underline;
	color: Navy;
}

a.navi:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: White;
	font-weight: bold
}
a.navi:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: White;
	font-weight: bold
}
a.navi:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #89C6DB;
	font-weight: bold
}
a.navi:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: White;
	font-weight: bold
}


.normalItalic { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; font-style: italic}
.smallarial { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000}
.big {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #000000; font-weight: bold}

.concertRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Red;
}

.bigBlue { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: Navy; font-weight: bold }
.smallarialBold { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000 ; font-weight: bold}
