<style>     .placeholder  {}
     
     .text  {
     	font-size : 10pt;
     	font-family : Times, New York;
     	color : black;
     	font-weight : normal;
     }
	 .bold  {
     	font-size : 10pt;
     	font-family : Times, New York;
     	color :  black;
     	font-weight : bold;
     }
     
     .mid  {
     	font-size : 12pt;
     	font-family : Times, New York;
     	color :  black;
     	font-weight : normal;
     	line-height : 2;
     }
     
     .title  {
     	font-size : 14pt;
     	font-family : Times, New York;
     	color : black;
     	font-weight : bold;
     }
     
     .smalltitle  {
     	font-size : 11pt;
     	font-family : Times, New York;
     	color : black;
     	font-weight : bold;
     }
     
     A  {
     	font-size : 10pt;
     	font-family : Times, New York;
     	color :  black;
     	font-weight : normal;
     }
     
     A:hover  {
     	font-size : 10pt;
     	font-family : Times, New York;
     	color : red;
     	font-weight : normal;
     }
     
     </style>

