/* Generelle tekststiler for innhold */
h1 {
	font-family: Trebuchet, Helvetica,Arial, sans-serif;
	font-size: 12pt;
	color: #358DA4;
	line-height: 14pt;	
}

h2 {
	font-family:Trebuchet, Helvetica,Arial, sans-serif;
	font-size: 10pt;
	line-height: 13pt;
	color: #000000;
}

h3 {
	font-family:Trebuchet, Helvetica,Arial, sans-serif;
	font-size: 9pt;
	color: #000000;
}
p, DIV, .defTxt, td, normal {
	font-size: 8pt;
	line-height: 12pt;
	color: #000000;
	font-family: Trebuchet, Helvetica,Arial, sans-serif;
	padding: 0px;	
	margin-top: 0px;
}

/* links */
a:link {
	text-decoration: none;
	color: #581456;
}
a:visited {
	text-decoration: none;
	color: #0063D3;
}
a:hover {
	text-decoration: underline;
	color: #0063D3;
}
a:active {
	text-decoration: none;
	color: #0063D3;
}
