body, html {
	margin: 0px;
	padding: 0px;
	/*height: 100%;*/
}

body {
	background-position: bottom left;
	background-attachment: fixed;
	background-repeat: no-repeat;
	font-family: Arial, sans-serif;
	background-color: #FFFFF0;
	background-image: url(images/mdf_logo.png);
}

#bigtable {
	width: 100%;
	height: 100%;
}

#submeny {
	width: 1%;
	vertical-align: top;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 15px;
}

#contents {
	vertical-align: top;
	text-align: left;
	padding-left: 40px;
	padding-top: 10px;
	padding-right: 10px;
	vertical-align: top;
	width: auto;
}

hr {
	border: 0px;
	width: 80%;
	height: 1px;
	background-color: #CFE9F0;
	color: #CFE9F0;
}

p {
	text-align: left;
}

ul {
	text-align: left;
	list-style-type: none;
	list-style-position: outside;
	white-space: nowrap;
	padding-top: 0px;
}

li {
	text-align: left;
	background-color: #FFFFF0;
}

a:link {
	color: #c33;
	text-decoration: none;
}

a:visited {
  color: #900;
  text-decoration: none;
}

a:hover {
  color: #f66;
  text-decoration: none;
}

#thistab {
	color: #c33;
	text-decoration: none;
	font-size: small;
	font-weight: bold;
	border-style: solid solid none;
	border-color: Black;
	background-color: #FFFFF0;
}


a.tablink:link {
	color: #c33;
	text-decoration: none;
	font-size: small;
	font-weight: bold;
}

a.tablink:visited {
  color: #900;
}

a.tablink:hover {
  color: #f66;
}

.tab
{
	white-space: nowrap;
	color: #c33;
	font-size: small;
	font-weight: bold;
	margin: 0.5em;
//	padding: 0.5em;
	padding: 3px;
	vertical-align: middle;
	text-align: center;
	border-width: 2px;
	border-color: #000;
	border-bottom: 2px solid #000;
	background-color: #ECF7F8; /*#FFFFD7*/
}

#language {
	padding-right: 5px;
	height: 1px;
	text-align: right;
	background-color: #ECF7F8;
}

#banner {
	text-align: center;
	vertical-align: middle;

/*	padding-top: 10px;
	padding-bottom: 30px;
*/
	padding-top: 0px;
	padding-bottom: 7px;
	background-color: #ECF7F8; /*#ECF7F8*/
	height: 1px;
	width: 100%;
}

.english {
  color: #663300;
}

table.inline {
	border: 1px solid #cc6600;
	background-color: #e2e2e2;
	text-align: left;
}

td.light {
  background-color: #f0f0f0;
}

a#cookies {
	color: #DC948A;
	font-size: 10px;
	text-decoration: none;
	vertical-align: bottom;
}

a#cookies:hover {
	text-decoration: underline;
}

td.space {
	white-space: nowrap;
	height: 40px;
	padding-right: 160px;
}

