/* ***************************************************
Links
*****************************************************/

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

/* ***************************************************
MIscalleneous
*****************************************************/

.tekst {
	color: #21283A;
	font-family: Arial;
	font-size: 9pt;
}

.tekst A:link {
	font-family:arial;
	font-weight: normal;
	color: #3D5489;
	font-size: 9pt;	
	font-style: normal;
	font-decoration:none;
}

.tekst A:visited {
	font-family:arial;
	font-weight: normal;
	color: #21283A;
	font-size: 9pt;	
	font-style: normal;
	font-decoration:none;
}

.tekst A:hover {
	font-family:arial;
	font-weight: normal;
	color: #21283A;
	font-size: 9pt;	
	font-style: normal;
	font-decoration:underline;
}


.pageTitle {
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.pageDescription {
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

td {
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

/* ***************************************************
News on the frontpage
*****************************************************/

.newsFont { 
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.newsFontDesc { 
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 10px;
}

/* ***************************************************
Items from the webpage that is emphasized
on the frontpage.
*****************************************************/

.emphasizeFont { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4A4A49;
	font-weight: bold;
}

.emphasizeFontDesc { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4A4A49;
}


/* ***************************************************
Dropdown menu
*****************************************************/

.clbt{
	layer-background-color: transparent;
	background-color: transparent;
	position: absolute;
	visibility: hidden;
	z-index: 300;
}

.clbs{
	layer-background-color: #DEE4FF;
	background-color: #DEE4FF;
	position: absolute;
	visibility: hidden;
	z-index: 300;
}

.clbar{
	position: absolute;
	width: 10px;
	height: 10px;
	visibility: hidden;
}

.clcmabs{
	position: absolute;
	width: 10px;
	height: 10px;
	left: 0;
	top: 0;
	visibility: hidden;
}

.clcmevent{
	position: absolute;
	z-index: 300;
	width: 100%;
	height: 100%;
	clip: rect(0,100%,100%,0);
	left: 0;
	top: 0;
	visibility: hidden;
}

.clt {
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	overflow: hidden;
	width: 130px;
	height: 25px;
	cursor: hand;
	background-color: transparent;
	layer-background-color: transparent;
}

.cltover {
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	overflow: hidden;
	width: 130px;
	height: 25px;
	cursor: hand;
	background-color: transparent;
	layer-background-color: transparent;
}

.cls {
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #404040;
	position: absolute;
	overflow: hidden;
	cursor: hand;
	background-color: #DEE4FF;
	layer-background-color: #FFFFFF;
}

.clsover {
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #404040;
	position: absolute;
	overflow: hidden;
	cursor: hand;
	background-color: #C1CDFF;
	layer-background-color: #FFFFFF;
}

/* ***************************************************
Search field
*****************************************************/
.searchbuttonstyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	border: 1px;
	border-color: #DEA841;
	border-style: solid;
	background-color: #433314;
}

.searchfieldstyle {
	background-color: #433314;
	color: FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #DEA841;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 300px;
	height: 16px;
}
