.vmeny {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
	padding-left: 5px;
	font-weight: bold;
}
.vmeny a:link {
	color: #333333;
	text-decoration: none;
}
.vmeny a:visited {
	color: #333333;
	text-decoration: none;
}
.vmeny a:hover {
	color: #333333;
	text-decoration: underline;
}
.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
	color: #333333;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 145%;
	font-size: 80%;
	color: #333333;
}
.text a:link {
	color: #0066CC;
	text-decoration: underline;
}
.text a:visited {
	color: #0066CC;
	text-decoration: underline;
}
.text a:hover {
	color: #0066CC;
	text-decoration: underline;
	background-color: #FFCC33;
}.bunnlinje {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #666666;
	padding-top: 10px;
}
.formtxt {
	font-family: arial;
	font-size: 80%;
	line-height: 80%;
}
.formtxt a:link {
	color: #0066CC;
	text-decoration: none;
}
.formtxt a:visited {
	color: #0066CC;
	text-decoration: none;
}
.formtxt a:hover {
	color: #0066CC;
	text-decoration: underline;
}
.login_header {
	font-family: arial;
	line-height: 145%;
	font-size: 120%;
	font-weight: bold;
	color: #666666;
}
.ruler {
	margin: 0px;
	padding: 0px;
	height: 1px;
	font-size: 2px;
}

/* login control */
.login { width: 250px; }
.login table { font-size: 9pt; }
.login_error { color: Red; }			 
.login_text { display: block; width: 100%; }
.login_tb {
	display: block;
	width: 100%;
}
.login select { margin-top: 5px; display: block; width: 100%; }
.login_submit {
	text-align:center;
	font-size: 9pt;
}		
/* end login */	

