
<style type="text/css">
  body {background-color: #FFFFFF;
   }

  p {color: #000000;
   font-family: Arial, serif, sans-serif, monospace;
   font-size: 12px;
      /* 12px is standard body text size */
      /* heading text sizes are 21, 17, and 13 pixels - see heading classes below */
   font-weight: normal;
      /* can also be bold */
   font-style: normal;
      /* can also be italic */
   text-decoration: none;
      /* can also be underline or line-through */
   }

  td {color: #000000;
   font-family: Arial, Helvetica, sans-serif, monospace;
   font-size: 12px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   }

  ul {color: #000000;
   font-family: Arial, Helvetica, sans-serif, monospace;
   font-size: 12px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   margin: 0px 0px 2px 13px;
   padding: 0px 0px 2px 0px;
   }

  li {margin: 0px 0px 2px 2px;
   padding: 0px 0px 2px 0px;
   }

  .crumbarrow {color: #666666;
   font-family: Verdana, Arial, Helvetica, sans-serif, monospace;
   font-size: 10px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   }

  .crumbcurrent {color: #FF3300;
   font-family: Verdana, Arial, Helvetica, sans-serif, monospace;
   font-size: 10px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   }

  /* There are three standard "heading" classes used in our sites and applications.
  Make sure you have applied the same color to each; they must be consistent. */

  .heading1 {color: #516E9E;
   font-family: Verdana, Arial, Helvetica, sans-serif, monospace;
   font-size: 21px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   }

  .heading2 {color: #516E9E;
   font-family: Verdana, Arial, Helvetica, sans-serif, monospace;
   font-size: 17px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   }

  .heading3 {color: #516E9E;
   font-family: Verdana, Arial, Helvetica, sans-serif, monospace;
   font-size: 13px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   }

  /* The "textgray" class is commonly used in extended descriptions of form fields.
  The gray color allows it to be read clearly, but the user understands that it is not
  required reading. */

  .textgray {color: #666666;
   font-family: Arial, Helvetica, sans-serif, monospace;
   font-size: 12px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   }

  /* The "textnormal" class should match the "p" generic class defined above.
  This class is used in an instance where the default "p" class is not appearing correctly. */

  .textnormal {color: #000000;
   font-family: Arial, Helvetica, sans-serif, monospace;
   font-size: 12px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   }

  /* The "textredbold" class is used for special emphasis cases, and is often associated
  with required fields in forms. This should be used sparingly. */

  .textredbold {color: #FF0000;
   font-family: Arial, Helvetica, sans-serif, monospace;
   font-size: 12px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   }

  /*The "textwhitebold" class is commonly used for table headings in which the white text
  is imposed on a table cell color, usually a medium to dark shade, enabling it to stand out well. */

  .textwhitebold {color: #FFFFFF;
   font-family: Arial, Helvetica, sans-serif, monospace;
   font-size: 12px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   }

  .tocactive {color: #FF3300;
   font-family: Arial, Helvetica, sans-serif, monospace;
   font-size: 12px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   }

  .tocsubactive {color: #FF3300;
   font-family: Arial, Helvetica, sans-serif, monospace;
   font-size: 12px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   }

  /* -------------------------------------------------------------------------------------------------*/

  /* normal anchor tags */

  a:link {color: #516E9E;
   font-family: Arial, serif, sans-serif, monospace;
   font-size: 12px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   }

  a:visited {color: #516E9E;
   font-family: Arial, serif, sans-serif, monospace;
   font-size: 12px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   }

  a:hover {color: #7F97BF;
   font-family: Arial, serif, sans-serif, monospace;
   font-size: 12px;
   font-weight: normal;
   font-style: normal;
   text-decoration: underline;
   }

  a:active {color: #7F97BF;
   font-family: Arial, serif, sans-serif, monospace;
   font-size: 12px;
   font-weight: normal;
   font-style: normal;
   text-decoration: underline;
   }

  /* anchor tags for "crumb" class (breadcrumb trail) */

  a.crumb:link {color: #666666;
   font-family: Verdana, Arial, Helvetica, sans-serif, monospace;
   font-size: 10px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   }

  a.crumb:visited {color: #666666;
   font-family: Verdana, Arial, Helvetica, sans-serif, monospace;
   font-size: 10px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   }

  a.crumb:hover {color: #FF3300;
   font-family: Verdana, Arial, Helvetica, sans-serif, monospace;
   font-size: 10px;
   font-weight: bold;
   font-style: normal;
   text-decoration: underline;
   }

  a.crumb:active {color: #FF3300;
   font-family: Verdana, Arial, Helvetica, sans-serif, monospace;
   font-size: 10px;
   font-weight: bold;
   font-style: normal;
   text-decoration: underline;
   }

  /* anchor tags for "toclink" class (table of contents, left column) */

  a.toclink:link {color: #516E9E;
   font-family: Arial, Helvetica, sans-serif, monospace;
   font-size: 12px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   }

  a.toclink:visited {color: #516E9E;
   font-family: Arial, Helvetica, sans-serif, monospace;
   font-size: 12px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   }

  a.toclink:hover {color: #7F97BF;
   font-family: Arial, Helvetica, sans-serif, monospace;
   font-size: 12px;
   font-weight: normal;
   font-style: normal;
   text-decoration: underline;
   }

  a.toclink:active {color: #7F97BF;
   font-family: Arial, Helvetica, sans-serif, monospace;
   font-size: 12px;
   font-weight: normal;
   font-style: normal;
   text-decoration: underline;
   }
   
    dd.toclink-3{margin-left: 10px}
    dd.toclink-4{margin-left: 20px}

  </style>