<style>
<!--

/* this controls the background colors for the 
menu at the left and the content at the right */

body.menu		{background-color:darkblue;}
body.main		{background-color:white;}



/* these are the general link colors */

a:link			{color:darkblue;}
a:hover			{color:darkblue;}
a:active		{color:darkblue;}
a:visited		{color: Purple;}



/* internal links are those that link inside of the
   page, these are in the menu to the left */

a.internal:link		{color:darkblue; text-decoration:none;}
a.internal:hover	{color:darkblue; text-decoration:none;}
a.internal:active	{color:darkblue; text-decoration:none;}
a.internal:visited	{color:darkblue; text-decoration:none;}



/* "h1" controls the logo at the top */

h1
	{
	color:		darkblue;
	font-family:	times new roman;
	font-size:	24.0pt;
	font-style:	italic;
	font-weight:	bold;
	}



/* "h2" controls the titles of the reports */

h2	{
	color:		darkblue;
	font-family:	times new roman;
	font-size:	18.0pt;
	font-style:	normal;
	font-weight:	normal;
	}



/* "h3" controls the authors of the reports */

h3	{
	color:		darkblue;
	font-family:	times new roman;
	font-size:	14.0pt;
	font-style:	normal;
	font-weight:	normal;
	}

h4	{
	color:		darkblue;
	font-family:	times new roman;
	font-size:	12.0pt;
	font-style:	italic;
	font-weight:	bold;
	}

/* "text" controls the text of the reports */

.text	{
	color:		black;
	font-family:	times new roman;
	font-size:	12.0pt;
	font-style:	normal;
	font-weight:	normal;
	}

.comment	{
	color:		black;
	font-family:	times new roman;
	font-size:	10.0pt;
	font-style:	italic;
	font-weight:	normal;
	}

/* "address" controls the text of the reports */

.address{
	color:		darkblue;
	font-family:	times new roman;
	font-size:	10.0pt;
	font-style:	normal;
	font-weight:	bold;
	}



/* "menu" is the menu at the left of the page */

.menu
	{
	color:		black;
	font-family:	arial;
	font-size:	9.0pt;
	font-style:	normal;
	font-weight:	normal;
	}



/* "tiny" is reserved for things like disclaimers */

.tiny	{
	color:		black;
	font-family:	verdana;
	font-size:	10pt;
	font-style:	normal;
	font-weight:	normal;
	}


/* these need to be included for compatability with Netscape */

b	{font-weight:	bold;}
i	{font-style:	italic;}

-->
</style>