body {
	margin-left:5px;
	margin-right:5px;	

	background-color: #EEE3CB;

	scrollbar-face-color: #DAC18C;
	scrollbar-highlight-color:#DAC18C;
	scrollbar-3dlight-color:black;
	scrollbar-darkshadow-color:#DAC18C;
	scrollbar-shadow-color:black;
	scrollbar-arrow-color:#607337;
	scrollbar-track-color:#EEE3CB;

}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0066CC;
}
a:hover {
	text-decoration: underline;
	color:#000099;
	}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bolder;
}

.formstyle {
border: 1px solid black;
}

input {
	background-color: #F7F3EB;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
select {
	background-color: #F7F3EB;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
textarea {
	background-color: #F7F3EB;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
