<style type=text/css>
<!--
	body {
		background-color: white;
		color: black
		width: 500px;
		margin: 20px;
	}

	body, div, a, th, td, li, dd, font {
		/* redundant selectors to help NS4 remember */
		font-family: Verdana;
		font-size: 8pt;
		/*line-height:150%;*/
	}

	div.content {
		width: 550px
	}

	a:link, a:visited, a:active, a:hover {
		font-weight: bold;
		color: navy;
	}
  
	a:link, a:visited {
		color: darkgred;
	}	

	a:active, a:hover {
		color: red;
	}

	a.body_ref:link, a.body_ref:visited {
		text-decoration: none;
		color: navy; 
	}

	a.body_ref:active, a.body_ref:hover {
		text-decoration: underline;
		color: red; 
	}

	h1 {
		font-size: 16pt;
		font-weight: bold;
	}

	hr {
		height: 1px;
	}

	font.header1
	{
		font-size: 28pt;
		font-weight: bold;
	}

	font.header2
	{
		font-size: 16pt;
		font-weight: bold;
	}

	font.header3
	{
		font-size: 12pt;
		font-weight: bold;
	}

	font.header4
	{
		font-size: 10pt;
		font-weight: bold;
	}

	font.intname
	{
		font-weight: bold;
	}

	font.mem_cap {
		color: white;
		font-weight: bold;
	}

	p {
		line-height:150%;
	}

	p.wbold {
		font-weight: bold;
	}

	p.page_caption {
		font-weight: bold;
		font-size: 10pt;
		color: navy;
	}

	li {
		list-style-type: square;
		padding-bottom: 10px;
	}

	li.hmm {
		list-style-type: square;
		line-height:150%;
	}

	table {
	}

	td {
		vertical-align: top;
		/*background-color: white;*/
	}

	td.exmpl_td1 {
		font-weight: bold;
		width: 100px;
	}

	td.mem_cap {
		background-color: silver;
	}

	td.main_caption {
		font-size: 18pt;
		font-weight: bold;
		color: navy;
		vertical-align: bottom;
	}

	td.main_caption2 {
		font-weight: bold;
		color: navy;
		vertical-align: bottom;
	}

	td.main_caption3 {
		font-weight: bold;
		color: navy;
		vertical-align: bottom;
	}

	td.s_cap {
		height: 16px;
		background-color: navy;
		color: white;
		font-weight: bold;
	}

	td.separator1 {
		background-color: navy;
	}

-->
</style>