/* CSS Document */

/* Positioning */
body, li {
	background: #F3EEC4;
	margin: 0px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #444444;
}

.boldheader {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #774A19;
}

.smallheader {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #774A19;
}

.bold {
	font-weight: bolder;
	text-decoration: none;
	color: #666666;
}

.smalltext {
	font-size: 11px;
	font-weight: normal;
}

a, a:link, a:visited, a:hover {
	color: #333333;
	text-decoration: none;
	font-weight: bolder;
}

a:hover {
	color: #999999;
}

a.smalltekst, a.smalltekst:link, a.smalltekst:visited, a.smalltekst:hover {
	color: #666666;
	text-decoration: none;
	font-weight: bolder;
}

a.smalltekst:hover {
	color: #999999;
}
.button
{
	background-color:#774A19;
	color:#ffffff;
	font-weight: bolder;
	font-size: 11px; 
}