
/* annet på siden */
html
{
	margin:0;
	padding:0;
}

body {
	font-family:Arial;
	font-size:12px;
	color:#282828;
	line-height:130%;
	text-align:center;
	margin:0;
	padding:0;
}

a 
{

	text-decoration:none;
	outline-style:none;
	color:inherit;
}
a:hover 
{
	text-decoration:underline;
}

p
{
	font-family:Arial, Verdana;
	font-size:12px;
	line-height:19px;
	padding-bottom:14px;
	
}
p.ingress
{
	font-family:'CalibriRegular', Arial, Verdana;
	font-size:25px;
	color:#787575;
	line-height:28px;
	margin-bottom:30px;
	
}
td p
{
	margin-bottom:0px;
	padding-bottom:0px;
}

h1, h1 a 
{
	font-family:'CalibriRegular', Arial, Verdana;
	font-size:40px;
	font-weight:bold;
	color:#f78f1e;
	
	text-decoration:none;
	line-height:64px;
}

h2
{
	font-family:Helvetica;
	font-size:14px;
	color:#5c5c5c;
	margin-bottom:5px;
	font-weight:bold;
	line-height:100%;
	display:block;
}
.h2 
{
	color:#5C5C5C;
	font-family:Helvetica;
	font-size:12px;
	font-weight:bold;
	margin-bottom:4px;
	display:block;
}

h3 
{
	font-size:14px;
	color:#ccc;
	margin-bottom:5px;
}

strong, b 
{
	font-weight:bold
}

em
{
    font-style:italic;   
}

/* Use fontsquirrel.com to convert fonts to the formats we need to utilize the @font-face functionality */
/*
@font-face {
	font-family: 'BertholdAkzidenzGroteskConden';
	src: url('/css/akzidenzgroteskbecn.eot');
	src: local('Berthold Akzidenz Grotesk'), local('AkzidenzGroteskBE-Cn'), url('/css/akzidenzgroteskbecn.woff') format('woff'), url('/css/akzidenzgroteskbecn.ttf') format('truetype');
}

@font-face {
	font-family: 'BertholdAkzidenzGroteskBoldCo';
	src: url('/css/akzidenzgroteskbeboldcn.eot');
	src: local('Berthold Akzidenz Grotesk'), local('AkzidenzGroteskBE-BoldCn'), url('/css/akzidenzgroteskbeboldcn.woff') format('woff'), url('/css/akzidenzgroteskbeboldcn.ttf') format('truetype');
}
*/
