body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
}

.sidebox_directions {
	left: 69%;
	top: 6px;
	background-color: #E2E3A9;
	position: absolute;
	width: 250px;
	height: 605px;
	border: thin inset #0066CC;
	font-size: small;
	padding: 2px;
}

.sidebox_form {
	left: 69%;
	top: 6px;
	background-color: #99CC66;
	position: absolute;
	width: 200px;
	border: thin inset #0066CC;
	font-size: small;
	padding: 2px;
}

.leftside_form {
	
	top: 6px;
	background-color: #99CC66;
	position: absolute;
	width: 800px;
	border: thin inset #0066CC;
	font-size: small;
	padding: 2px;
}

.small_text {
	font-size: small;
}
.x-small_text {
	font-size: x-small;
}
.x-small_text_light {
	font-size: x-small;
	background-color: #FFFFCC;
}
