  BODY { 
         font-family : Arial;
         font-size : 8pt;
         color : black;
		 margin-left : 20pt;
		 margin-right : 20pt;
}           
  A:ACTIVE { 
         font-family : Arial;
         font-size : 8pt;
         color : blue
}
  A:LINK { 
         font-family : Arial;
         font-size : 8pt;
         color : blue
}
  A:VISITED { 
         font-family : Arial;
         font-size : 8pt;
		 color : purple
}
  A:HOVER { 
         font-family : Arial;
         font-size : 8pt;
		 color : red
		 
}
  H1 { 
         font-family : Arial;
         font-size : 10pt;
         color : 44826E;
		 margin-left : 10pt;
		 margin-right : 3pt
}
  H2 { 
         font-family : Arial;
         font-size : 9pt;
         color : 44826E;
		 margin-left : 10pt;
		 margin-right : 3pt
}
  H3 { 
         font-family : Arial;
		 font-size : 8pt;
         color : 44826E;
		 margin-left : 10pt;
		 margin-right : 3pt
}
  ADDRESS { 
         font-family : Arial;
         font-size : 8pt;
         color : black
}
  B { 
         font-family : Arial;
         font-size : 8pt;
         font-weight : extra-bold;
         color : black
}
  EM { 
         font-family : Arial;
         font-size : 8pt;
         font-style : italic;
         color : black
}
   LISTING { 
         font-family : Arial;
         font-size : 8pt;
         color : black
}
  P {
	font-family : Arial;
	font-size : 8t;
	color : black;
	position : relative;
	margin-left : 10pt;
	margin-right : 20pt;
	top: 3px;
	left: 2px;
}
  TABLE { 
         font-family : Arial;
         font-size : 8pt;
         color : black;
}
  SUB { 
         font-family : Arial;
         font-size : 5pt;
         color : black
}
  SUP { 
         font-family : Arial;
         font-size : 5pt;
         color : black
}
	I { 
         font-family : Arial;
         font-size : 8pt;
         font-weight : demi-bold;
         font-style : italic;
         color : black
}
	
  TD { 
         font-family : Arial;
         font-size : 8pt;
         color : black;
		 margin-left : 20pt;
		 margin-right : 20pt
}
