/*****************************************************************************
*  
*  Nordic Print - fonts.css
*  
*  ***************************************************************************
*  
*  (C) Respons Reklamebyrå 2008-10
*  Kode av Andreas Håkestad
*  
*****************************************************************************/

/*****************************************************************************
*  
*  Expand fonts
*  
*****************************************************************************/

.tekst {
	font-family			: Arial;
	font-size			: 12px;
	color				: #000000;
	line-height			: 16px;
}

.hvit_tekst {
	font-family			: Arial;
	font-size			: 12px;
	color				: #ffffff;
	line-height			: 16px;
}

.tekst_14 {
	font-family			: Arial;
	font-size			: 14px;
	color				: #000000;
	line-height			: 16px;
}

.tekst_12_white {
	font-family			: Arial;
	font-size			: 12px;
	color				: #ffffff;
	line-height			: 14px;
}

.liten_tekst_11 {
	font-family			: Arial;
	font-size			: 11px;
	font-weight			: normal;
}

.liten_tekst_10 {
	font-family			: Arial;
	font-size			: 10px;
	line-height			: 10px;
}

.liten_tekst_10_blue {
	font-family			: Arial;
	font-size			: 10px;
	line-height			: 10px;
	color				: #000000;
}

.liten_tekst_10_white {
	font-family			: Arial;
	font-size			: 10px;
	line-height			: 10px;
	color				: #ffffff;
}

.white {
	color				: #ffffff;
}

.black {
	color				: #ffffff;
}

.dato {
	font-family			: Arial;
	font-size			: 10px;
	color				: #939fab;
	line-height			: 14px;
	text-align			: right;
}

.overskrift {
	font-family			: Arial;
	font-size			: 18px;
	font-weight			: normal;
	color				: #000000;
	line-height			: 22px;
	padding-bottom		: 8px;
}

.liten_overskrift {
	font-family			: Arial;
	font-size			: 12px;
	font-weight			: bold;
	color				: #000000;
	line-height			: 18px;
}

.ingress {
	font-family			: Arial;
	font-size			: 12px;
	font-weight			: bold;
	color				: #000000;
	line-height			: 15px;
}


a:link {
	color				: #107bc8;
	text-decoration		: none;
}

a:visited {
	color				: #107bc8;
	text-decoration		: none;
}

a:hover {
	color				: #107bc8;
	text-decoration		: underline;
}

a:active {
	color				: #107bc8;
	text-decoration		: underline;
}


a.white:link {
	color				: #ffffff;
	text-decoration		: none;
}

a.white:visited {
	color				: #ffffff;
	text-decoration		: none;
}

a.white:hover {
	color				: #ffffff;
	text-decoration		: none;
}

a.white:active {
	color				: #ffffff;
	text-decoration		: none;
}

a.tekst:link {
	color				: #1f425a;
	text-decoration		: none;
}

a.tekst:visited {
	color				: #1f425a;
	text-decoration		: none;
}

a.tekst:hover {
	color				: #1f425a;
	text-decoration		: underline;
}

a.tekst:active {
	color				: #1f425a;
	text-decoration		: underline;
}
