.sHdr {
	font: 80% "Times New Roman", Times, serif;
	color: black;
	background: white;
	text-align: center;
}
.sTitle {
	font: 180% "Times New Roman", Times, serif;
	color: black;
	background: white;
	text-align: center;
}
.sText {
	font: 100% "Times New Roman", Times, serif;
	color: black;
	background: white;
	border-top: 2px dashed black;
	border-bottom: 2px dashed black;
	padding: 20px;
	margin: 20px 0 20px 0;
	line-height: 1.2em;
	text-align: justify;
}
.txtHdr {
	display: none;	
}
.cSID {
	font: 100% "Times New Roman", Times, serif;
	background: white;
	color: #999999;
}
.sInfo {
	font: 100% "Times New Roman", Times, serif;
	color: black;
	background: white;
}
.sField {
	font: 100% "Times New Roman", Times, serif;
	color: black;
	background: white;
	font-weight: bold;
}
div.sNav {
	text-align: center;
	font: 100% "Times New Roman", Times, serif;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
div.sFoot {
	text-align: center;
	font: 100% "Times New Roman", Times, serif;
	padding: 10px 0 20px 0;
	margin-bottom: 10px;
}
div.sBox { /* For preview */
	border: 2px solid blue;
	padding: 10px;
}
