<style type="text/css">  /* Notes: 
   Netscape is case sensitive so h1 is not H1 
   Netscape uses text-transform, IE uses font-variant 
   IE and Netscape: line-height,  word-spacing
   IE only: letter-spacing*/
  h2, H2  {
  	color : #663399;
  	text-decoration : none;
  	font-family : Arial, tahoma, helvetica, san-serif;
  	font-size : 14pt;
  	font-weight : bold;
  	margin-top : 0;
  	margin-bottom : 0;
  }
  
  h3, H3  {
  	color : #663399;
  	text-decoration : none;
  	font-family : Arial, tahoma, helvetica, san-serif;
  	font-size : 12pt;
  	font-weight : bold;
  	margin-top : 0;
  	margin-bottom : 0;
  }
  
  p, div, span  {
  	color : #666666;
  	font-size : 10pt;
  	font-family : Arial, tahoma, helvetica, san-serif;
  }
  
  table, td  {
  	color : #666666;
  	font-family : Arial, tahoma, helvetica, san-serif;
  	font-size : 10pt;
  	margin-left : 0;
  	margin-right : 0;
  	margin-top : 0;
  	margin-bottom : 0;
  	margin : 0;
  	padding-left : 0;
  	padding-right : 0;
  	padding-top : 0;
  	padding-bottom : 0;
  	padding : 0;
  }
  
  a, a:link , a:visited, a:active  {
  	text-decoration : none;
  	color : #551A8B;
  	font-family : Arial, tahoma, helvetica, san-serif;
  }
  
  a:hover  {
  	color : #CC0099;
  	text-decoration : underline;
  }
  
  blockquote  {
  	color : #666666;
  	font-size : 10pt;
  	font-family : Arial, tahoma, helvetica, san-serif;
  }
  
  li, ul, ol  {
  	font-family : Arial, tahoma, helvetica, san-serif;
  	color : #666666;
  	margin-top : 0;
  	margin-bottom : 0;
  }
  
  sup  {
  	font-size : 8pt;
  }
  
  .headline  {
	color : #CC3399;
	text-decoration : none;
	font-family : Arial, tahoma, helvetica, san-serif;
	font-size : 12pt;
	font-weight : bold;
	text-transform: uppercase;
	text-align: center;	
  }

  .subhead  {
  	color : #CC3399;
  	text-decoration : none;
  	font-family : Arial, tahoma, helvetica, san-serif;
  	font-size : 10pt;
  	font-weight : bold;
  	margin-top : 0;
  	margin-bottom : 0;
	text-transform: lowercase;
	text-align: center;		
  }  
  
  .descriptions  {
	color : #666666;
	text-decoration : none;
	font-family : Arial, tahoma, helvetica, san-serif;
	font-size : 8pt;
	margin-top : 0;
	margin-bottom : 0;
	font-style: italic;
	text-align: center;
  }  
  
    .navigation  {
	color : #ffffff;
	text-decoration : none;
	font-family : Arial, tahoma, helvetica, san-serif;
	font-size : 10pt;
  	font-weight : bold;	
	margin-top : 0;
	margin-bottom : 0;
  }
  
  </style>
