a {
    color: #0000ff;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: none;
}

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    background-color: #FFFEE6;
}

img {
    border: none;
}

.prev {
    text-align: left;
    float: left;
}

.next {
    text-align: right;
    float: right;
}

.prevnext {
    text-align: center;
}

.fwheader {
    width: 640px;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: bottom;
    margin: 0;
    padding: 0;
    border: none;
}

.fwbody {
    border: solid 3px #bcaca7;
}

.fwtab {
    width: 100px;
    text-align: center;
    background-color: #bcaca7;
    font-weight: bold;
}

.fwtaba {
    font-size : 13px;
}

.fwtab a {
    color: #000000;
}

.fwtab2 {
    width: 100px;
    text-align: center;
    background-color: #eeeeee;
    font-weight: bold;
}

.fwtab2 a {
    color: #000000;
}

.leftpane {
    background-color: #bcaca7;
    padding: 4px;
    text-align: right;
    vertical-align: top;
    width: 200px;
}

.leftbottom {
    background-color: #bcaca7;
    padding: 4px;
    text-align: right;
    vertical-align: bottom;
    width: 200px;
}

.rightpane {
    text-align: center;
    vertical-align: top;
}

.tdthumb {
    width: 33%;
}

.tdpagenav {
    background-color: #bcaca7;
    padding: 2px;
}