body {
background-color:#FFFFFF
};

  P  {}
  
  H1  {
  	font-size : 15pt;
  	font-weight : bold;
  }
  
  H2  {
  	font-size : 13pt;
  	font-weight : bold;
  }
  
  H3  {
  	font-size : 12pt;
  	font-weight : bold;
  }
  
  A  {
  	color : #800000;
  	text-decoration : none;
  }
  
  A:Visited  {
  	color : #800000;
  	text-decoration : none;
  }
  
  A:Active  {
  	text-decoration : none;
  	color : #FF0000;
  }
  
  A:Hover  {
  	color : #004080;
  	text-decoration : none;
  }
  
  TD  {
  	font-size : 11pt;
  	font-family : Verdana,Arial,HelveticaTahoma;
  	color : Black;
  }

  .TD  {
  	font-size : 11pt;
  	font-family : Verdana,Arial,HelveticaTahoma;
  	color : Black;
  }
  
  .nav  {
  	font-size : 9pt;
  }

  .legend  {
  	font-size : 9pt;
  	font-family : Verdana,Arial,HelveticaTahoma;
  	color : Black;
  }

  .copy  {
  	font-size : 9pt;
  }  
  