
@font-face {
	font-family: 'CalibriBold';
	src: url('fonts/calibri-bold-webfont.eot');
	src: local('☺'), url('fonts/calibri-bold-webfont.woff') format('woff'), url('fonts/calibri-bold-webfont.ttf') format('truetype'), url('fonts/calibri-bold-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Calibri';
	src: url('fonts/calibri-webfont.eot');
	src: local('☺'), url('fonts/calibri-webfont.woff') format('woff'), url('fonts/calibri-webfont.ttf') format('truetype'), url('fonts/calibri-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	background-color: white;
	font-size: 14px;
	font-family: Calibri, 'Arial Narrow', Arial, sans-serif;
	color: black;
	padding: 0;
	margin: 0;
	text-align:justify;
}

p {
	padding: 0;
	margin: 0;	
}

.small {
	font-size: 11px;
	color: #373152;
}

fieldset {
	width: 543px;
	padding: 0 10px 10px 10px;
	margin: auto;
	margin-top: 15px;
	background-color: #f7fbe8;
	border: 1px solid #e6ec78;

}

.legend_h1,
.legend {
	color: #003152;
	background-color: #eff5c0;
	padding: 3px 8px;
	margin-bottom: 5px;
	border: 1px solid #e6ec78;
	font-size: 16px;
}

.legend_h1,
input.submit_button {
	font-weight: bold;
	font-size: 20px
}

input.submit_button {
	margin-top: 10px;
}

