/* svart brödtext */
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-align: justify
}

/* fet text */
.fet {
	font-size : 8pt;
	font-style : normal;
	font-weight : bold;
	font-variant : normal;
	color: #000000
	line-height : normal;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

/* datum (fet svart) */
.datum {
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	letter-spacing : 1pt;
}

/* undertecknat (grå text) */
.undertecknat {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}

/* sidfot */
.fot {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #999999;
}

/* blå stor rubrik */
.storrubrik {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #006699;
}

/* liten blå rubrik */
.litenrubrik {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #006699;
}

/* kropp */
.body {
	background-image : url("img/bg_main.gif");
	background-color : White;
	margin-bottom : 10;
	margin-left : 10;
	margin-right : 10;
	margin-top : 10;
}

/* kropp fotoarkiv */
.body_foto {
	background-image : url("img/bg_main_foto.gif");
	background-color : White;
	margin-bottom : 10;
	margin-left : 10;
	margin-right : 10;
	margin-top : 10;
}


/* länkar */
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #CC0000;
	text-decoration : none;
}

/* hålla över med musen */
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #CC0000;
	text-decoration : underline;
}

/*right*/
.top {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-align:right}
