﻿<style type="text/css">

.BackGroundTable {
	width:100%;
	background-color: #D8D0BB;
	vertical-align:top;
}
a:visited {
	color: #0000FF;
}
a:active {
	color: #0000FF;
}
a:hover {
	color: #0000FF;
}
.redhorizontalline {
	color: #FF0000;
	margin-top: 0px;
	background-color: #FF0000;
	height:8px;
}
.redasterisk {
	color: red;
}
.redline {
	border-left: 2px solid red;
}
.PrimaryRedTable {
	width:900px;
	vertical-align:top;
	background-color: white;
}
.PrimaryWhiteTable a: {
	color:white;
	background:red;
}
.PrimaryWhiteTable a:hover {
	color:white;
	background:red;
}
.PrimaryWhiteTable a:visited {
	color:white;
	background:red;
} 
.PrimaryWhiteTable {
	width:900px;
	vertical-align:top;
	background-color: red;
	color:white;
}
.PrimaryBlueTable {
	width:900px;
	vertical-align:top;
	background-color: white;
}
.PrimaryBlueTableCell4 {
	width:225px;
	vertical-align:top;
	background-color: white;
}
.HyperlinksRow a: {
	color:white;
}
.HyperlinksRow a:hover {
	color:white;
}
.HyperlinksRow {
	background-color: red;
	color:white;
	border:0;
	padding:0;
	width:150px;
	text-align: left;
	font-family: Georgia, Palatino, "Book Antiqua", serif;
	height: 30px;
	font-size: large;
	vertical-align:middle;
}
.Footer {
	font-family: Palatino, "Book Antiqua", Georgia, serif;
	font-size: x-small;
	font-weight:bold;
	text-align: center;
	color: #456146;
}
.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 48px;
	color: red; 
	text-align:center;
	font-weight:bold;
}
.localheader {
	font-family: "Arial Narrow";
	font-size: large;
	font-weight:bold;
	color: blue;
	text-align: center;
	margin-left:35px;
	margin-right:35px;
}
.localheaderleft {
	font-family: "Arial Narrow";
	font-size: large;
	font-weight:bold;
	color: blue;
	text-align: left;
	margin-left:35px;
	margin-right:35px;
}
.localheaderleftright {
	font-family: "Arial Narrow";
	font-size: large;
	font-weight:bold;
	color: blue;
	text-align: left;
	margin-right:35px;
}
.nameaddressr {
	font-family: "Arial Narrow";
	font-size: medium;
	color: blue;
	text-align: right;
}
.nameaddressl {
	font-family: "Arial Narrow";
	font-size: medium;
	color: blue;
	text-align: left;
}
.normaltext a: {
	color:blue;
	font-style:italic;
}
.normaltext a:hover {
	color:red;
	font-style:italic;
}
.normaltextl {
	font-family: "Arial Narrow";
	font-size: small;
	font-style:italic;
	font-weight:bold;
	text-decoration:underline;
	color: blue;
	text-align: justify;
}
.normaltext {
	font-family: "Arial Narrow";
	font-size: small;
	color: blue;
	text-align: justify;
	margin-left:35px;
	margin-right:35px;
}
.normaltextinfo {
	font-family: "Arial Narrow";
	font-size: small;
	color: blue;
	text-align: justify;
	margin-left:70px;
	margin-right:70px;
}
.normaltextcenter {
	font-family: "Arial Narrow";
	font-size: small;
	color: blue;
	text-align: center;
}
.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 0px #003300;
border-bottom-width: 0;
font: 14px Trebuchet, Helvetica, Tahoma, Geneva, san serif;
text-align:center;
margin-bottom:12px;
color: white;
text-decoration:none;
line-height: 100%;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: red;
width: 110px; /* default width for menu */
}
.anylinkmenu a:hover{
background: red;
color: white;
font-style: normal;
font-weight:bold;
font: 14px Trebuchet, Helvetica, Tahoma, Geneva, san serif;
text-decoration:none;
}
.anylinkmenu a: {
background: red;
color: white;
font-style:normal;
font: 14px Trebuchet, Helvetica, Tahoma, Geneva, san serif;
text-decoration:none;
}
.anylinkmenu a:visited {
background:red;
color:white;
font-style:normal;
font: 14px Trebuchet, Helvetica, Tahoma, Geneva, san serif;
text-decoration:none;
}
.menuanchorclass {
	background: red;
	font: 18px Georgia, Palatino, "Book Antiqua", serif;
	font-style: normal;
	text-decoration:none;
	color: white;
	list-style-type:none;
	margin-left:0;
	line-height: 200%;
}
.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
color:white;
background:red;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color:white;
}

/* ######### class for shadow DIV ######### */
.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 100; /*zIndex for shadow*/
background: black;
visibility: hidden;
}
</style>

