
/* annet på siden */
body {
	font-family:Verdana;
	font-size:11px;
	color:#5c5c5c;
	line-height:130%;
}

a 
{
	color:#3f8295;
	text-decoration:none;
	outline-style:none;
}
a:hover 
{
	text-decoration:underline;
}


h1, h1 a 
{
	font-family:Arial;
	font-size:26px;
	font-weight:normal;
	color:#787877;
	margin-bottom:5px;
	text-decoration:none;
}

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');
}
*/
