/* CSS definition file containing sitestyle stylesheets */
BODY { color: rgb(0,0,0);}
 A:link { color: rgb(0,0,255);}
 A:visited { color: rgb(128,0,128);}
 
.class1 A:link {text-decoration: none; color: yellow;}
.class1 A:visited {text-decoration: none; color: yellow;}
.class1 A:active {text-decoration: none; color: yellow;}
.class1 A:hover {text-decoration: underline; color: yellow;}

.searchButton { background-color: #ffffff;
                    font-family: verdana;
                    border: #444444 1px solid;
                    font-size: 10px;
                    font-weight: bold;
                    color: #000000;
                    padding-left:2px;
                    padding-right:2px;
                    padding-top:2px;
                    padding-bottom:2px; }
     
.searchTB    { background-color: #ffffff;
                    font-family: verdana;
                    border: #444444 1px solid;
                    font-size: 11px;
                    color: #000000;
                    padding-left:2px;
                    padding-right:2px;
                    padding-top:2px;
                    padding-bottom:2px; }

BODY{
scrollbar-arrow-color: #9C3419;
scrollbar-highlight-color: #9C3419;
scrollbar-face-color: #000000;
scrollbar-shadow-color: #9C3419;
scrollbar-darkshadow-color: #9C3419;
scrollbar-track-color: #ffffff;
}

