body, html, form {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #004619; /* dark green *//* #3f3f3f; /* dark gray */
}

a {
	text-decoration: none;
	color: #004619; /* dark green */
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

.Main {
	border-collapse: collapse;
	border: 0;
	height: 100%;
}

.Main td {
	border: 0;
	margin: 0;
	padding: 0;
}

.LeftBar {
	width: 206px;
	background-color: white;
}

.LeftShadow {
	width: 5px;
	font-size: 1px;
	background-color: #888888; /* neutral gray */
	background-image: url(/images/leftshadow.gif);
	background-repeat: repeat-y;
}

.RightBar {
	width: 556px;
	background-color: #fdffea; /* light yellow */
}

.RightShadow {
	width: 5px;
	font-size: 1px;
	background-image: url(/images/rightshadow.gif);
	background-repeat: repeat-y;
}

.Top td {
	height: 100px;
}

.Bottom td {
	height: 106px;
}

.Middle .RightBar { /* The actual content */
}

.Content, .Content td {
	padding: 0px 32px 0px 32px;
	line-height: 24px;
	letter-spacing: 1px;
	font-family: "Times new roman", tahoma, verdana, arial;
	font-size: 14px;
}

.Content td {
	padding: 0px 0px 0px 0px;
}

.Content br, .Content td br {
	letter-spacing: 0;
}

.Content a, .Content td a {
	text-decoration: underline;
	font-weight: bold;
	letter-spacing: 0px;
}

.Content a:hover, .Content td a:hover {
	color: black;
}

.Content strong {
	background-color: #d7e6cb; /* medium light green */
	letter-spacing: 0;
}

.Middle .LeftBar {
	font-family: arial, verdana, tahoma;
	font-size: 10px;
	color: #80aa8c;
}

.Middle .LeftBar a {
	color: #80aa8c;
}

/*		.Bottom .LeftBar {
	background-image: url(images/logo_image.gif);
	background-repeat: no-repeat;
	background-position: bottom;
} */

.Top .RightBar {
	text-align: center;
}

.RightBar .Asterix {
	margin-top: 20px;
	height: 20px;
	background-image: url(/images/asterix_geel.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.LeftBar .Asterix {
	height: 20px;
	background-image: url(/images/asterix.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 4px;
}

.Bottom .RightBar {
	background-image: url(/images/logo_image_geel.gif);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	color: #004619; /* dark green */
	font-family: arial, verdana, tahoma;
	font-size: 10px;
	line-height: 20px;
}

.Bottom .RightBar a {
	text-decoration: underline;
}

.Bottom .RightBar a:hover {
	font-weight: bold;
}

.Bottom .LeftBar {
	text-align: center;
	color: #004619; /* dark green */
	font-family: arial, verdana, tahoma;
	font-size: 10px;
	line-height: 20px;
}

.Bottom .LeftBar a {
	text-decoration: underline;
}

.Bottom .LeftBar a:hover {
	font-weight: bold;
}

.Content h1 {
	font-size: 18px;
	font-weight: bold;
	font-family: arial;
	color: #15632a; /* dark green */
	margin: 0;
	padding: 0;
	letter-spacing: 0;
}

.Content h2 {
	font-size: 16px;
	font-weight: bold;
	font-family: arial;
	color: #15632a; /* dark green */
	margin: 0;
	padding: 0;
	letter-spacing: 0;
}

.Route {
	padding-top: 16px;
	padding-bottom: 8px;
	padding-left: 90px;
}

.Route a {
	border: 1px solid #fdffea; /* light yellow */
}

.Route a:hover {
	border: 1px solid black;
}

.Asterix {
	text-align: center;
	font-family: arial, verdana, tahoma;
	font-size: 9px;
}

.Asterix a {
	text-decoration: underline;
}

.Asterix a:hover {
	color: black;
}

.linklist li
{
	list-style-image: url(/images/asterix_geel.gif);
}