@charset "utf-8";
/* CSS Document */
/*
.txtSmall {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: #e46600;
}
a.txtSmall:link {
	color: #e46600;
}
a.txtSmall:visited {
	color: #e46600;
}
a.txtSmall:hover {
	color: #f68300;
	text-decoration:none;
}
a.txtSmall:active {
	color: #e46600;
}
*/

.txtNorm {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:16px;
	color: #454860;
}
a.txtNorm:link {
	color: #454860;
	font-weight:bold;
	text-decoration:underline;
}
a.txtNorm:visited {
	color: #454860;
	font-weight:bold;
	text-decoration:underline;
}
a.txtNorm:hover {
	color: #454860;
	font-weight:bold;
	text-decoration:none;
}
a.txtNorm:active {
	color: #454860;
	font-weight:bold;
	text-decoration:underline;
}

.txtNormLink {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #454860;
}
a.txtNormLink:link {
	color: #454860;
	font-weight:bold;
	text-decoration:underline;
}
a.txtNormLink:visited {
	color: #454860;
	font-weight:bold;
	text-decoration:underline;
}
a.txtNormLink:hover {
	color: #454860;
	font-weight:bold;
	text-decoration:none;
}
a.txtNormLink:active {
	color: #454860;
	font-weight:bold;
	text-decoration:underline;
}




.txtHeadline {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #df061a;
}
