.docPath
{
	color:Black;
	text-decoration: none;
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	
}

.docPath A, .docPath A:visited
{
	color: #53418f;
	text-decoration: none;
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
}

.docPath A:hover
{
	color: #53418f;
	text-decoration: underline;
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
}

.linkPane 
{
	color:Black;
	text-decoration: none;
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
}

.linkPane A, .linkPane A:visited 
{
	color:#53418f;
	text-decoration: none;
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
}

.linkPane A:hover
{
	color:#53418f;
	text-decoration: underline;
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
}



/* De rest van het document */
BODY
{
  background-color: White;
  margin: 0px;
  overflow: hidden;
}
.Menu
{
  position: absolute;
  left: 10px;
  top: 45px;
}
.Menu TD
{
  padding-left: 6px;
  padding-right: 6px;
  font-family: Verdana;
  font-size: 11px;
  color: White;
}
.Menu TD A, A:visited
{
  color: White;
  text-decoration: none;
  font-weight: bold;
}
.Menu TD A:hover
{
  color: Black;
  text-decoration: none;
  font-weight: bold;
}

.Menu .Title
{
  background-color: #262628;
}
.Menu .TitleBack
{
  background-color: #262628;
}

.Login .Heading
{
  color: #4B5600;
  font-family: Verdana;
  font-weight: bold;
}
.Login TD
{
  font-family: Verdana;
  font-size: 14px;
}
/* Flyout menu */
.Flyout
{
  background-color: #9DB128;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  /*
  border-left: solid 1px  #CCCCCC;
  border-bottom: solid 2px #CCCCCC;
  border-top: solid 1px #CCCCCC;
  border-right: solid 2px #CCCCCC;
  */
}
.Flyout .MenuTable
{
}
.Flyout TD.Title
{
  font-family: Arial;
  font-weight: bold;
  font-size: 12px;
  color: White;
}
.Flyout .MenuTable .Menu
{
}
.Flyout TD.Item
{
  font-family: Arial;
  font-weight: bold ;
  font-size: 12px;
  color: White;
}

.Flyout TD.ItemHover
{
  background-color: #E1E79F;
  font-family: Arial;
  font-weight: bold ;
  font-size: 12px;
  color: White;
}

.Flyout .MenuTable TD.Item A.Link
{
  text-decoration: none;
  color: White;
}

.Flyout .MenuTable TD.ItemHover A.Link
{
  text-decoration: none;
  color: Black;
}

.Footer TD
{
  height:25px; 
  color:White; 
  border-top: solid 1px #9DB128; 
  font-family: Arial; 
  font-size: 12px;
  background-color: rgb(188,196,100);
}
.Footer A
{
  color:White; 
  font-weight: bold; 
  text-decoration: none
}

.Footer .Left
{
  padding-left: 20px;
}

.Footer .Right
{
  padding-right: 20px;
}