/* CSS Document */

body {
	background:#FFFFFF;
	width:800px;
}
span.header1 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

span.header2 {
	font-size: 16px;
	font-weight: bold;
}

span.header3 {
	font-weight: bold;
	font-size:14px;
}

span.bold {
	font-weight: bold;
}

span.bolditalic {
	font-weight: bold;
	font-style:italic;
	color: #000000;
}

tr.colored {
	background-color:#F0F0A0;
}

td.colored {
	background-color:#F0F0A0;
}

img#sweden {
	display:none;
}

div.clearer {
	visibility:hidden;
	clear:both;
}

.topstrip, #newlogo, #menu, #right {
	display:none;
}

.topstrip *, #newlogo *, #menu *, #right * {
	display:none;
}