body {
	background-color: #CCD3B0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0px;

}
h2 {margin: auto; font-size: 0.5em; font-weight: normal;}
h2.first {margin: 0;}
h3 {
	font-size: 1.3em;
	color: #5B624F;
}

/* Container for the Menu */
#p7swapmenu {
	background-color: #E3E0BB;
	border: 1px solid;
	border-color: #E4E9D8 #99A189 #99A189 #E4E9D8;
	left: 31px;
	padding: 6px;
	position: absolute;
	top: 8px;
	width: 193px;
	height: 813px;

}

/* Turns off Margin, Padding, and Bullets for the Menu List */
#p7swapmenu ul {margin: 0px; padding: 0px;}
#p7swapmenu li {margin: 0px; padding: 0px; list-style-type: none;}


/* Rules to copy if you use the WriteStyles Command */
.closed ul{display:none;}
.open ul{display:block;}

/* Link Styles for the Menu */
.closed a, .open a {
	background-repeat: no-repeat;
	background-position: 3px 50%;
	background-color: #99A189;
	border: 1px solid;
	border-color: #C9D0AD #848C71 #848C71 #C9D0AD;
	color: #EEF0E3;
	display: block;
	font-size: 0.9em;
	padding: 2px 0px 2px 16px;
	text-decoration: none;
}

/* Hover and Active styles for the menu */
.closed a:hover, .open a:hover, .closed a:active, .open a:active {
	background-color: #ACB39F;
	color: #5B624F;
}

/* Plus Sign for Trigger Links in Closed State */
.closed a {background-image: url(images/menplus.gif);}

/* Minus Sign for Trigger Links in Open State */
.open a {background-image: url(images/menminus.gif);}

/* Link Styles for the Submenus */
.closed ul a, .open ul a, .open ul a:hover {
	background-color: transparent;
	background-image: url(pagemarker.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	border: 0;
	color:#666;
	font-size: .8em;
	font-weight:normal;
	padding: 0 0 0 12px;
	margin: 0 0 0 16px;
}

/* Optional ID to assign the <a> to highlight a "Current Page" link */
#p7current {font-weight: bold;}
td table {
	background-color: #E3E0BB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #5B624F;
	line-height: 0.9em;
	width: 80%;


}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5B624F;

}
table {
	background-color: #E3E0BB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #5B624F;
	width: 100%;














}
#totaaltabel {
	background-color: #E3E0BB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #5B624F;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: E4E9D8;
	border-right-color: #99A189;
	border-bottom-color: #99A189;
	border-left-color: E4E9D8;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 50px;
	width: 97%;
	left: 50px;











}
hr {
	color: #5B624F;
}

