﻿@charset "utf-8";

body { 
  font-size: 9pt;
  font-family: Georgia, "Times New Roman", Times, sans-serif; 
  line-height: 1.5;
  color: #000;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    font-family: "Hoefler Text", Georgia, Times, Sans-Serif;
}

h1 { font-size: 20pt; line-height: 1; margin-bottom: 0.2in; }
h2 { font-size: 16pt; line-height: 1; margin-bottom: 0.03in; color: #0055a5; }
h3 { font-size: 14pt; line-height: 1; margin-bottom: 0.2in; }
h4 { font-size: 12pt; line-height: 1.25; margin-bottom: 0.2in; color: #e51b24; }
h5 { font-size: 10pt; line-height: 1.25; margin-bottom: 0.05in; color: #dc8d03; }
h6 { font-size: 10pt; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


p         { margin: 0 0 0.2in; }
p.right,
div.right   { text-align: right; }
p.center,
.center   { text-align: center; }
img.left  { float: left; margin: 0 0.2in 0.2in 0; padding: 0; }
img.right { float: right; margin: 0 0 0.2in 0.2in; }


a           { color: #000; text-decoration: none; }

blockquote  { margin: 0.2in; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 0.5in; font-style: italic; }
del         { color:#666; }

pre 				{ margin: 0.5in 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


li ul, 
li ol       { margin:0 0.5in; }
ul, ol      { margin: 0 0.5in 0.5in 0.5in; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 0.3in 0; font-size: 10pt; }
dl dt       { font-weight: bold; }
dd          { margin-top: 0.02in; padding-left: 1.5in; border-bottom: 1px dotted #666; }


table       { margin-bottom: 0.5in; width:100%; }
th          { font-weight: bold; }
thead th, tbody th 		{ background: #fac46d; }
th,td,caption { padding: 4px 10px 4px 5px; }
td          { background: #fff; }
tr.even td  { background: #feeed5; }
tfoot       { font-style: italic; }
caption     { background: #c7e8f7; font-weight: bold; font-style: italic; }


.cutHere { line-height: 31px; vertical-align: baseline; font-style: italic; }

.codeSeparate { border-top: 4px dashed #000; padding: 0.1in 0; font-style: italic; }

.codeSeparate h1 { margin: 0.2in 0; font-style: normal; color: #0055a5; }

.smallPrint { font-size: 8pt; }
 
.title { color: #666; font-style: italic;  }
