* {
	border-collapse: collapse;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px;
	margin: 0px;
	font-size:12px;
}
table {
	border-collapse: collapse;
}
p {
}
a {
	color: #235175;
	color: #777777;
	text-decoration:underline;
}
strong a {
	color:#235175;
}
a:hover {
	text-decoration:none;
}

a img {
	border:0px none;
}
ul {
	position: relative;
	left: 0px;
	list-style: outside url("/sites/i/infotrend.no/designs/default/images/bullet.gif");
}

body, html, input, textarea {
	font-family:Arial;
	font-size:12px;
	line-height:16px;
	color:#777777;
}

ol li {
	margin-left: 20px;
}
ul li{
	margin-left: 20px;
}

h1 {	color: #141414;
	padding-bottom: 11px;
	padding-top: 9px;
	font-size: 160%;
	font-weight: normal;
}
h2 {	color: #141414;
	font-size: 150%;
	padding-top: 7px;
	padding-bottom: 4px;
}
h3 {	color: #141414;
	font-size: 140%;
	padding-top: 5px;
	padding-bottom: 2px;
}
h4 {	color: #141414;
	padding-top: 3px;
	font-size: 130%;
}
h5 {	
        background-image: url("images/more_bg.gif");
        background-repeat: no-repeat;
        background-position: top right;
        color:#235175;
        font-weight:bold;
        margin-right: 18px;
        padding-right:18px;
        text-align:right;
}

h6 {	
	font-size:12px;
	color: #777777;
	padding-bottom: 14px;
}

td {
	vertical-align: top;
}
