h2, h3, h4 {
	font-weight:bold;
}
em, .CItalic {
	font-style:italic;
}
strong, .CBold {
	font-weight:bold;
}
.unbold {
	font-weight:normal;
}
div.footnotes {
	padding-left:30px;
	font-size:85%;
	clear:left;
	border-top:1px solid #cccccc;
}

span.FootnoteReference {
	font-size: 0.75em; 
	line-height: 0.5em;
	vertical-align:top;
}
div.footnotes span.footnoteRef {
	float:left;
	width:2%;
}
div.footnotes span.footnoteText {
	float:left;
	width:97%;

}
#content h1.billTitle, #content h1.exNoteTitle {
	text-align:center;
	text-transform: uppercase;
	margin-bottom:5px;
}
#content h2.exNoteTitle {
	font-size:1.4em;
	font-weight:bold;
	text-align: center;
	color:#000000;

}
#content h2.mainSubTitle {
	text-transform: uppercase;
	text-align:left;
	color:#000000;
	font-size:1.4em;
	margin-top:5px;
}

#content h2.title, h3.title {
    font-weight: bold;
}

#content h1 strong {
    font-weight: normal;   
}

#content h1 {
    margin-top: 20px;
    border-bottom: none;
}

#content .cover-notes {
    padding: 25px 15px;
    margin: 30px 0;
    background-color: #e6eaf5;
}

#content h2 {
    color: #085196;
    margin-top: 30px;
    font-size: 1.7em;
}

#content h3.HSubheading3 {
    color: #085196; 
    margin-top: 20px;
    font-size: 1.5em;
}

#content h4.HSubheading4 {
    color: #085196; 
    margin-top: 20px;
    font-size: 1.4em;
    font-weight:normal;
}

#content .related-pane h3 {
    color: #085196; 
    margin: 30px 0 10px 0;
    font-size: 1.1em;
}
h1.mainTitle {
	text-transform: capitalize;
	font-weight:bold;
	font-size:2.4em;
}

h2.subheadFirst,h2.subheadSecond,h3.subheadThird {
	font-size:1em !important;
}

h2.subheadFirst {
	text-transform: uppercase;
}
h3.subheadThird {
	padding-bottom:5px;
}
h3.BodyText {
	font-weight:normal;
}
p.header {
	font-style:italic;
	margin-top:20px;
	margin-bottom:20px;
}
p.alphaNumbered {
	margin-left:30px;
}
span.number, span.text {
	float:left;
	width:5%;
}
span.text {
	width:94%;
}


#content p.ParaBulleted {
	width:94%;
	margin-left:5%;
	
}

#content p.listIndent1  {
	width:90%;
	margin-left:9%;
	
}
#content p.listIndent2  {
	width:85%;
	margin-left:14%;
	
}
#content p.listIndent3  {
	width:80%;
	margin-left:19%;
	
}
#content p.ParaBulleted span.number,#content p.ParaBulleted span.text {
	float:left;
	width:5%;
}
#content p.ParaBulleted span.text {
	width:94%;
}
#content p.ParaBulleted span.number, 
#content p.StyleENIntroTextBulletedText1 span.number, 
#content p.ENIntroTextBulleted span.number  {
	text-align:center;
	color:#085196;
	font-size:400%;
	margin-top:-5px;
	
} 
#content p.circleBullet span.number,#content p.blackCircleBullet span.number,#content p.spiralBullet span.number{
	font-size:100%;
	margin-top:0;
	
} 
#content p,#content ul {
	clear:both;
	float:left;
	width:100%;
	height:auto;
}
#content ul {
	list-style:disc outside none;
	margin:-10px 0 15px 0;
}
#content ul li {
	padding-left:15px;
	margin-left:7%;
}
p.bullet span.number {
	padding-left:5%;
}
p.bullet span.text {
	width:89%;
}
table.prettyTable {
	clear:both;
	float:left;
	border-collapse: collapse;

}
table.prettyTable td {
	vertical-align:top;
	border:none;
	
}
span.TTableHeadings {
	font-weight:bold;
}

/*#content table tr {
    margin: 0;   
}
#content table tr td, table tr th {
    padding: 10px;
    margin: 0;
    border: 1px solid #085196;
}
#content table tr th {
    font-weight: bold;
    text-align: left;
}*/

table.prettyTable td.borderTopSolid,table.prettyTable th.borderTopSolid  {
	border-top:1px solid #085196;
}
table.prettyTable td.borderBottomSolid,table.prettyTable th.borderBottomSolid  {
	border-bottom:1px solid #085196;
}
table.prettyTable td.borderLeftSolid,table.prettyTable th.borderLeftSolid  {
	border-left:1px solid #085196;
}
table.prettyTable td.borderRightSolid,table.prettyTable th.borderRightSolid  {
	border-right:1px solid #085196;
}
