@charset "utf-8";
.bodytext {
	font-family: Calibri, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #333333;
	line-height: 32px;
}

.bottom {
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E2E8E4;
	padding: 4px;
}
.container {
	border-width: 2px;
	border-color: #3D4246;
	border-style: solid;
}

INPUT, TEXTAREA {
	font-family: Calibri, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #333333;
	border: 1px solid;
	border-color: #BBBBBB;
	padding: 3px;
	padding-left: 5px;
}