/* Styles related to the PHP Layers Menu System begin here */

.treemenudiv	{
	display: block;
	white-space: nowrap;
}

.phplmnormal	{
	font-family: Garamond;
	font-size: 16px;
	color: #599300;
	background-color: #ffffff;
	font-weight : bolder;
	text-decoration : none;
	font-stretch: wider; 
	letter-spacing: 3px;
}

a.phplm:link	{
	text-align:right;
	display: block;
	color: #000000;
	font-weight: lighter;
	width: 180px;
	text-indent: 0px;
	text-decoration: none;
	font-family:Arial, Verdana, "Helvetica sans-serif";
	font-size: 8pt;
	line-height: 30px;
	height:30px;
	vertical-align:middle;
	background-color: transparent;
	background-image: url(image/1x1-ffffff.jpg);
	background-repeat: repeat;
	background-position: left center;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

a.phplm:visited	{
	text-align:right;
	display: block;
	color: #000000;
	font-weight: normal;
	width: 180px;
	text-indent: 10px;
	text-decoration: none;
	font-family:Arial, Verdana, Helvetica sans-serif;
	font-size: 8pt;
	line-height: 30px;
	margin: 0px 0 0 0;
	height:30px;
	vertical-align:middle;
	background-color: transparent;
	background-image: url(image/1x1-ffffff.jpg);
	background-repeat: repeat;
	background-position: right center;
}

a.phplm:hover	{
	text-align:right;
	display: block;
	color: ae9047;
	font-weight: normal;
	width: 180px;
	text-indent: 10px;
	text-decoration: none;
	font-family:Arial, Verdana, "Helvetica sans-serif";
	font-size: 8pt;
	line-height: 30px;
	margin: 0px 0 0 0;
	height:30px;
	vertical-align:middle;
	background-color: transparent;
	background-image: url(menu/achter.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}

a.phplm:active	{
	text-align:right;
	display: block;
	color: #000000;
	font-weight: normal;
	width: 180px;
	text-indent: 10px;
	text-decoration: none;
	font-family:Arial, Verdana, Helvetica sans-serif;
	font-size: 8pt;
	line-height: 30px;
	margin: 0px 0 0 0;
	height:30px;
	vertical-align:middle;
	background-color: transparent;
	background-image: url(image/1x1-ffffff.jpg);
	background-repeat: repeat;
	background-position: right center;
}

.phplmbodytable	{
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	background-color: #ffffff;
	font-weight : bolder;
	width: 230px;
}

.phplmbodytable2	{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	font-weight : bolder;
/*	border : 1px solid #599300;*/
	border-bottom-width : 0px;
	border-left-width : 0px;
	border-right-width : 0px;
	border-top-width : 0px;
	width: 230px;
}

.ivorybodytable	{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
	background-color: #EAF2FA;
	font-weight : bolder;
}

.darkbordertable	{
	background-color: #ffffff;
	width: 230px;
}

.blackbordertable	{
	background-color: #F0F1F9;
}

.greenbordertable	{
	background-color: #003399;
}

.darkgreenbordertable	{
	background-color: #F0F1F9;
}

.redbordertable	{
	background-color: #F0F1F9;
}

.orangebordertable	{
	background-color: #F0F1F9;
}

a:link	{
	color: #003399;
	text-decoration : underline;
}

a:visited	{
	color: #003399;
	text-decoration : underline;
}

a:hover	{
	color: #003399;
	text-decoration : underline;
}

