/* =============================================*/
/* side-bars in frame sets in refernce archive	*/
body { background : #eeeeee; color: black }
a:link { color: #aa0033; background : transparent }
a:visited { color: #aa3333; background : transparent }

img.right { float: right; margin: 2em; }
img.left { float: left; margin: 2em; }

hr.section { width: 44%; height: 4px; }
hr.base { width: 92%; height: 1px; }
hr.end { width: 92%; height: 2px; }

em { word-spacing: 0.2em }
blockquote { margin-left: 9% }

/* Document Title */
H1 {
 background: transparent;
 color: #f00000;
 font-weight: bold; 
 font-size: 12pt; 
 font-family: "verdana", "helvetica", "geneva", sans-serif;
 text-align: center; 
 margin-left: 0px;
 margin-right: 0px;
 }

/* Category/Work */
H2 { 
 background: transparent;
 color: #800000;
 font-weight: bold; 
 font-size: 11pt; 
 text-align: left; 
 line-height: 140%;
 font-family: "verdana", "helvetica", "geneva", sans-serif;
 }

/* Work/Chapter */
H3 { 
 background: transparent;
 color: #200000;
 font-weight: bold; 
 font-size: 10pt; 
 text-align: left; 
 line-height: 130%;
 font-family: "geneva", "verdana", "helvetica", sans-serif;
 }
 
H4 { 
 background: transparent;
 color: #402020;
 font-weight: normal; 
 font-size: 10pt; 
 margin-left: 15px;
 text-align: left; 
 line-height: 130%;
 font-family: "helvetica", "verdana", "geneva", sans-serif;
 }

H5 { 
 background: transparent;
 color: #202020;
 font-weight: normal; 
 font-size: 10pt; 
 margin-left: 15px;
 text-align: left; 
 line-height: 130%;
 font-family: "arial narrow", "helvetica", "verdana", "geneva", sans-serif;
 }
 
H6 { 
 background: transparent;
 color: #000000;
 font-weight: normal; 
 font-size: 9pt; 
 margin-left: 0px;
 text-align: left; 
 line-height: 125%;
 font-family: "arial narrow", "geneva", "verdana", sans-serif;
 }
 
 
/* =====================================*/
/* Spanners							    */

span.greek {
 font-family: symbol;
}

span.light {
 font-weight: normal;
}

/* abstracts */
span.context {  background: transparent; color: #999999 }

/* Basic p */
p {
 text-indent: 0em;
 font-family : "Times New Roman", serif;
 font-size: 9pt;
 text-align: left;
 line-height: 130%;
 margin-left: 3%;
 margin-right: 0;
 }
 
p.indent1 {
 text-indent: 0em;
 font-family : "Times New Roman", serif;
 font-size: 12pt;
 text-align: left;
 line-height: 130%;
 margin-left: 8%;
 margin-right: 0;
 }
 
p.indent2 {
 text-indent: 0em;
 font-family : "Times New Roman", serif;
 font-size: 11pt;
 text-align: left;
 line-height: 130%;
 margin-left: 13%;
 margin-right: 0;
 }
 
/* Numbered List style */
ul.disc { 
list-style-type: disc; 
 font-family: "Times New Roman", serif;
 font-size: 9pt;
 text-align: left;
 line-height: 125%;
 margin-left: 7%;
 margin-right: 7%;
}

ol.numbered { 
list-style-type: arabic; 
 font-family: "Times New Roman", serif;
 font-size: 9pt;
 text-align: left;
 line-height: 125%;
 margin-left: 7%;
 margin-right: 7%;
}
 
/* For blank spaces */
p.skip { line-height: 60% }
 
/* Page bottom links */
p.footer {  
 text-indent: 0em; 
 font-weight: normal;
 font-family : "helvetica", "geneva", "verdana", sans-serif;
 font-size: 9pt; 
 text-align: center; 
 margin: 3%;
}
 

/* =====================================*/
/* Adjustments for Mobile Devices       */
/* =====================================*/

@media (max-width: 480px) {
  p { font-size: 12pt; margin-left: 1%; margin-right: 1%; margin-bottom: 4pt; margin-top: 4pt; line-height: 125%; }
  p.indentb { margin-left: 6%; margin-right: 1%; }
  p.quoteb { margin-left: 6%; margin-right: 1%; }
  p.index { margin-left: 6%; margin-right: 1%; }
  h1 { font-size: 18pt; margin-left: 1%; margin-right: 1%; }
  h2 { font-size: 16pt; margin-left: 1%; margin-right: 1%; }
  h3 { font-size: 14pt; margin-left: 1%; margin-right: 1%; }
  h4 { font-size: 13pt; }
  h5 { margin-left: 1%; }
  h6 { margin-left: 1%; }
  img { width: 150px; height: auto; }
  img.auto {width: auto ; height: auto; }
  blockquote {margin-left: 1%; }
}
