/* style sheet */

BODY
	{
		background-color: navy;
        width: expression((document.documentElement.clientWidth < 800 ? 800 : document.documentElement.clientWidth) + "px")
	}

TH
	{
		text-align: center;
		font-family: Arial, Verdana, sans-serif;
		color: gold;
		text-weight: bold;
		font-size: 18
	}

.left
    {
        text-align: left
    }

TD
	{
		text-align: center;
		font-family: Arial, Verdana, sans-serif;
		color: gold
	}

.left
	{
		text-align: left
	}

.right
	{
		text-align: right
	}

SPAN
	{
		color: gold;
		font-family: Arial, Verdana, sans-serif;
		text-align: center;
		font-size: 16
	}

.banner
	{
		font-size: 28
	}

.strong
	{
		font-weight: bold
	}

.note
	{
		font-size: 10;
		font-style: italic
	}

.footnote
	{
		font-size: 10;
		font-style: italic;
	}

DIV
	{
		background-color: gold;
	}

.body
    {
        width: 850;
        background-color: navy
    }

.buttons
	{
		margin: .5em;
		margin-right: 2.5em;
		padding: .5em;
		width: 200
	}

.xstooltip 
    {
        visibility: hidden;
        position: absolute;
        top: 0; 
        left: 0;
        z-index: 2;

        font: normal 8pt sans-serif;
        padding: 3px;
        border: solid 1px;
    }

LI
	{
		color: gold;
		font-family: Arial, Verdana, sans-serif;
		text-align: center;
		font-size: 16
	}

.left
    {
		text-align: left;
    }

</style>