@charset "utf-8";
/* 
Bara klasser som ska användas i editorn!
*/


.Rubrik1 {
	font-family: Georgia, "Times New Roman", Times, serif, "Century Schoolbook";
	font-size: 22px;
	font-weight: bold;
	font-style:italic;
	color:  #444444;
	margin-top: 10px;
	margin-bottom: 3px;
	margin-left: 0px;
	margin-right: 0px;
}
.Rubrik2 {
	font-family: Georgia, "Times New Roman", Times, serif, "Century Schoolbook";
	font-size: 18px;
	font-weight: bold;
	font-style:italic;
	margin-top: 10px;
	margin-bottom: 3px;
	color:  #444444;
}
.Rubrik3 {
	font-family: Georgia, "Times New Roman", Times, serif, "Century Schoolbook";
	font-size: 16px;
	font-weight: bold;
	font-style:italic;
	color:  #333;
	margin-top: 8px;
	margin-bottom: 3px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}

.textliten {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #3C1E00;
}

.textvit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	margin-bottom: 6px;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #3C1E00;
	margin-bottom: 6px;
}

.alert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #990000;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	margin-bottom:3px;
}


li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	margin-bottom: 3px;
	margin-top:0px;
	list-style-type: square;
	list-style-position: inside;
}


a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration:underline;
}

