* {
	font: 8pt Verdana;
}

a {
	color: black;
}

body {
	background: white;
}

img.body {
	border: 1pt solid black;
	margin: 4pt;
}

p {
	text-align: justify;
}

.error {
	padding-left: 8pt;
}

.field {
	clear: both;
}

.fieldinput {
	margin-left: 30%;
}

.fieldtitle {
	float: left;
	font-weight: bold;
	padding-right: 8pt;
	text-align: right;
	width: 30%;
}

.formelement {
}

.introduction {
	text-align: justify;
}

.referencetitle {
	font-weight: bold;
	text-align: right;
}

.submit {
}

#body {
	width: 100%;
}

#centrepanel {
	width: 100%;
}

#centrepanel h1 {
	border-bottom: 1pt solid black;
	font-size: 12pt;
	font-weight: bolder;
}

#centrepanel h2 {
	border-bottom: 1pt solid black;
	font-size: 11pt;
	font-weight: bolder;
}

#centrepanel h3 {
	font-weight: bolder;
}

#centrepanel li {
	list-style-type: square;
}

#centrepanel li p {
	text-align: justify;
}

#footer {
	border-top: 1pt solid black;
	margin-top: 8pt;
	text-align: center;
}

#leftpanel {
	display: none;
}

#navigation {
	display: none;
}

#title {
	display: none;
}