.button {
	border: solid 1px #000000;
	color: #000000;
	font-weight:small;
	font-family: verdana,arial;
	background: #ffc843;
}
.font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

select {
	color: rgb(40,40,40);
	background-color: rgb(240,240,240);
	font-weight: small;
	font-size: 8pt;
	font-family: verdana,arial;
	border: solid 1px #000000;
}
input, textarea {
	color: rgb(40,40,40);
	font-weight: small;
	background-color: rgb(240,240,240);
	border-color: black;
	font-size: 8pt;
	font-family: verdana,arial;
	border: solid 1px #000000;
	scrollbar-face-color: rgb(140,140,140);
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-highlight-color: rgb(200,200,200);
}
