body {
	background-color: rgb(239,244,249);
	margin: 0px;
	padding: 0px;
	text-align: center;
}

div#container {
	width: 1007px;
	margin: 0px auto; 
	background: rgb(255,255,255);
	text-align: left;
}

div#header_lt {
	float: left;
	width: 237px;
	margin: 0px;
	background: rgb(194,210,232);
  background-repeat: no-repeat;
  height: 336px;
}

div#header_rt {
	float: left;
	width: 770px;
	margin: 0px;
  background-repeat: no-repeat;
  height: 336px;
}

div#header_lb {
	clear: both;
	float: left;
	width: 237px;
	margin: 0px;
	background: rgb(194,210,232);
  background-repeat: no-repeat;
  height: 65px;
}

div#header_rb {
	float: left;
	width: 770px;
	margin: 0px;
	background: rgb(124,186,86);
  background-repeat: no-repeat;
  height: 65px;
}

img#logo {
	position: relative;
	left: 34px;
	top: 32px;	
	width: 170px;
	height: 284px;
}

div#menu_t {
	position: relative;
	top: 0px;
	left: 0px;
	width: 237px;
}

div#menu_b {
	width: 237px;
	clear: both;
	float: left;
	margin: 0px;
	padding-top: 11px;
	background: rgb(194,210,232);
	height: 1600px;
}

div.menuitems {
	position: relative;
	top: 0px;
	left: 34px;
	width: 170px;
	margin: 0px;
}

#content {
	float: left;
	width: 700px;
	margin: 0px;
	font-family: Verdana;
	font-size: 10pt;
	color: rgb(0,0,0);
	padding: 35px;
	background: rgb(255,255,255);
}

#footer {
	clear: both;
	width: 1007px;
	height: 100px;
	margin: 0px;
}

#footer_l {
	float: left;
	width: 237px;
	height: 100px;
	background: rgb(194,210,232);
}

#footer_r {
	float: left;
	width: 770px;
	height: 100px;
	background: rgb(255,255,255);
}

img {
	border: 0px;
}

#spacer {
	height: 200px;
}

p {
  margin: 0;
  padding: 0;
  display: block;
}

h2 {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: rgb(86,146,201);
	margin-top: 0px;
	margin-bottom: 0px;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

strong {
	color: rgb(86,146,201);
	font-weight: bold;
}

a {
	color: rgb(86,146,201);
	text-decoration: underline;	
}

div.fondsen {
	background-color: rgb(224,234,245);
	padding: 6px;
	margin-bottom: 15px;
}

table {
	border: 0px;
	border-collapse: collapse;
}

th {
	font-family: Verdana;
	font-size: 10pt;
	color: rgb(255,255,255);
	background: rgb(86,146,201);
	text-align: left;
	padding: 4px;
}

td {
	font-family: Verdana;
	font-size: 10pt;
	color: rgb(0,0,0);
	text-align: left;
	padding: 4px;
}

td.odd {
	background: rgb(224,233,245);
}

a.button, a.button_tb {
	font-family: "Arial Narrow";
	font-size: 16px;
	font-weight: bold;
	color: rgb(255,255,255);
	background-color: rgb(87,146,201);
	width: 170px;
	height: 24px;
	text-align: center;
	padding-top: 3px;
	display: block;
	text-decoration: none;	
}

a.button {
	margin-bottom: 11px;
}

a.button:hover, a.button_tb:hover {
	background-color: rgb(124,186,86);
}

div.button, div.button_tb {
	font-family: "Arial Narrow";
	font-size: 16px;
	font-weight: bold;
	color: rgb(255,255,255);
	background-color: rgb(124,186,86);
	width: 170px;
	height: 24px;
	text-align: center;
	padding-top: 3px;
}

div.button {
	margin-bottom: 11px;
}

