{
   A {
          text-indent: inherit;
     }

   A:active {
          font-family: "Arial", "Times New Roman", "serif";
          color: #FFA34F;
          font-size: 9pt;
            }

   A:hover {
          font-family: "Arial", "Times New Roman", "serif";
          color: #FFA34F;
          font-size: 9pt;
            }            

   A:link {
          font-family: "Arial", "Times New Roman", "serif";
          color: #006699;
          font-size: 9pt;
          }

   A:visited {
          font-family: "Arial", "Times New Roman", "serif";
          color: #006699;
          font-size: 9pt;
             }

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	text-decoration: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-decoration: underline;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}
   P {
          font-family: "Arial", "Times New Roman", "serif";
          color: black;
          font-size: 10pt;
     }

}