body {
	background-color: #cccccc;
	text-align: center;
	margin: 0px;
	font-family: Georgia, Times;
	font-size: 9pt;
	color: #000000;
}
#window {
	width: 634px;
	margin-left: auto;
	margin-right: auto;
}
#page {
	background: url('bg.gif') no-repeat;
	width: 604px;
	min-height: 492px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 0px;
	text-align: left;
}
* html #page {
	height: 492;
}
#body {
	width: 574px;
	padding: 70px 15px 15px 15px;
}
#footer {
	width: 574px;
	padding: 2px 15px 15px 15px;
	margin-left: auto;
	margin-right: auto;
}
h1 {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 13pt;
	font-weight: normal;
	color: #000000;
}
p {
	text-align: justify;
}
.piccell_left {
	width: 181px;
	height: 181px;
	padding: 0 15px 0 0;
	float: left;
	font-family: "Trebuchet MS",Arial;
	font-size: 8pt;
	text-align: center;
}
.piccell_right {
	width: 181px;
	height: 181px;
	padding: 0;
	float: right;
	clear: right;
	font-family: "Trebuchet MS",Arial;
	font-size: 8pt;
	text-align: center;
}
img {
	border: 1px solid black;
	margin-bottom: 2px;
}