            .available {
                color:              #006600;
            }
            
            .notavailable {
                color:              #FF0000;
            }
            .separator {
                height : 2px;
                background-color:   #dddddd;
            }
            .footer {
                color:              #000080;
            }
            .whoiswindow {
                width: 400px;
            }
            .windowborder {
                background-color:   #cccccc;
            }
            .windowinside {
                background-color:   #eeeeee;
            }
            .errors {
                color:              #FF0000;
            }
            A.footer {
                text-decoration:    none;
            }
            A.footer:hover {
                text-decoration:    underline;
            }
            A.footerreload {
                text-decoration:    underline;
            }
            A.footerreload:hover {
                text-decoration:    underline;
            }
            A.footerpowered {
                font-size: 7pt;
                text-decoration:    none;
            }
            A.footerpowered:hover {
                font-size: 7pt;
                text-decoration:    underline;
            }