/* Standard sector CSS */

#body a:link, #body a:visited, #body a:active, #body a:hover
{
	color: #6A3106;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 13px;
	text-decoration: none;
}

/* Adjustments to imported styles */

/* Some space under the headers in the content area */
h1, h2
{
	margin-bottom: .6em;
}

h3, h4, h5
{
	margin-bottom: .3em;
}

.firstHeading
{
	margin-bottom: .6em;
}

<!--[if gte IE 6]>
<style>
.firstHeading
{
	padding-top: 0;
}
</style>
<![endif]-->


/* Increase margin between toc and text before it */
#toc,
.toc
{
	margin-top: 1.5em;
	border: 1px dashed #aaa;
}

/* Mail: remove border around images */
img, a img
{
	border: none;
	vertical-align: middle;
}

/*
 * Online forms
 */
/* Default submit button (former #dknmenu) */
input.button
{
	color: #44471C;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	background-color: #E1E1C5;
}


