body {
    margin: 0px;
}

.background {
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: right top;
}

.content, .content td{
    color: #00384E;
}

.content img {
    border-color:#FFFFFF;
}

.content img.box {
    border-color:#C8C3CF;
}

.trans {
    filter: Alpha(Opacity=50);
    -moz-opacity: 50%;
    opacity: 0.5;
}

/* default hyperlink style */
a {
    text-decoration: none;
    color: #333333;
}

a:hover {
    color: #AAAAAA;
}

.button {
    padding:0px;
    margin:0px;
    background: transparent;

    filter: Alpha(Opacity=75);
    -moz-opacity: 75%;
    opacity: 0.75; 
}

/* search box style */
#searchbox {
    margin:0px;
}

#searchbox input.box{
    padding:0px;
    margin:1px;
    width:80px;
    height:19px;
}

#searchbox input.button{
    width: 50px;
    color: #FFFFFF;
}

.hide {
    display: none;
}

.show {
    display: '';
}