
body
{
	background-color: #7C9CAD;
	padding: 20;
}

h1
{
	font-size: 12 pt;
	font-family: verdana;
	font-weight: bold;
}

h2
{
	font-size: 10 pt;
	font-family: verdana;
	font-weight: bold;
}

h3
{
	font-size: 14 pt;
	font-family: verdana;
	font-weight: normal;
}

p
{
	font-size: 7.5pt;
	font-family: verdana;
}

td
{
	font-size: 10pt;
	font-family: verdana;
}

li
{
	font-size: 7.5pt;
	font-family: verdana;
}

/*
a:link
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a:visited
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a:active
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
	color: #214264;
	font-weight: bold;
	text-decoration: underline;
}
*/

a:link
{
	color: #0000ff;
}
a:visited
{
	color: #0000ff;
}
a:active
{
	color: #0000ff;
}
a:hover
{
	color: #214264;
}
/*-----*/
a.menu
{
    color:#0000ff;
    text-decoration:underline;
    font-size:10pt;
}
a.stor
{
    color:#0000ff;
    text-decoration:underline;
    font-size:12pt;
    font-weight: bold;
}

.dch
{
	font-family: Verdana;
	font-size: 10 pt;
	background-color: #FFFFFF;
}

.dch_fed
{
	font-family: Verdana;
	font-size: 10 pt;
	font-weight: bold;
}

.center
{
	margin-left: auto;
	margin-right: auto;
}

.def
{
	font-family: Verdana;
	font-size: 7.5pt;
	font-style: normal;
	font-weight: normal;
}

.small
{
	font-family: Verdana;
	font-size: 7.5pt;
	font-style: normal;
	font-weight: normal;
}

/* ----- Menu knapper i venstre side ----- */
.level1
{
	background-color: #214265;
	color: #ffffff;
	font-weight: bold;
	font-family: Arial;
	font-size: 10pt;
	border-width: 0px;
	text-align: left;
	width: 100%;
}

.level2
{
	background-color: #7C9CAD;
	color: #ffffff;
	font-weight: normal;
	font-family: Arial;
	font-size: 10pt;
	border-width: 0px;
	text-align: left;
	width: 100%;
}

