body {
	background-color: #99cc66;
}	

a:link { 
	color:#6AB348; 
	text-decoration: none 
} 

a:active { 
	color: #6AB348; 
	text-decoration: none;
}

a:visited { 
	color:#6AB348; 
	text-decoration: none;
}

a:hover { 
	color: #6AB348; 
	text-decoration: underline;
} 

.tekst { 
	font: 9pt verdana;
	color: #343434;
	font-weight: none;
	text-decoration: none;
} 

.Textvak {
	BORDER-RIGHT: #6AB348 1px solid; 
	BORDER-TOP: #6AB348 1px solid; 
	FONT-SIZE: 10pt; 
	BORDER-LEFT: #6AB348 1px solid; 
	WIDTH: 200px; 
	BORDER-BOTTOM: #6AB348 1px solid; 
	font-family: Verdana; 
	color: #000000; 
	BACKGROUND-COLOR: #EFEFEF;
}

.Textvak2 {
	BORDER-RIGHT: #6AB348 1px solid; 
	BORDER-TOP: #6AB348 1px solid; 
	FONT-SIZE: 10pt; 
	BORDER-LEFT: #6AB348 1px solid;
	BORDER-BOTTOM: #6AB348 1px solid; 
	font-family: Verdana; 
	color: #000000; 
	BACKGROUND-COLOR: #EFEFEF;
}

.formLabel {
	border-bottom-color:#6AB348;
	border-left-color:#6AB348;
	border-right-color:#6AB348;
	border-top-color:#6AB348;
	background-color:#efefef;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.button {
width: 200px;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:left;
}

