@charset "utf-8";
.tekstfelt {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	line-height: 16px;
}
.tekstfelt_bold {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}
.tekstfelt_bold_grey {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #D31F36;
	text-decoration: none;
}
.myriad {
	font-family: "Myriad Pro";
	font-size: 15px;
	color: #FFFFFF;
	background-color: #000000;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}
.myriad_rød {
	font-family: "Myriad Pro";
	font-size: 14px;
	color: #A7202D;
	background-color: #000000;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
}

