/* Generelle tekststiler for innhold */


h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #134b8e;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 23px;
}

.NTIngress
{
font-size: 23px;
display: block;
background: #aaa;
color: white;
padding: 3px;
}

.NTIHeader
{
font-size: 36px;
padding: 5px;
display: block;
background: #134b8e;
color: white;
}

.blue
{
font-size: 16px;
display: block;
width: 300px;
margin-top: 15px;
padding-left: 20px;
background: #134b8e;
color: white;
text-transform: uppercase;

}


p {
	margin: 0 0 2em 0;
	font-size: 11px;
}

/*ul, ol {
	margin: 0 0 2em 0;
/*	text-align: justify;*/
/*	line-height: 26px;*/
	font-size: 11px;
}*/



a:link {
	color: #134b8e;
}

a:hover, a:active {
	text-decoration: none;
	color: #134b8e;
}

a:visited {
	color: #134b8e;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

