    <!--

    function StartFontColor()
    {
	document.write("<font clr color=RGB(25,40,102)>");
    }

    function EndFontColor()
    {
	document.write("</clr>");
    }

    function ColoredHR()
    {
	document.write("<hr color=RGB(25,40,102) size=3>");
    }

    
    // -->
