.quote {
	font-family: Helvetica, "Arial", sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 25px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000033;
	text-decoration: underline;

}
.tekst {
	font-family: Helvetica, "Arial", sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000033;

}
.koppen {
	font-family: Helvetica, "Arial", sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 25px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000033;
	text-decoration: none;
}
.kleine-tekst {
	font-family: Helvetica, "Arial", sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 25px;
	font-weight: lighter;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	background-color: #000033;
	text-decoration: underline;

}
.kop1 {
	font-family: Helvetica, "Arial", sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 25px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000033;
	text-decoration: underline;
	underline: true;
}
.kop2 {
	font-family: Helvetica, "Arial", sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #000033;

}
.kop3 {
	font-family: Helvetica, "Arial", sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
}
tekst 2 {
	font-family: Helvetica, "Arial", sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #000033;
	text-decoration: none;
}
.field {
	border: 1px  #000E3B;
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
}
body,html{
scrollbar-base-color: #FFFFFF; 
scrollbar-track-color: #999999;
scrollbar-face-color: #000E3B;
scrollbar-highlight-color: #666666;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-darkshadow-color: #666666;
scrollbar-shadow-color: #CCCCCC;
scrollbar-arrow-color: #CCCCCC;
}
.rode tekst form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FF0000;
}
.quote2 {

	font-family: Helvetica, "Arial", sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 25px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000033;
}
.list {
	list-style-type: square;
	list-style-position: outside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	list-style-image: url((URL));

function centerLayout()
{var layoutwidth = XXX // set the width of the page hereif 
(navigator.appName == 'Netscape') {     var bodyWidth = self.innerWidth;     var theOffset = ((bodyWidth - layoutWidth)/2) - 10;     if (theOffset > 0)        document.layers['LayoutLYR'].left = theOffset;    } else {     var bodyWidth = document.body.offsetWidth;     var theOffset = ((bodyWidth - layoutWidth)/2) - 10;     if (theOffset > 0)document.all.tags('DIV')['Layout.LYR'].style.left=theOffset;    }
