<!-- 
       .error { background-color: red; border: box; }
        .warn { background-color: yellow }

        BODY {
        font-family: sans-serif;
        background-color: #FFFFFF;
        }
        
        TT,PRE,CODE,SAMP { font-family: fixed,Courier,Courier New; }

        TD,TH,P,H1,H2,H3,H4,LI,DD,OL,UL { font-family: sans-serif; }

        A {
        text-decoration: none;
        }

        .SS { font-family: sans-serif; } /* to compensate for a bug in Netscape*/

        .SEARCH, .FORM {
        background-color: #E2EFF6;
        border-style: none;
        align: middle;
        vertical-align: center;

        }

        .TITLE {
        background-color:  #FFFFFF;
        }

        .SIDEBAR {
        background-color:#E2EFF6;
        }

        .MENU {
        background-color: #00FF00;
        text-align: left;
        vertical-align: center;
        }

        .MENUT {
        background-color:#F5F1C5;
        }

        TABLE.TOOLBAR { 
        background-color: #E2EFF6;
        vertical-align: middle;
        }

        TABLE.TOOLBAR A:visited { color: #000 }
        TABLE.TOOLBAR A:link { color: #000 }
-->