/*
    Style sheet for the folios section
    Modified: 02/04/2010 
*/

p, dl, ul, ol, h1, h2, h3, h4, table, address, blockquote {
      font-family: Verdana;
      line-height: 1.35;
   }

table, address {
      margin-left: 160px;
      margin-right: 128px;
   }

div, p, dl, h1, h2, h3, h4 {
      margin-left: 24pt;
      margin-right: 24pt;
   }

ul, ol {
      margin-left: 32px;
   }

a:link, a:visited, a:hover {
      color: #0040FF;
      text-decoration:none;
   }

a:hover {
      border-bottom:3px dotted red;
   }

p {
      font-size: 10pt;
      margin-top: 4pt;
      margin-bottom: 8pt;
   }

blockquote {
      margin-left: 32px;
      font-size: 9pt;
      font-style: italic;
   }

pre {
      margin-left: inherit;
   }

th, td {
      font-size: 10pt;
      margin-top: 8pt;
      margin-bottom: 8pt;
   }

th {
      background-color: #FFFF80;
      font-weight: bold;
   }

li, dt, dd {
      font-size: 10pt;
      margin-top: 0pt;
      margin-bottom: 4pt;
   }

h1 {
      font-weight: bold;
      font-size: 14pt;
      margin-top:64px;
      margin-bottom: 8pt;
   }

h2, h3 {
      font-weight: bold;
      font-size: 12pt;
      margin-top: 24pt;
      margin-bottom: 8pt;
   }

h4 {
      font-weight: bold;
      font-size: 10pt;
      margin-top: 12pt;
      margin-bottom: 4pt;
   }

address {
      margin-top: 48pt;
   }


