<style TYPE="text/css">
BODY
{
    BACKGROUND-COLOR: white;
    COLOR: black;
    FONT-FAMILY: Arial;
    FONT-SIZE: x-small;
    MARGIN-LEFT: 0px;
    MARGIN-RIGHT: 0px;
    MARGIN-TOP: 0px
}

	.Menu
	{

		BORDER-RIGHT: white 1px solid;
	    FONT-FAMILY: 'Arial';
	    FONT-SIZE: 11px;
	    FONT-WEIGHT: bold;
	    BACKGROUND-COLOR: #3366CC
	}
.Menu A {color:white;text-decoration:none;}

TD.Cell1
{
    BACKGROUND-COLOR: #FFFFFF;
    BORDER-RIGHT: white 1px solid;
	BORDER-BOTTOM: white 1px solid;
    font-family: Arial;
    FONT-SIZE: 11px;
    FONT-WEIGHT: bold; 
}

.Cell1 A {color:#000080;text-decoration:none;}
.Cell3 A {color:white;text-decoration:none;}

TD.Cell2
{
    BACKGROUND-COLOR: #3366CC;
    BORDER-RIGHT: white 1px solid;
    BORDER-BOTTOM: white 1px solid;
    font-family: Arial;
    FONT-SIZE: 14px;
	COLOR:  white;
    FONT-WEIGHT: bold;
}

TD.Cell3
{
    BACKGROUND-COLOR: #3366CC;
    BORDER-RIGHT: white 1px solid;
    BORDER-BOTTOM: white 1px solid;
    font-family: Arial;
    FONT-SIZE: 11px;
	COLOR:  white;
    FONT-WEIGHT: bold;
}

	
	.Popup
	{
	BORDER-TOP: white 1px solid;
	POSITION: absolute; 
	TOP: <script language="Javascript">document.write(window.Toolbar.offsetHeight)</script>px; 
	VISIBILITY: hidden; 
	Z-INDEX: 100
	}	
	
	A:hover
	{
    COLOR: red
	}
</style>

