/* 6/7/2017 - added hidden class for dummy h1 */
/* 10/14/15 - added in-table list formatting to reduce indent /*
/* 3/28/13 - added formatting for indexes */
/* 11/18/2010 - added footnote handling */
/* 10/16/2012 - updated styling for revhist table */

P {font-family:Times New Roman; font-size:12pt}

p.breakhere {page-break-before:always; font-family:Times New Roman; font-size:12pt}

p.toc-para1 {font-family:Times New Roman; margin-top:-10; margin-left:+25; font-size:12pt}
p.toc-para2 {font-family:Times New Roman; margin-top:-10; margin-left:+50; font-size:12pt}

p.fa-info {font-family:Times New Roman; font-size:10pt}

p.inv-1 {font-family:Times New Roman; margin-left:25pt; font-size:12pt}
p.inv-2 {font-family:Times New Roman; margin-left:50pt; font-size:12pt}
p.inv-3 {font-family:Times New Roman; margin-left:75pt; font-size:12pt}
p.inv-4 {font-family:Times New Roman; margin-left:100pt; font-size:12pt}
p.inv-5 {font-family:Times New Roman; margin-left:125pt; font-size:12pt}
p.inv-6 {font-family:Times New Roman; margin-left:150pt; font-size:12pt}
p.inv-7 {font-family:Times New Roman; margin-left:175pt; font-size:12pt}
p.inv-8 {font-family:Times New Roman; margin-left:200pt; font-size:12pt}

p.subhead-1 {margin-left:25pt; font-weight:bold; font-size:12pt; font-family:Times New Roman}
p.subhead-2 {margin-left:50pt; font-size:12pt; font-family:Times New Roman}

h1 {font-family:Times New Roman}

h1.hidden {
	display: none;
}

h2 {font-family:Arial}
h3 {font-family:Arial}

table.overview {font-family:Times New Roman; vertical-align:top; font-size:12pt}
table.c01-list {font-family:Times New Roman; vertical-align:top; width:100%; border-width: 0; border-style: solid; font-family:Times New Roman}
table.revhist {font-family:Times New Roman; vertical-align:top; font-size:10pt; width:100%}

td {vertical-align:top}
td.revdate {width:40%; text-align:right}
td.revdesc {text-align:left}
td.container {font-family:Arial; font-size:10pt; font-weight:bold}
td.c01-head {font-size:14pt; font-weight:bold}
td.c02-head {font-size:12pt; font-weight:bold}

hr.footnote {
  width: 25%;
  margin-left: 25pt;
}

/* list formatting */

ul.in-table  {
	padding-left: 0px
}

ul.index {
	list-style-type: none;
}

ul.index>li {
    padding-left: 22px ;
    text-indent: -22px ;
	list-style: none;
}

ul.index>li>a {
  text-decoration: none;
}

