@charset "UTF-8";
/* CSS Document */




div#container {
	width: 700px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 150px;
}



div#header {
	float: left;
	height: 175px;
	width: 700px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

.body {
	float: left;
	width: 680px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}
