body {
       	font-family: Arial, sans-serif;
       	color: #000000;
       	font-size: 9pt;
       	background-color: #ffffff;
   }

   h2#pl_h2 {
    	font-size: 14pt;
    	margin-left: 10px;
   }
   table#pl_ghdf {
    	width: 570px;
    	height: 100px;
        margin: 10px;
    	margin-bottom: 30px;
   }
   table#pl_ghdf th {
    	border: none;
        text-align: left;
   }
   table#pl_ghdf td {
      	font-weight: bold;
        border-bottom: 1px dashed #cde4c5;
		margin-bottom: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        vertical-align: top;
   }
   table#pl_ghdf td#line {
      	height: 40px;
   }
   table#pl_ghdf td.right {
		width: 180px;
        text-align: right;
        vertical-align: top;
   }
   .sub {
    	font-size: 8pt;
        font-weight: normal;
   }