@charset "utf-8";
.oneColFixCtrHdr {
	width: 6.5in;
}
.oneColFixCtrHdr #container {
	width: 6.5in; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-style: normal;
	line-height: 120%;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-align: center;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: 120%;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
/* CSS Document */

body {
	color: #000;
}
p {
	font-size: 12pt;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
	padding: 0pt;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 6pt;
	margin-left: 0pt;
}
h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
	font-weight: bold;
	color: #000;
	letter-spacing: normal;
	text-indent: 0pc;
	word-spacing: normal;
	padding: 0pt;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 6pt;
	margin-left: 0pt;
}
h1 {
	font-size: 16pt;
	font-style: normal;
	font-variant: small-caps;
	text-align: center;
}
h2 {
	font-size: 16pt;
	text-align: left;
}

h3 {
	font-size: 14pt;
	font-style: italic;
	text-align: left;
	font-weight: bold;
}
h4 {
	font-size: 12pt;
	text-align: left;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #600;
	background-color: #FFF;
	margin-left: 0.05in;
	padding-top: 2pt;
	padding-right: 0.05in;
	padding-bottom: 2pt;
	padding-left: 0.05in;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
select {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #600;
	border: thin none #000;
	font-weight: normal;
}
blockquote {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0.25in;
}
a {
	color: #000;
}
.notesNoPrint {
	display: none;
}

tr  h2 {
	font-size: 20pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
tr h3 {
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 2pt;
	margin-bottom: 2pt;
}
.paraTight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
}
.BookTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: italic;
	font-weight: normal;
}
form .paraTight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}


tr form {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2pt;
	margin-left: 0px;
}

th {
	font-weight: bold;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 2pt;
	padding-right: 0.05in;
	padding-bottom: 2pt;
	padding-left: 0.05in;
}
td p {
	font-size: 10pt;
	margin-top: 2pt;
	margin-bottom: 2pt;
	margin-left: 0.05in;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}



table {


}
.table720 {
	width: 6in;
}
td .BookTitle a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	line-height: 120%;
	font-weight: normal;
	padding-top: 2pt;
	padding-bottom: 2pt;
	text-decoration: none;
}

.darkbackground {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12pt;
	margin-left: 0px;
	padding-top: 6pt;
	padding-right: 6pt;
	padding-bottom: 12pt;
	padding-left: 6pt;
}

.titleLarge {
	font-family: "Times New Roman", Times, serif;
	color: #000;
	font-size: 24px;
	text-align: center;
	font-style: normal;
	line-height: 120%;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
}
.titleMedium {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	line-height: 120%;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-align: center;
}
.titleSmall {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-align: center;
}

