/*
   CSS för visning på skärm : www.monoform.com
   (C) 2009, Monoform AB, Stockholm, Sweden
*/
body {
	background-color: #000;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 7.5pt;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5em;
	color: #fff;
	text-decoration: none;
}

hr {
	width: 75%;
	border-top: 1px dashed #069;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
}

/* START: klasser */

.copyright {
	font-family: Monaco, monospace;
	font-size: 6.5pt;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

.rubrik {
	background-color: inherit;
	margin: 0;
	padding-top: 10px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9pt;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 3px;
	line-height: 1.5em;
	color: #000;
	text-decoration: none;
}

.rubrikfet {
	background-color: inherit;
	margin: 0;
	padding-top: 9px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 8.5pt;
	font-style: bold;
	font-weight: normal;
	line-height: 1.5em;
	color: #000;
	text-decoration: none;
}

.serif8center {
	font-family: Georgia, serif;
	font-size: 8pt;
	font-weight: bold;
	line-height: 1.5em;
	color: #000;
	text-align: center;
	letter-spacing: 0.5px;
	text-decoration: none;
}

.serif8centervit {
	font-family: Georgia, serif;
	font-size: 8pt;
	font-weight: bold;
	line-height: 1.5em;
	color: #fff;
	text-align: center;
	letter-spacing: 0.5px;
	text-decoration: none;
}

.inlagg {
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	background-color: inherit;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 7.5pt;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5em;
	color: #fff;
	text-decoration: none;
}

.inlaggsvart {
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	background-color: inherit;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 7.5pt;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5em;
	color: #000;
	text-decoration: none;
}

.kursiv {
	font-style: italic;
}

.formtextvit {
	background-color: inherit;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 7.5pt;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5em;
	color: #fff;
	text-decoration: none;
}

/* SLUT: klasser */

/* START: länksektion */

/* START: huvudlänkar */

a:link {
	color: #c7006b;
	text-decoration: underline;
}

a:visited {
	font-style: italic;
	color: #c7006b;
	text-decoration: underline;
}

a:hover {
	color: #fff;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: #c7006b;
}

a:active {
	color: #c7006b;
	text-decoration: none;
}

/* SLUT: huvudlänkar */

/* SLUT: länksektion */