      BODY, P, TD {
      	font-family : Arial,Helvetica,sans-serif;
      	font-size : 10pt;
      	color : black;
      	text-align : left;
      }

      .caption_left_aligned {
      	font-family : Times New Roman,Times,serif;
		font-style : italic;
      	font-size : 10pt;
      	color : black;
      	text-align : left;
      }
      
      .caption_right_aligned {
      	font-family : Times New Roman,Times,serif;
		font-style : italic;
      	font-size : 10pt;
      	color : black;
      	text-align : right;
      }
      
      .copyright {
      	font-size : 10pt;
      	color : silver;
      	font-weight : normal;
      }
      
      .header {
      	font-size : 16pt;
      	color : navy;
      	font-weight : bold;
      }

      .subheader {
      	font-size : 14pt;
      	color : navy;
      	font-weight : bold;
      }
      
      .headertext {
      	font-size : 12pt;
      	color : black;
      	font-weight : bold;
      }
      
      A:link, A:visited {
      	color : black;
      	text-decoration : underline;
      	font-weight : normal;
      }
      
      A:hover, A:active {
      	color : red;
      	text-decoration : underline;
      	font-weight : bold;
      }
      
      A.copyright:link, A.copyright:visited {
      	color : silver;
      	text-decoration : underline;
      	font-weight : bold;
      }
      
      A.copyright:hover, A.copyright:active {
      	color : red;
      	text-decoration : underline;
      	font-weight : bold;
      }
