/* CSS Document */

body {
	text-decoration: none;
	color: #4D4D4D;
	font-family : Verdana, Arial, sans-serif ;
	font-size : 11px;
	font-weight : normal;
	line-height : 20px;

}

td {
	text-decoration: none;
	color: #4D4D4D;
	font-family : Verdana, Arial, sans-serif ;
	font-size : 11px;
	font-weight : normal;
	line-height : 20px;
	
}
a {
	text-decoration: underline;
	color: #8D0004;
	font-family : Verdana, Arial, sans-serif ;
	font-size : 11px;
	font-weight : bold;
	text-decoration : none;
}

a:visited {
	text-decoration: underline;
	color: #8D0004;
	font-family : Verdana, Arial, sans-serif ;
	font-size : 11px;
	font-weight : bold;
	text-decoration : none;
}

a:hover {
	text-decoration: none;
	color: #dd0004;
	font-family : Verdana, Arial, sans-serif ;
	font-size : 11px;
	font-weight : bold;
	text-decoration : none;

}

a:active {
	text-decoration: none;
	color: #8D0004;
	font-family : Verdana, Arial, sans-serif ;
	font-size : 11px;
	font-weight : bold;
	text-decoration : none;

}
h1 {
	margin-top: 20px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	color:4D4D4D;
	font-size:20pt;
}


h2 {
	text-decoration: none;
	color: #000000;
	font-family : Verdana, Arial, sans-serif ;
	font-size : 12px;
	font-weight : bold;

}
.kantlinje {

	border: 1px solid #CCCCCC
	
}

.lim {
	text-indent: 25px;
}


h3 {
	text-decoration: none;
	color: #4D4D4D;
	font-family : Verdana, Arial, sans-serif ;
	font-size : 11px;
	font-weight : bold;
	text-decoration:none;

}
h4 {
	text-decoration: none;
	color: #8D0004;
	font-family : Verdana, Arial, sans-serif ;
	font-size : 11px;
	font-weight : bold;
	text-decoration:none;

}

p {
	color:#000;
	text-align:justify;
	margin-right:15px;
}

/* |||||||||||||||| NAVIGATION ||||||||||||||*/

a.nav {
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
}

a.nav:visited {
	color:#000;
}


a.nav:hover {
	color:#900;
	text-decoration:underline;
}

a.nav:active {
	color:#F00
	
}

