/* stylest4 created 13 Sep 2007 */
/* ver 1.0   */
body   {
	background: #FAF4E0;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	/*
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color : #111111;
}

h1     {
	font-size: 1.2em;
	font-weight : bold;
	/* font-family: Palatino, Georgia, "Times New Roman", serif;  */
	margin-top: 0px;
}

h2    {
	font-size : 0.9em;
	font-weight : bold;
	margin-top: 4px;
	margin-bottom: 4px;
}

h3 {
	font-size : 0.8em;
	font-weight : bold;
	margin-top: 3px;
	margin-bottom: 4px;
}

h4 {
	font-size : 0.8em;
	font-weight : normal;
}

TABLE {
	font-size: 0.9em;
}

td {
	margin-bottom : 0;
}


FORM {
	/*  font-size : 0.9em;  */
	/*margin-bottom : 0;
	margin-top : 0;  */
	margin: 0;
}

INPUT {
	font-size: 0.85em;  
	border-left-width : thin;
	padding: 0;
}

INPUT.notice {
	background-color : #FF9070;
	font-size: 1em;
	font-weight: bold;
}

INPUT.notice2 {
	background-color : #FF9070;
	font-size: 0.9em;
	font-weight: bold;
}


SELECT {
	 font-size: 0.8em;
}

hr {
	line-height : 3px;
	margin-bottom : 0;
}

LI {
	margin-bottom : 6px;
}


/* end of tag-related definitions */

.Nested {
 font-size: 1.1em;
}

.SmallTitle {
	background-color : #F4D8B0;
	margin-top: 0;
	margin-bottom : 0;
}

.NoVertMarg {
	margin-top: 0;
	margin-bottom : 0;
}

.Title {
	background-color : #F0C898;
	margin-bottom: 0;
}

.Welcome {
	font-size : 1em;
	margin-top:  0;
	margin-bottom: 0;
}

.Urhere {
	/* font-size : 1.2em;  */
	font-weight : bold;
}

A.quiet {
	text-decoration : none;
}

.Emphas {
	font-size : 1.1em;
	font-weight : bold;
}

.Emphas2 {
	font-weight : bold;
	font-size : 1em;
}

.Emphas3 {
	font-weight : bold;
	font-size : 1em;
	background : #fff;
}

.BigTitle {
	font-size : 2em;
	background-color : #E88316;
	margin-top:  0;
	margin-bottom: 0.1em;
}

.alerttext {
	color: Red;
	font-weight : bold;
}


.foot {font-size : 0.75em; margin-top: 0;margin-bottom: 4px;}

#Tagline {
   font-size: 1em; 
   font-weight: bold;
   font-family: "Comic Sans MS", cursive;
}

.theright {
	text-align : right;
}


.Indent {
    font-size: 1.3 em;
    margin-left: 2 em;
}

.MidOra {
	background-color : #F4D8B0;
    margin-bottom: 0;
}

.LightOra {
	background-color : #ECC8A8;
}

.PrBox {
	background-color : #E8C090;
}

.Orange3 {
	background-color : #F8D0A0;
}



.Norsk {
	background-color : #9EEDCF;
}

.linkspace {
	line-height : 16px;
}

.short {
	border : 0;
	line-height : 3px;
	margin-top : 0px;
	margin-bottom : 0px;
}

.backgr {
	background: #F4E8D0;
	position: relative;
	z-index: 5;
}


#childBoxA {
	display : none;
}

#childBox1 {
	display : none;
}

#childBox2 {
	display : none;
}

#childBox3 {
	display : none;
}

#childBox4 {
	display : none;
}

#childBox5 {
	display : none;
}

#childBox6 {
	display : none;
}

#progress {
	position: absolute;
	top: 250px;
	left: 60px;
}



/* the following rules are for positioning images*/
#base {
	position:relative;
}
.absmask {
	position:absolute;
	top:0px;
	left:0px;
	z-index:-5;
}

/* the following rules are for print only */

.print {
	font-family : "Times New Roman", Times, serif;
	color: #000000;
	font-size : 15px;
}

.bottomline {
	font-family : "Courier New", Courier, monospace;
	color: #000000;
	font-size : 15px;
	font-weight : bold;
}

