/* CSS Document */
body{
	margin: 0;
	padding: 0;
	background-color:#FFFFFF;
	font:"Times New Roman", Times, serif;
	font-size: 80%;
}
h1{
	font:Arial, Helvetica, sans-serif;
	font-size: 130%;
}
.headTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	line-height: 25px;
	font-weight: bold;
	position: absolute;
	left: 4px;
	top: 4px;
	border-top: 1px inset #999999;
	border-right: 2px solid #999999;
	border-bottom: 2px outset #999999;
	border-left: 1px solid #999999;
	padding: 2px;
}
.headTitle2Indented {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	line-height: 25px;
	font-weight: bold;
	position: absolute;
	left: 30px;
	top: 35px;
	border-top: 1px inset #999999;
	border-right: 2px solid #999999;
	border-bottom: 2px outset #999999;
	border-left: 1px solid #999999;
	padding: 2px;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
.headTitle3Indented {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	line-height: 11px;
	font-weight: bold;
	position: absolute;
	left: 56px;
	top: 71px;
}
