body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #003300;
	color: #FFFFCC;

}
.kommentar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #99CC33;
	font-weight: bold;

}
.navline {
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFCC00;
	border-bottom-color: #FFCC00;
	border-bottom-width: 1px;
}
.logoline {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFCC00;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFCC00;
	text-indent: 10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #99CC33;
}
th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #99CC33;
	background-image: url(images/top_bgd.gif);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFCC00;
	border-bottom-color: #FFCC00;
	text-align: left;
	text-indent: 5px;
	line-height: 18px;



}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFCC;
}
