.Rubrik1 {
	background-image: url(/images/bg_title.gif);
	background-repeat: repeat-y;
	font-family: Tahoma;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px 0px 5px 15px;
	margin-bottom: 20px;
}

.Rubrik2 {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #E3521D;
	border-bottom: 1px solid #E3521D;
}

.Rubrik3 {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #214790;
	border-bottom: 1px solid #214790;
}

.Normal {
	font-family: Arial;
	font-size: 12px;
	color: #777777;
	line-height: 19x;
	font-weight: normal;
}

HR {
	margin: 0px 0px 0px 0px;
	height: 1px;
	border-top: 1px dashed #D7D7D7
}

A {
	color: #E3521D;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}