﻿/*******************/
/* chapter styles */
/******************/

.Chapter {
	color: black;
	background-color: white;
	font-size: 10pt;
	font-weight: normal;
}

.Chapter h1 {font-size:11pt; font-weight:bold;}
.Chapter h2, .Chapter h3, .Chapter h4, .Chapter h5 {font-size:10pt; font-weight:normal; color:black;}

.Chapter h1, .Chapter h2, .Chapter h3, .Chapter h4, .Chapter p {margin-top: 6pt; margin-bottom:6pt;}

.Chapter h2, p.Bodytextheading1, li.Bodytextheading1, div.Bodytextheading1 {margin-left:0.2in;}
.Chapter h3, p.Bodytextheading2, li.Bodytextheading2, div.Bodytextheading2 {margin-left:0.4in;}
.Chapter h4, p.Bodytextheading3, li.Bodytextheading3, div.Bodytextheading3 {margin-left:0.6in;}
.Chapter h5, p.Bodytextheading4, li.Bodytextheading4, div.Bodytextheading4 {margin-left:1.0in;}
.Chapter h6, p.Bodytextheading5, li.Bodytextheading5, div.Bodytextheading5 {margin-left:1.0in;}
.Chapter h7, p.Bodytextheading6, li.Bodytextheading6, div.Bodytextheading6 {margin-left:1.2in;}
.Chapter h8, p.Bodytextheading8, li.Bodytextheading8, div.Bodytextheading8 {margin-left:1.6in;}


a.TermLink {color:Blue; text-decoration:underline; cursor:pointer; }
  
a.TermLink:hover { color:Red; }