.reversed {
          color: white;
          font-weight: bold;
          font-size: 10pt;
          font-family: sans-serif;
         }
.nounder {
          text-decoration: none;
          color: white;
          font-weight: bold;
          font-size: 10pt;
          font-family: sans-serif;
         }
.noundersm {
          text-decoration: none;
          color: white;
          font-weight: bold;
          font-size: 8pt;
          font-family: sans-serif;
         }
.current {
          text-decoration: none;
          color: black;
          font-weight: bold;
          font-size: 10pt;
          font-family: sans-serif;
         }
A.nounder:active {
          color: black;
}
p.bodytext {
		  color: black;
		  text-indent: 24pt;
		  text-align: justify;
		  font-family: Arial;
		  font-size: 12pt;
		  margin-top: 0pt;
		  margin-bottom: 6pt;
		  }