table.menu	{
	position: absolute;
	border: 1px solid black;
	cursor: pointer;
	cursor: hand;
	visibility: hidden;
}
#mainmenu	{
	left: 24;
	top: 2;
}
table.menu td	{
	color: #3A5005;            /* Must be the same as tdColor in the menu_script.js */
	background-color: #A5B7A1; /* Must be the same as tdBgColor in the menu_script.js */
	border: 0px;
	padding: 0px 6px 3px;
	font-family: New Roman Times;
	font-size: 8pt;
	white-space: nowrap;
}

A 
	{
	color: #B20818;
	text-decoration: none;
	font-weight : bold;
	}
A:active 
	{
	color: #000000; font-style: italic; text-decoration:underline;
	}
A:visited  
	{
	color: #7F5A5F;  
	text-decoration: none;
	font-weight : bold;
	}

A:hover  
      {
	color:black; 
	text-decoration: overline underline;
	}


BODY
{
	font-family: Times,"Times New Roman", sans-serif;
	font-size: 10pt;
	color : #2A4C29;
	background-color : #BBC7B3;
	word-spacing: 0;
	margin-left: 15px;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	background-image : url(moeder3.jpg);
	scrollbar-base-color:#AFBBA4; 
	scrollbar-face-color:#AFBBA4;
	scrollbar-arrow-color:#312123;
	scrollbar-shadow-color:#000000;
	scrollbar-highlight-color:#FFFFFF;
}

.del 
{
    text-decoration: line-through;
}

.TinyType
{
	font-family: "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 0pt;
	color: White;

 }
