<!--
BODY {
	background-color:#D0D0D0;
	margin-top:10px;
	margin-bottom:0px;
	font-family:Verdana,Tahoma,Arial,Helvetica;
	font-size:11px;
}

BODY.editor {
	background-color:#FFFFFF;
	margin-top:10px;
	margin-bottom:0px;
	font-family:Verdana,Tahoma,Arial,Helvetica;
	font-size:11px;
}

TD {
	font-family:Verdana,Tahoma,Arial,Helvetica;
	font-size:11px;
}

INPUT, SELECT, TEXTAREA {
	font-family:Verdana,Tahoma,Arial,Helvetica;
	font-size:10px;
}

/* RUBRIKER */
H1, .headline1 {
	font-family:Trebuchet MS,Arial,Helvetica,Verdana;
	font-size:24px;
	font-weight:normal;
	margin:0px 0px 0px 0px;
	color:#000000;
	editorTitle:Rubrik 1
}

H2, .headline2 {
	font-family:Trebuchet MS,Arial,Helvetica,Verdana;
	font-size:20px;
	font-weight:normal;
	color:#000000;
	editorTitle:Rubrik 2
}

H3, .headline3 {
	font-family:Verdana,Tahoma,Arial,Helvetica;
	font-size:12px;
	font-weight:normal;
	color:#0052A0;
	editorTitle:Rubrik 3
}

.normal {
	font-size:11px;
	line-height:15px;
	editorTitle:Brödtext
}

.small {
	font-size:10px;
	line-height:13px;
	editorTitle:Mindre text
}

.tiny {
	font-size:9px;
	line-height:12px;
	editorTitle:Minst text
}

.introduction {
	font-weight:bold;
	color:#000000;
	line-height:14px;
	editorTitle:Ingress
}

.imageText {
	font-family:Verdana,Tahoma,Arial,Helvetica;
	font-size:9px;
}

.grey {
	color:#808080;
}

.red {
	color:#FF0000;
}

.splash {
	background-color:#E6E3DE;
	line-height:17px;
	
}

.leftMenuColumn {
	background-color:#F1EFE9;
	color:#000000;
}

.newsColumn {
	background-color:#F1EFE9;
	color:#000000;
}

.newsHeadlineLink {
	color:#000000;
	font-weight:bold;
}

.newsHeadlineLink:hover {
	color:#000000;
}

/* LÄNKAR */
A {
	text-decoration:none;
	color:#0052A0;
}

A:hover {
	color:#65C7FF;
}

A.bold {
	font-weight:bold;
}

/* Navigation */
.navSection {
	background-color:#00529F;
	background-image:url(/images/sections_bg.gif);
	color:#FFFFFF;
}
A.navSectionLink {
	font-family:Verdana,Arial,Helvetica;
	font-size: 10px;
	font-weight:bold;
	color:#FFFFFF;
}
A.navSectionLink:hover {
	color:#FFFFFF
}

.navSectionSelected {
	background-color:#98938B;
	background-image:url(/images/sections_bg_sel.gif);
}
A.navSectionLinkSelected {
	font-family:Verdana,Arial,Helvetica;
	font-size: 10px;
	font-weight:bold;
	color:#FFFFFF
}
A.navSectionLinkSelected:hover {
	color:#FFFFFF;
}

.navSectionSpacer {
	background-color:#FFFFFF;
}

/* Left Menu */
.navItem {
	font-family:Verdana,Tahoma,Arial,Helvetica;
	font-size:10px;
}

A.navItemLink {
	font-family:Verdana,Tahoma,Arial,Helvetica;
	font-size:10px;
	font-weight:normal;
	color:#000000;
}

A.navItemLink:hover {
	color:#000000;
}

.navItemSelected {
	font-family:Verdana,Tahoma,Arial,Helvetica;
	font-size:10px;
	background-color:#DDD9CB;
}

A.navItemLinkSelected {
	font-family:Verdana,Tahoma,Arial,Helvetica;
	font-size:10px;
	font-weight:normal;
	color:#000000;
}

A.navItemLinkSelected:hover {
	color:#000000;
}
-->