/*
div.headerlinks { font-size: 10pt; font-style:normal; font-variant:normal; font-weight:normal; font-family: Verdana; } 
div.headerlinks :link, :visited { text-decoration: underline overline; }
div.headerlinks :link:focus, :visited:focus { color: red; }
div.headerlinks :link { color: #006666; }
div.headerlinks :visited { color: #006666; }
div.headerlinks :link:hover, :visited:hover { color: white; }
div.headerlinks :link:active, :visited:active { color: red; }

.nav { font-size: 10pt; font-style:normal; font-variant:normal; font-weight:normal; font-family: Verdana; } 
.nav :link, :visited { text-decoration: underline overline; }
.nav :link:focus, :visited:focus { color: red; }
.nav :link { color: #006666; }
.nav :visited { color: #006666; }
.nav :link:hover, :visited:hover { color: white; }
.nav :link:active, :visited:active { color: red; }

:link, :visited { color: #006666; text-decoration: underline; }
:link:hover { color: red; }
:link:active, :visited:active { color: white; }

*/


:link, :visited { color: #006666; }
:link:hover { color: red; }

body { 
	color: #006666;	font-size: 10pt; font-style:normal; font-variant:normal; font-weight:normal; font-family: Verdana; 
	margin-bottom: 2pt;
/*	background-color: #DDFFDD; */
/*	background-color: #E6ECFF; */
/*    background-image: URL("_images/bakgrunn.gif"); */
} 

table { 
	font-size: 10pt; font-style:normal; font-variant:normal; font-weight:normal; font-family: Verdana; 
/*	background-color: #DDFFDD; */
/*	background-image: URL("_images/bakgrunn.gif"); */
/*	background-color: rgb(240,240,255); */
} 

ul {
	margin-top: 2pt;
	margin-bottom: 2pt;
	margin-left: 17;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}
h1
{
	line-height: 100%; margin-top: 0; margin-bottom: 1; margin-left: 15;
	font-size: 12pt; 
}
h2
{
	line-height: 100%; margin-top: 0; margin-bottom: 1;
	font-size: 10pt;
}

h3
{
	font-size: 12pt;
	color: rgb(0,153,153); 
}
h4
{
	color: rgb(204,255,255);

}
h5
{
	color: rgb(0,0,102);
}
h6
{
	color: rgb(153,0,0);
}