* {
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0px;
	padding: 0px;
	font-family: 'Verdana';
}
ul li, ol li {
	margin-left: 25px;
	font-size:12px;
}
table {
	border-collapse:collapse;
	cellspacing:'0';
	cellpadding:'0';
}
a {
	font-size: inherit;
	font-style: normal;
	color:#0079c2;
	text-decoration: none;
}
span, abbr, acronym, dfn, em, strong, b, i, strike, s, u, font {
  font-size: inherit;
  color: inherit;
}
img {
	REMborder: 0px solid black; /* texteditor.css har valg med 3 pixler border */
}

a:hover {
	text-decoration: none;
}

p {
	margin-top: 0px;
	font-size:12px;
	line-height: 17px;
	margin: 0px 0px 5px 0px;
}
div, strong {
	line-height: 17px;
}


h1,h2,h3,h4,h5,h6 {
	margin-top: 0px;
	color: #4e4e4e;
}

h1 {
	font-size: 18px;
	line-height: 24px;
	padding:0px;
	margin:0px;
	margin-bottom: 8px;
}
h2 {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 6px;
}
h3 {
	font-size: 14px;
	margin-bottom: 5px;
}
h4 {
	font-size: 12px;
	margin-bottom: 5px;
	margin-bottom: 4px;
}
h5 {
	font-size: 11px;
	margin-bottom: 4px;
}
h6 {
	font-size: 10px;
	margin-bottom: 4px;
}

td {
        vertical-align: top;
	font-size: 12px;
}

hr {
	border: 0px;
	border-top: 1px solid black;
	height: 1px;
}

