p, ul, li {
	font-family: verdana, helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
}

h1, h2, h3  {
	font-family: georgia, serif;
	font-style: normal;
	font-variant: normal;
}
		
p, ul , table {
	line-height: 1.5em;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 20px;
	text-align: left;
	color: #000;
}
	
li {
	list-style:bullet;
	line-height: 1.8em;
	margin: 0px 0px 0px 13px;
	padding: 0em 0em 0em 0em;
	text-align: left;
	color: #000;
}

li a:link, li a:visited  {
	color: #43a3dd;
	font-weight: bold;
	text-decoration: none;
}

li a:hover {
	text-decoration: underline;
}

li.current, li.current a:link, li.current a:visited  {color:#FFF;background:#43a3dd;padding:3px 0px 3px 0px}
li.current:active, li.current:hover{color:#FFF;background:#43a3dd;text-decoration: underline}

p.navtekst, a.navtekst:link, a.navtekst:visited  {
	color: #000;
	font-size: 13px;
	line-height: 2.0em;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 0px 0px 10px;
	padding: 5px 20px 10px 20px;
	background-color: #fff;
}

p.active, a.active:link, a.active:visited {
	color: #FFF;
	font-size: 13px;
	line-height: 2.0em;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 0px 0px 10px;
	padding: 5px 20px 10px 20px;
	background-color: #4f1813;
}

a.navtekst:hover, a.active:hover{
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	background-color: #4f1813;
	text-decoration: underline;
}

p.footertekst, a.footertekst:link, a.footertekst:visited  {
	color: #43a3dd;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding: 0px;
}

a.footertekst:hover {
	color: #43a3dd;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

h1 {
	margin: 0px 0px 20px 0px;
	padding: 0px 20px 0px 20px;
	font-size: 36px;
	line-height: 1.2em;
	font-weight: normal;
	color: #fff;
	background-color: #4f1813;
}

h2 {
	margin: 0px 0px 20px 0px;
	padding: 0px 20px 0px 20px;
	font-size: 18px;
	line-height: 1.3em;
	font-weight: bold;
	color: #fff;
	background-color: #43a3dd;
}

h3	{
	margin: 0px;
	padding: 10px 20px 0px 20px;
	font-size: 13px;
	line-height: 1.2em;
	font-weight: bold;
	color: #4f1813;
}

a:link, a:visited {
	text-decoration: none;
	color: #43a3dd;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #43a3dd;
	font-weight: bold;
}

a[target="_blank"] {
	background:url(pics/newwindow.png) center right no-repeat;
	padding-right:20px;
	} 