/* we have detected your browser as OTHER and dynamically created this style sheet */
  
body {
    text-align: left;
    font-family: lucida sans unicode, verdana, arial, helvetica, sans-serif;
    font-size: 0.8em;
    background-color: #424040;
    background-attachment: fixed;    
    color: #000000;
    margin-left: 0;
    padding-top: 10px;
} 

p main {
    background-color: #9e9e9e;
}

input           {
                    font-size: 90%;
                    font-family: lucida sans unicode, verdana, arial, helvetica, sans-serif;
                    background-color: #345B7A;
                    color: #FFFFFF;
                }
                
select          {
                    font-size: 90%;
                    font-family: lucida sans unicode, verdana, arial, helvetica, sans-serif;
                    background-color: #345B7A;
                    color: #FFFFFF;
                }
            
option          {
                    font-size: 90%;
                    font-family: lucida sans unicode, verdana, arial, helvetica, sans-serif;
                    background-color: #345B7A;
                    color: #FFFFFF;
                }
                
#musoform select {
    width: 150px;
}

#frame {
    margin: 0 auto 0 auto;
    width: 800px;
    background-color: #9e9e9e;
    border-color: #605E5E;
    border-style: solid;
    border-width: 5px;
}

#header {
    background-image: url(images/head2.jpg);
    width: 800px;
    height: 91px;
    font-size: 1%
}

#navbar {
    text-align: center;
    font-weight: bold;
    background-color: #345B7A;
    min-height: 16px;
    padding-top: 0.5em;
    padding-left: 0em;
    padding-right: 0em;
    padding-bottom: 0.5em;
    color: #FFFFFF;
}

#navbar a {
    color: #FFFFFF;
    text-decoration: none;
}

#navbar a:hover {
    color: #9E9E9E;
}

#main {
    min-height: 230px;    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
    margin-left: 30px;
    overflow: visible;
}

#main a {
    text-decoration: underline;
    color: #000000;
}

#main a:hover {
    color: #FFFFFF;
    }

#footer {
    text-align: center;
    background-color: #05055A;
    width: 800px;
    height: 65px;
    color: #ffffff;
}

#footer a {
    color: #FFFFFF;
    }
    
#footer a:hover {
    color: #9E9E9E;
}

#footnote {
    text-align: center;
    font-size: 85%;
    color: #FFFFFF;
}

#footnote a {
    color: #FFFFFF;
    }

#footnote a:hover {
    color: #FFF41C;
}

#musoresults a {
    text-decoration: none;
    color: #000000;
    }
    
#musoresults a:hover {
    background-color: #345B7A;
    color: #FFFFFF;
    }
        
.eqtit {
    font-weight: bold;
}

a:link {
    color: #000000;
    text-decoration: none;
}

a:visited {
    color: #000000;
    text-decoration: none;
}

