/* 
Firmapakken Standard Stylesheet  
Created 23.09.2006 Håkon Sjåstad
Copyright 2006 Innovare
*/

body {
	font-family: Verdana, Arial, Sans, sans-serif;
	font-size: 9pt;
	margin: 0;
	line-height: 1.1em;
	color: black;
	background: white;
	padding: 0.7em;
}

p {
	font-size: 9pt;
}

img {
	border: 0;
}

 a:link { text-decoration: none;}
a:visited { text-decoration: none; } 

h1 {
	color: black;
	background-color: #809980;
	font-size: 12pt;
	border: 0;
	margin: 0;
	margin-top: 0.3em;
	padding: 0.4em;
	border: dotted 1px green;
	clear: none;
}

h2 {
	text-indent: 0;
	font-size: 11pt;
	padding: 0.2em;
	background-color: #99b299;
	border: dotted 1px #809980;
}

h3 {
	text-indent: 0;
	font-size: 10pt;
	padding: 0.2em;
	background-color: #B2CCB2;
	border: dotted 1px #809980;
}

h4 {
	text-indent: 0;
	font-size: 9pt;
	padding: 0.2em;
	background-color: #B2CCB2;
	border: dotted 1px #809980;
}

h5 {
	text-indent: 0;
	font-size: 9pt;
	padding: 0.1em;
	background-color: #B2CCB2;
	border: solid 1px #809980;
	margin: 0;
}

table { font-size: 9pt; }

dt { font-weight: bold; }
