< Style type="text/css" >

#tabs{
    padding:0;
    margin:0;
    font-family:"Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
    font-size:12px;
    color:#919191;
    font-weight:bold;
}
#tabs ul{
    list-style:none;
    margin:0;
    padding:0;
}
#tabs ul li{
    display:inline;
    margin:0;
    text-transform:capitalize;
}
#tabs ul li a{
    padding:5px 16px;
    color:#000000;
    background:#919191;
    float:left;
    text-decoration:none;
    border:1px solid #000000;
    border-left:0;
    margin:0;
    text-transform:capitalize;
}
#tabs ul li a:hover{
    background:#dcddde;
    color:#000000;
    text-decoration:none;
    border-bottom:1px solid #919191;
}
#tabs ul li a.active{
    background:#ffffff;
    color:#000000;
    border-bottom:1px solid #919191;
}
#logo{   
    clear:both;
    font-size:24px;
    color:#000000;
    text-decoration:none;
    padding:10px;
    font-family:"Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
    text-align: center;
}


body {
background-color:#ffffff;
background-image: url(gin.gif);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: 100% 100%;
color:#000000;
font-family:"Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
font-size:12px;
}

a:link { text-decoration: underline; color:#000000; }
a:hover { text-decoration: none; color:#000000; }
a:visited { text-decoration: underline; color:#919191; }


</style>