


BODY,
TD {
	font-family: arial, sans-serif ; 
	font-size: x-small ; 
}

a { cursor: hand; color: navy; text-decoration: none; }
a:active { cursor: hand; color: navy; } 
a:visited { text-decoration: none }
a:hover { text-decoration: underline; color: red }
.tekst {font-size: 7.5pt; font-family: verdana; color: black }
.menytopp {font-size: 8pt;font-weight: bold; font-family: verdana; color: white }
.overskrift { font-weight: bold; font-size: 14pt; font-family: verdana; }
.link {font-size: 9pt; font-family: arial; }
.liten {font-size: 6.5pt; font-family: verdana; }
.text { font-weight: normal; ; font-family: Arial; font-size: 9px}

/*MENY*/

.menuLink  {
	font-family: verdana, sans-serif; 
	font-weight: bold; 
	font-size: 12px; 
	color: #2f4e6d;
	text-decoration:none; 
	line-height:17px;
	border-color: #ffffff;
	border-width: 1px;
	border-style: transparent;
	width:125px; 
}

.menuLink a {
	color: #2f4e6d;
	background-color:#CCCCCC; 	
text-decoration:none; 
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	width:125px; 
}

.menuLink a:hover {
	color: #0000ff;
	text-decoration:none; 
	background-color:Yellow; 
	border-color: #a5aaaf;
	border-width: 1px;
	border-style: solid;
	width:125px; 
}

.menuLink a:visited {
	text-decoration:none; 
}

.menuLink a:active {
	color: #2f4e6d;
	text-decoration:none; 
}


.menu2 a {
	color: #2f4e6d;
	background-color:#FFFFFF; 	
text-decoration:none; 
	border-color: #000000;
	border-width: 0px;
	border-style: solid;
	width:125px; 
}

.menu2 a:hover {
	color: #0000ff;
	text-decoration:none; 
	background-color:Yellow; 
	border-color: #a5aaaf;
	border-width: 1 px;
	border-style: solid;
	width:125px; 
}

.menu2 a:visited {
	text-decoration:none; 
}

.menu2 a:active {
	color: #2f4e6d;
	text-decoration:none; 
}

#list-menu {
 width: 132px;

 }


#list-menu li {
 margin: 2px 0 0;
 	font-size: 12px; 

 }


#list-menu ul {
 margin: 0; 
 padding: 0;
 list-style-type: none;
 }


#list-menu a {
 display: block;
 	font-size: 12px; 
	font-family: verdana, sans-serif; 
width:120px;
 padding: 2px 2px 2px 10px;
 border: 1px solid #000000;
 background: #dcdcdc;
 text-decoration: none; /*lets remove the link underlines*/
 }
 
 
#list-menu a:link, #list-menu a:active, #list-menu a:visited {
 color: #000000;
 }

 #list-menu a:hover {
 border: 1px solid #000000;
 background: #333333;
 color: #ffffff;
 }