/* =====================================*/
/* Budget css                           */
/* v 1                       03/07/2000 */
/* by Brian Baggins                      */
/* =====================================*/

body { background : #003300 }
a:link { color: #000099; background : transparent }
a:visited { color: #333399; background : transparent }


/* =====================================*/

img.center { text-align: center }

hr.section { width: 44%; text-align: center; height: 4px; }
hr.base { width: 95%; text-align: center; height: 1px; }
hr.end { width: 95%; text-align: center; height: 2px; }

em { font-family: "Times New Roman", font-size: 12pt;
 word-spacing: 0.2em; }

span.red { color: red }

tr.ledger { background: #eeeeee }

/* Section Title */
H4 {
 font-size: 12pt;
 font-family: "Arial";
 text-align: left;
 color: #336633;
 margin-left: 5%;
 }
p
   { margin-left: 9%;
     margin-right: 7%
     }

p.footnotes {
 font-face: "arial";
 font-size: 9pt;
 margin-left: 6%;
 }

/* Page bottom links */
p.footer { 
 color: black; 
 text-indent: 0em; 
 font-weight: bold;
 font-family : sans-serif;
 font-size: 12pt; 
 text-align: center; 
 margin-left: 6%;
 margin-right: 6%;
 line-height: 160%;
 }

/* ===================================== */
/* =====================================*/
/* 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%; }
}
