BODY {
	/* The default body layout */
	background-color: #eae2a3;
	background-image: url(images/handen.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 10 0 10 0;
}
TABLE.main {
	background-color: #f2edce;
	width: 97%;
	height: 400px;
	padding: 10px 10px;
	margin: 0 0 10 10;
}
TABLE.menutable {
	/* The table which contains the menu and the tables within */
	/* background-color: #323089; */
	background-color: #994e5c;
}
A.menu { 
	font-family: Arial, Helvetica;
	font-size: 13px;
	text-decoration: none;
	color: #f2edce;
	font-weight: 600;
}
A.menu:hover { 
	color: #f2d560;
}
A.dropdown {
	font-family: Arial, Helvetica;
	font-size: 13px;
	text-decoration: none;
	color: #f2edce;
}
A.dropdown:hover {
	color: #f2d560;
}
SPAN.title {
	/* The title as shown on every page. */
	font-family: Arial, Helvetica;
	font-size: 14pt;
	font-weight: 300;
}
SPAN.subtitle {
	/* the subtitle (if present) as shown on pages where you edit some. */
}
BR.SpaceUnderTitle {
	/* A <BR> tag under the title, spacing between title and content. */
	margin: 0 0 20 0;
}

