body {
        font-family: Arial, Helvetica, sans-serif ;
        margin: 1px ;
        }
#main {
        background-color: white ;
        background-repeat: no-repeat ;
        margin: 0 ;
        width: 900px ;
        }
#menutd {
         width: 125px ;
         background-image: url('images/menubg.jpg') ;
         background-repeat: no-repeat ;
         color: white ;
         padding: 5px 10px 5px 10px ;
        }
#greyhead1 {
        border-top: solid 1px #303060 ;
        background-color: #6060c0 ;
        height: 30px ;
        }
#greyhead2 {
        border-top: solid 1px #303060 ;
        border-right: solid 1px #303060 ;
        border-bottom: solid 1px #303060 ;
        background-color: #6060c0 ;
        padding-left: 10px ;
        height: 30px ;
        font-variant: small-caps ;
        font-style: italic ;
        font-size: 18px ;
        color: #ffffff
        }
.butt {
        border: solid 1px #000 ;
        width: 110px ;
        height: 20px ;
        text-align: center ;
        color: #00a ;
        font-size: 12px ;
        }
.head {
        font-size: 14px ;
        font-variant: small-caps ;
        color: #404040;
        }
.smalltext {
        font-size: 12px ;
        }
.alnk {
        color: #404040 ;
        font-weight: bold ;
        text-decoration: none ;
        }

ul {
        padding: 15px ;
        margin: 0 ;
        }
menutd a {
        color: #ffffff ;
        text-decoration: none ;
        }
menutd a:hover {
        font-weight: bold ;
        }
.top {
    vertical-align: top ;
    }
.botmenu  {
    font-size: 10px ;
    color: #000000 ;
    }

a.botmenu {
    font-weight: bold ;
    text-decoration : none ;
    }

a.botmenu:hover {
    color: #f83902 ;
    }