.textclass{
height:20px;
border-width : 1px;
border-style : solid;
border-color : #C9A618;
background-color : #FFFFFF;
font-family : Arial, Helvetica, sans-serif;
font-size : 10px;
}
.textboxclass{
border-width : 1px;
border-style : solid;
border-color : #C9A618;
background-color : #FFFFFF;
font-family : Arial, Helvetica, sans-serif;
font-size : 10px;
}
.buttonclass{
height:20px;
border-width : 1px;
border-style : solid;
background-color : #EEEEEE;
border-color : #C9A618;
}

td, p, select, option, input {
   font-family: verdana,arial,helvetica,sans-serif;
   font-size: 11px;
   }
body {
    background: #ffffff;
    font: 8pt/16pt Arial,georgia;
    color: #555753;
    margin: 0px;
    padding: 0px;
}
#intro {
    background: transparent url(../images/favoritesback.gif) top left no-repeat;
    font: 8pt/16pt Arial,georgia;
    color: #555753;
    width: 253px;
    float: left;
}
a
    {
    color : #C9A618;
    text-decoration : none;
    }
a:link
    {
    color : #C9A618;
    text-decoration : none;
    font-family : Arial,Helvetica,Verdana, sans-serif;
    font-size: 9pt;
    }
a:visited
    {
    color: #C9A618;
    text-decoration : none;
    font-family : Arial,Helvetica,Verdana, sans-serif;
    font-size: 9pt;
    }

a:hover
    {
    color: #C9A618 ;
    text-decoration : underline;
    font-family : Arial,Helvetica,Verdana, sans-serif;
    font-size: 9pt;
    }

a:active
    {
    color: #C9A618 ;
    text-decoration : none;
    font-family : Arial,Helvetica,Verdana, sans-serif;
    font-size: 9pt;
    }
.sapamouseOff {
border-top:    0px  solid buttonface;
border-bottom: 10px  solid buttonface;
border-left:   0px   solid buttonface;
border-right:  4px  solid buttonface;
}
.sapamouseOn {
border-top:    6px   solid buttonface;
border-bottom: 4px  solid buttonface;
border-left:   10px  solid buttonface;
border-right:  6px   solid buttonface;
}
.sapamouseDown {
border-top:    15px  solid buttonface;
border-bottom: 0px   solid buttonface;
border-left:   4px  solid buttonface;
border-right:  0px   solid buttonface;
}
.sapamouseUp {
border-top:    0px  solid buttonface;
border-bottom: 10px  solid buttonface;
border-left:   0px  solid buttonface;
border-right:  4px   solid buttonface;
}


