a {
        color : #52a4e0;
        font-family : Tahoma, Arial, "MS Sans Serif", sans-serif;
        font-weight : bold;
        font-size : 11pt;
        text-decoration : none;
}

a:link    { color : #52a4e0 }
a:visited { color : #596877 }
a:hover   { color : #FFFFFF }
a:active  { color : #666666 }

body {
        background : url(../images/background.jpg) #000000 repeat-y;
        color : #8F8F8F;
        font-size : 12pt;
        font-family : Arial, Geneva, Helvetica, Tahoma, "MS Sans Serif", sans-serif;
        margin-right: 30px;
        margin-left: 155px;
        margin-top : 0px;
        margin-bottom : 0px;

        scrollbar-face-color: #383838;
        scrollbar-shadow-color: #505050;
        scrollbar-highlight-color: #686868;
        scrollbar-3dlight-color: #707070;
        scrollbar-darkshadow-color: #000000;
        scrollbar-track-color: #303030;
        scrollbar-arrow-color: #909090;
}

#bodyText {
/*        width: 100%;*/
        position: absolute;
        height: auto;
        top: auto;
        right: 30px;
        bottom: 5px;
        left: 155px;
        text-align : justify;
        background : url(../images/background.jpg) #000000 repeat-y;
}


.navbar {
        color : #B0B0B0;
        font-family : Tahoma, Arial, Verdana, monospace;
        font-weight : bold;
        font-size : 11pt;
        text-decoration : none;
}



h1 {
        font-family : Times New Roman, New York;
        color : #707070;
        font-size : 18pt;
        font-style : italic;
        font-weight : bold;
        line-height : 2em;
        text-align : center;
}

h2 {
        /* gee, netscape is stupid, gotta set fonts again */
        font-family : Tahoma, Arial, sans-serif;
        color : #858C8C;
        font-size : 16pt;
        line-height : 2em;
        text-align : center;
        font-weight : bold;
}

h3 {
        font-family : Courier New, Courier, Tahoma, "Lucida Grande", sans-serif;
        color : #BDBDBD;
        font-size : 14pt;
        line-height : 1em;
        text-align : center;
        font-weight : bold;
        
}


p {
        color : #707070;
        font-size : 12pt;
        font-family : Geneva, Arial, Tahoma, "MS Sans Serif", sans-serif;
}

p:first-line {
        text-indent: 4ex;
}

/* TABLES */

td {
        color : #808080;
        font-size : 11pt;
        font-family : Tahoma, Arial, "MS Sans Serif", sans-serif;
}

th {
        color : #000000;
        background-color : #505050;
        font-weight : bold;
        font-size : 12pt;
        font-family : Tahoma, Arial, "MS Sans Serif", sans-serif;
}

table.generic {
        background-color : #282828;
}

table.generic td {
        background-color : #333333;
        color : #999999;
}

table.stylish1 td {
        background-color : #666666;
        color : #a0a0a0;
        font-size : 8pt;
}

table.stylish2 td {
        background-color : #000000;
        color : #E0E0E0;
        font-size : 9pt;
}

.f {
        font-family : "MS Sans Serif", Arial, monospace;
        color : #596877;
}

.f p {
        font-family : "MS Sans Serif", Lucida Grande, Arial, monospace;
}

.fb {
        font-family : "Courier New", monospace;
        font-weight : bold;
}

.fu {
        font-family : "Courier New", monospace;
        font-weight : bold;
        text-decoration : underline;
}

.fc {
        font-family : "Courier New", monospace;
        text-align : center;
}

.fc9 {
        font-family : Lucida Grande, "MS Sans Serif", monospace;
        text-align : center;
        font-size: 9pt;
        color : #686868;
}


.xs {
        font-size : 9pt;
}

.copyright {
        font-size : 8pt;
        font-family : Tahoma, Arial, "MS Sans Serif", sans-serif;
        color: #808080;
}

#pageTitle {
        background : #282828;
        color : #FFFFFF;
        font-size : 16pt;
        font-family : Arial, "MS Sans Serif", sans-serif;
        font-weight : bold;
        text-decoration : none;
        text-align : right;
        line-height : 2em;
}

#divLinkButton {
        position : absolute;
        left : 13px;
        width : 95px;
}

#divMenu {
        position : absolute;
        left : 14px;
        width : 92px;
}

/*
input, select {
        font-family : Tahoma, Arial, sans-serif;
        color : #b0b0b0;
        border-color : #808080 #606060;
        border-style : solid;
        background-color : #404040;
}

input.radio {
        font-family : Tahoma, Arial, sans-serif;
        border-color : #808080;
        border-style : none;
        color : #b0b0b0;
        background-color : transparent;
}
*/