td {
	COLOR: #000000;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 9pt;
	font-style: normal;
	line-height: 135%;
	font-weight: normal;}

a:link {
	COLOR: #000000;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11pt;
	font-style: normal;
	font-weight: bold;
	line-height: 135%;
	text-decoration: none;}
	
a:hover {
	COLOR: #000000;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11pt;
	font-style: normal;
	font-weight: bold;
	line-height: 135%;
	text-decoration: underline;}
	
a:visited {
	COLOR: #000000;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11pt;
	font-style: normal;
	font-weight: bold;
	line-height: 135%;
	text-decoration: none;}

a.tekst:link {
	COLOR: #000000;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE:9pt;
	FONT-WEIGHT: normal;
	font-style: normal;
	text-decoration: underline;}
	
a.tekst:visited {
	COLOR: #000000;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE:9pt;
	FONT-WEIGHT: normal;
	font-style: normal;
	text-decoration: underline;}

a.tekst:hover {
	COLOR: #000000;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE:9pt;
	FONT-WEIGHT: normal;
	font-style: normal;
	text-decoration: none;}

.underlinemenu{
font-weight: bold;
width: 100%;
}

.underlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: center; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #494949;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 3px solid gray; /*bottom border is 3px*/
}

.underlinemenu ul li a:link, .underlinemenu ul li a:visited{
text-decoration: none;
} 

.underlinemenu ul li a:hover, .underlinemenu ul li a:active,  .underlinemenu ul li a.selected{
border-bottom-color: black;
text-decoration: none;
}


.underlinemenu_r{
font-weight: bold;
width: 100%;
}

.underlinemenu_r ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: center; //set value to "left", "center", or "right"*/
}

.underlinemenu_r ul li{
display: inline;
}

.underlinemenu_r ul li a{
color: #494949;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 6px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 3px solid gray; /*bottom border is 3px*/
}

.underlinemenu_r ul li a:link, .underlinemenu_r ul li a:visited{
text-decoration: none;
} 

.underlinemenu_r ul li a:hover, .underlinemenu_r ul li a:active,  .underlinemenu_r ul li a.selected{
border-bottom-color: black;
text-decoration: none;
}


