/* CSS Document */
.hovedtabell {
	border: 1px solid #999999;
}
.innholdstabell {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.graa_venstrekant {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
.graa_kant_nede {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.prikke_linje {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
}
.style4 {
color: #FF0000;
font-size: 24px;
}
.style2{font-size: large}

.style3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #999999;
	font-weight: bold;	
}

a.menu:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a.menu:visited	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a.menu:hover  {
font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

a.menu:active {
font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

