.Theme {
    font-family: Helvetica, Arial;
    color: #CC9900;
    background-color: #000000;
    width: 800px;
}
.Theme2 {
    font-family: Helvetica, Arial;
    color: #CC9900;
    background-color: #000000;
}
a:link {
    text-decoration: none;
    color: #6699FF;
}
a:visited {
    text-decoration: none;
}
a:active {
    text-decoration: none;
}
h1 {
    font-size: 1.5em;
    font-weight: 700;
    text-align: center;
}
h2 {
    font-size: 1.2em;
    text-align: center;
    font-weight: 500;
}
h3 {
    font-size: 1em;
    font-weight: 500;
}
h4 {
    font-size: 1em;
    font-variant: small-caps;
    font-weight: 700;
}
h5 {
    font-size: 0.8em;
    font-variant: normal;
    font-weight: 500;
}
h6 {
    font-size: 0.8em;
    text-align: left;
    font-variant: normal;
    font-weight: 500;
    width: 800px;
}
.TableTitle {
    color: #0000C0;
    font-family: Arial;
    font-size: 1.1em;
    text-align: center;
    font-weight: 700;
}
.TableSubTitle {
    color: #0000A0;
    font-family: Georgia, Times New Roman;
    font-size: 1em;
    text-align: center;
}
.TableText {
    color: #0000A0;
    font-family: Arial;
    font-size: 0.9em;
}
.rowOver {
    background-color: #C0FFC0;
}
.rowEven {
    background-color: #CCCCCC;
}
.rowOdd {
    background-color: #FFFFFF;
}
.noButton {
    color: #000080;
    background-color: #FFFFFF;
    font-weight: 700;
    font-size: 0.9em;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
}
.Button {
    color: #000000;
    background-color: #FFFFFF;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border-style: outset;
}
.overButton {
    color: #0000FF;
    background-color: #FFFFFF;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    cursor: pointer; 
    border-style: outset;
}
.pressButton {
    color: #FF3333;
    background-color: #FFFFFF;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border-style: inset;
}
.noOverButton {
    color: #0000FF;
    background-color: #FFCC33;
    font-weight: 700;
    font-size: 0.9em;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
}
