@charset "utf-8";
/* CSS Document */

.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #003667;
	font-style: normal;
	line-height: 20px;
	font-variant: normal;
}

.normal-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #424242;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
}


a:link {
	text-decoration: underline;
	color: #003667;
}

a:visited {
	text-decoration: none;
	color: #003667;
}

a:hover {
	text-decoration: none;
	color: #9003667;
}

a:active {
	text-decoration: none;
	color: #003667;
}
