body {
  margin: 10%; 
  font-size: 10pt;
  font-family: Verdana;
  color: black;
}

fieldset{
width: 95%;
padding: 5px 0 10px 10px;
border: 1px solid #000;
font-family: verdana;
}

p { line-height: 1.25em; }

sup { font-size: 9pt;}

blockquote {  line-height: 1.5em; font-size: 90%;  }

h1 { 
font-family: Helvetica;  
color: rgb(241,90,34);
padding: 5px 0 10px 10px;
border: 1px solid #000;
} 

h2 { 
font-family: Helvetica;  
color: rgb(19,78,119);
padding: 5px 0 10px 10px;
border: 1px solid #000;
}
h3 { 
font-family: Helvetica;  
color: rgb(15,80,0);
} 
h4 { 
font-family: Helvetica;  
color: rgb(169,22,28);
} 
h5, h6 { 
font-family: Helvetica;  
color: rgb(241,90,34);
}



li { padding-top: 6pt;
  }

dt { font-weight: bold; font-family: monospace; padding-top: 10pt; padding-bottom: 3pt;}

div.notes { font-size: 10pt; color: Deepskyblue;}

.shaded { background: #dddddd; }

pre {  margin-left: .25in; font-size: 10pt; }

a {
	font: 11pt Verdana, "Courier New", Monaco;
	font-weight: small;
	text-decoration: none;
	color: rgb(241,90,34);
}

a:hover {
	color: rgb(241,90,34);
}



div.table-caption
{
  font-family: sans-serif;
  font-style: italic;        
  font-size: 9pt;
  color: Orangered;
}

div.figure-caption
{
  font-family: sans-serif;
  font-style: italic;        
  font-size: 9pt;
  color: Orangered;
}

table.book-table
{
  margin: 10pt auto;
  border: thin dotted black;
  width: 80%;
}
.book-table td {
  padding: 2pt;
  font-size: 10pt;
  border-bottom: thin dotted black;
}

div.summary {
        font-size: 10pt;
        font-family: sans-serif;
        font-style: italic; 
        padding-top: 6pt;
        color: Orangered;
}
div.copyright {
        font-size: 10pt;
        font-family: times-roman;
        font-style: italic;
        text-align: right;
        padding-top: 24pt;
        clear: both;
        color: Orangered;
}

code { white-space: nowrap; }

span.annotation {
        display: none;
}

span.review {
        display: none;
}


img.figure {
        display: block;
        margin: auto;
}

div.summary-float {
        float: right;
        width: .75in;
        margin-right: -1in;
        font-size: 8pt;
        font-family: sans-serif;
        font-style: italic; 
        color: Orangered;
}

div.sidebarhead {
        font-size: 10pt;
        font-weight: bold;
        text-align: center;
        font-family: sans-serif;
        border: solid thin black;
        background-color: #xff0000;
        padding: 1em;
        margin: 0in .5in;
        color: Orangered;
}

div.sidebar {
        font-size: 9pt;
        font-family: sans-serif;
        border: solid thin black;
        padding: 1em;
        margin: 0in .5in;
        color: Orangered;
}

img.floater { float: left; margin: 0pt 10pt 0pt 6pt; }

