/* Titles */
/* Class used for Title that do not have a specified parent. This is only to
   make it easier to identify "missing" elements. */
   
.Unknown {
	position:relative;
	color:red;
	clear:both;
	width:auto;
}

h1 {	font-weight: bold;
	font-size:24pt;
	font-family: Arial, Helvetica, sans-serif;
	padding-top:15px;
}

h2 {	font-weight: bold;
	font-size:22pt;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:15px;
}

h3 {	font-weight: bold;
	font-size:18pt;
	font-family: Arial, Helvetica, sans-serif;
	padding-top:15px;
}
h4 {	font-weight: bold;
	font-size:16pt;
	font-family: Arial, Helvetica, sans-serif;
	padding-top:15px;
}
h5 {	font-weight: bold;
	font-size:14pt;
	font-family: Arial, Helvetica, sans-serif;
	padding-top:15px;
}

h6 {	margin-top:10pt;
	padding-top:0em;
	margin-bottom:2pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12
}

.ttlC, .ttlS, .ttlSs, .ttlSss, .ttlSsss, .ttlSssss, .ttlSsssss, .ttlCommand, .ttlContent{
/*	display:inline; */
}
.ttlTable, .ttlF{
	margin-bottom:10px;
}
.S, .Ss, .Sss, .Ssss, .Sssss {
	margin-top:1em;
}

h1.ttlBackpg {	font-weight: bold;
		font-size:20pt;
		font-family: Arial, Helvetica, sans-serif;
		color:#000000;
		margin-bottom: 1em;}

h3.ttlBackpg {font-weight: bold;
		font-size:14pt;
		font-family: Arial, Helvetica, sans-serif;
		color:#000000;
		margin-top: -.5em;
}

