@charset "UTF-8";
/* CSS Document */


body {
	background-color: #f0f0f0;
	color:#666;
	font-family: Georgia, serif;
	font-size: 13px;
	line-height: 17px;
	margin: 0;
	padding: 0;
	margin-left: 60px;
	margin-right: 0px;
	margin-top: 60px;
}
.rubrik {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 22px;
	color: #333;
	text-decoration: none;
}
#mellanrubrik {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 17px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
.mellanrubrik {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

.casebody {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 14px;
	color: #666;
	text-decoration: none;
}

.navigation {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 14px;
	color: #666;
	text-decoration: none;
}

.rights {
	font-family: Arial;
	font-size: 9px;
	line-height: 14px;
	color: #979797;
	text-decoration: none;
}


a:link, a:visited {
	color:#333;
	text-decoration: none;
}

a:hover, a.active {
	text-decoration: none;
	border-bottom: 1px solid #ec4399;
	color: #000;
}

