@charset "utf-8";

html, body {
  margin: 0px;
  padding: 0px;
  border: 0px;
  color: #000;
  background: #fff;
}
html, body, p, th, td, li, dd, dt {
  font: 13px Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 { font-size: 26px; }
h2 { font-size: 20px; }
h3 { font-size: 16px; }
h4 { font-size: 13px; }
h5 { font-size: 11px; }
h6 { font-size: 9px; }
a:link { color: #00f; }
a:visited { color: #009; }
a:hover { color: #06f; }
a:active { color: #0cf; }

div#main {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

div.center {           /* ======== specifically for centering images ========== */
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

div { /* causes Mozilla browsers to handle box model in same way as IE */
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}

.page-break-before {
	display: block;
    width: 750px;
    height: 1px;
	page-break-before: always;
}

.page-break-after {
	display: block;
    width: 750px;
    height: 1px;
	page-break-after: always;
}

.strong {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.uline {
	text-decoration: underline;
}

.page {
  text-align: center;
  font-weight: bold;
  margin-top: 0px;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
}

.left {
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
}

.justify {
	text-align: justify;
}

.page1justify {
	text-align: justify;
	font-size: 11px;
}

.page2justify {
    text-align: justify;
    font-size: 11px;
    line-height: 99.99%;
}

p.top {
	text-align: left;
	font-weight: bold;
	margin-bottom: 0em;
	margin-top: 0em;
    font-size: 11px;
}
p.other {
	text-align: left;
	margin-left: 10px;
	margin-top: 0em;
	margin-bottom: 0em;
    font-size: 11px;
}

.small-caps {
	font-variant: small-caps;
}

.review {
	text-align: justify;
	text-indent: 10px;
}

/*  ============  formatting for Ordered List tag  ==============  */ 
ol { list-style-type: upper-roman; }
ol ol { list-style-type: upper-alpha; }
ol ol ol { list-style-type: decimal; }
ol ol ol ol { list-style-type: lower-alpha; }
ol ol ol ol ol { list-style-type: lower-roman; }
/*  ============  formatting for Ordered List tag  ==============  */

ul {
	list-style-type: decimal;
	margin-top: 0px;
	text-align: justify;
	font-size: 14px;
}

ul.upper {
	list-style-type: upper-roman;
	text-align: justify;
}

ul.lower {
	list-style-type: lower-alpha;
	text-align: justify;
}

ul.alphaup {
	list-style-type: upper-alpha;
	text-align: justify;
}

ul.disc {
	list-style-type: disc;
	text-align: justify;
}

ul.none {
	list-style-type: none;
	text-align: justify;
}

li.space {
	margin-bottom: 1em;
}

li.nomargin {
	margin-left: -6px;
}

.TableCommonStyles {
	Width: 100%;
	font-size: 13px;
	border: 0px solid black;
	vertical-align: top;
	line-height: 100%;
}

td {
	vertical-align: top;
}

.footnr {              /* == formatting for the footnote number == */
	position: relative;
	bottom: 0.5em;
	color: red;
	font-size: 0.8em;
	font-weight: bold;
	margin-top: 0px;
}

.footnote {              /* == formatting for the footnote itself == */             
	font-size: 0.8em;
	text-indent: 20px;
	margin-top: 0px;
}
