/* this file, plfHelp.css is the CSS file for browsers (not JavaHelp) */

      body {
        font-size: 12pt;
        font-family: Times New Roman, serif;
      }

      p {
	font-size: 12pt;
        font-family: "Microsoft Sans Serif", Tahoma, sans-serif;
      }

      p.image {
	align: center; text-align: center;
	margin-bottom: 2em;
      }

      ul {
	font-size: 12pt;
        font-family: Microsoft Sans Serif, Tahoma, sans-serif;
      }

      table {
	font-size: 12pt;
        font-family: Microsoft Sans Serif, Tahoma, sans-serif;
      }

      h1 {
  	text-align: center;
	color: blue;
      }

      h2.banner{
  	text-align: center;
	color: orange;
      }

      h2, h3, h4, h5, h6 {
	color: orange;
      }

