#text_container {
	position: absolute;
	top: 31px;
	left: 31px;
	width: 508px;
	height: 315px;
	overflow: auto;
	scrollbar-face-color: #fdfdfd;
	scrollbar-highlight-color: #fdfdfd;
	scrollbar-3dlight-color: #b2b6b6;
	scrollbar-darkshadow-color: #b2b6b6;
	scrollbar-shadow-color: #fdfdfd;
	scrollbar-arrow-color: #b2b6b6;
	scrollbar-track-color: #e8eaea;
	}
#text {
	padding: 0 25px 0 0;
	font: 10pt Arial, sans-serif;
	text-align: left;
	color: #415152;
	}
#text h3 {
	font: bold 11pt Arial, sans-serif;
	margin: 25px 0 0;
/*	color: #203234;*/
	}
#text h3.first {
	margin: 0;
	}
#text div, #text p {
	font: 10pt Arial, sans-serif;
	}
#text p {
	margin: 1em 0 0;
	}
#text ul {
	margin-top: 1em;
	margin-bottom: 0;
/*	margin-left: 18px;
	padding: 0;*/
	}
#text li {
	list-style-type: square;
/*	margin: 0;
	padding: 0;*/
	}
#text .preface {
/*	color: #798485;*/
	}
#text .indent {
	padding-left: 30px;
	}
#text strong {
/*	color: #3f6266;*/
	}
#text .copyright {
	font-size: 80%;
    }
#text img {margin: 0}
#text .image {text-align: center}
#text .left {
	float: left;
	margin: 0 1em 0 0;
}
#text .right {
	float: right;
	margin: 0 0 0 1em;
}
