.border-right-left {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #FBD96D;
	border-left-color: #FBD96D;
}
.tekst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 18px;

}
.back-bottom {
	background-image: url(bottom.gif);
	background-repeat: repeat-x;
}
.border-top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FBD96D;
}
.tekst-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.tekst-stor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.back {
	background-attachment: fixed;
	background-image: url(back.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #2A4173;
}
.back-top {
	background-image: url(top-right.gif);
	background-repeat: repeat-x;
}
.border-bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}