.SHeader
{
	font-weight: bold;
	font-size: 11pt;
	color: forestgreen;
	font-family: Arial;
	height: 22px;
	text-align: left;
	padding-top: 10px;
	border-top: lightgrey 1px solid;
}
.STitle
{
	font-weight: bold;
	font-size: 9pt;
	font-family: Arial;
	text-align: center;
	color: DarkGreen;
}
.SText
{
	text-justify: auto;
	font-size: 9pt;
	font-family: Arial;
	text-align: justify;
	background-color: #eeffee;
	color: #336600;
}
.SSource
{
	font-size: 8pt;
	color: gray;
	font-family: Arial;
	text-align: right;
}