.tekst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.tinytekst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #176089;
	background-color: #FFCD87;
	border: thin solid #176089;
}
}
.rowbor {
    border-bottom: thin dashed #FFCD87;
}

.even {
    background-color: #FFCD87;
}

.oneven {
    background-color: #FFFFFF;
}
.textfield {
	background-color: #FFCD87;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	border: 1px solid #333333;
}
.table {
	border: 1px dotted #cccccc;
	background-color: #eeeeee;
}