/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 16px;
	text-align: left;
}

.intro_tekst {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	line-height: 18px;
	text-align: left;
}

a {
	font-size: 10px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

a.normal {
	font-weight: normal;
	text-decoration: underline;
}

	

a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 16px;
	color: #FF9900;
}
h2 {
	font-size: 11px;
	color: #666666;
}

.input { 
font: 10px Verdana, Arial, Helvetica, sans-serif; 
padding: 1p 3px; 
color: #333333; 
border: 1px #C5C8AC solid; 
background-color: #ffffff;
}