body, p, a, td, div, span, input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body { margin: 0px; padding: 0px; }

a:link, a:visited, a:active {
	color: #8C3C00;
	text-decoration: underline;
}
a:hover {
	color: #8C3C00;
	text-decoration: none;
}
a.menu_default:link, a.menu_default:active, a.menu_default:visited {
	color: #eeeeee;
	text-decoration: none;	
}
a.menu_default:hover {
	color: #ffffff;
	text-decoration: none;	
}
a.menu_current:link, a.menu_current:active, a.menu_current:visited {
	color: #eeeeee;
	text-decoration: none;	
}
a.menu_current:hover {
	color: #ffffff;
	text-decoration: none;	
}
form {
	margin: 0;
}
h1, h2, h3, h4, h5 {
	margin: 5px 0px 5px 0px;
	font-family: "MS Trebuchet", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #8C3C00;
}


.menu {
	/*padding: 10px;*/
	vertical-align: top;
}
.menu ul, .menu li {
	list-style-position: inside;
	list-style-type: square;
	display: block;
	margin: 0;
	padding: 0;
	padding-left: 5px;
	color: white;
	line-height: 200%;
	font-weight: normal;

}
li.menu_default a, li.menu_current a{
	text-decoration: none;
	color: white;

}
.current {
	color: #FFCC00;
}

#topcell {
	background-attachment: fixed;
	background-image: url(/templates/voncken1/images/bg-top-right.gif);
	background-repeat: no-repeat;
	background-position: right;


}
