﻿body {
    background-color: #FFFFFF;
    font-size: 12px;
    font-family: Verdana,arial;
    color: #000000;
}

A:Link {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    font-weight: bold;
}

A:visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    font-weight: bold;
}

A:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    text-decoration: overline;
    font-weight: bold;
}

A:active {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    font-weight: bold;
}

select {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
}

.layout_link {
    display: block;
    font-family: Verdana, Arial;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    color: #000000;
    background-color: #ff8714;
    border-bottom: 1px solid #000000;
    padding: 3px;
    height: 50px;
}

    .layout_link:hover {
        font-family: Verdana, Arial;
        font-weight: bold;
        font-size: 12px;
        text-decoration: none;
        color: #000000;
        background-color: #ff8714;
    }

    .layout_link:active {
        font-family: Verdana, Arial;
        font-weight: bold;
        font-size: 12px;
        text-decoration: none;
        color: #000000;
        background-color: #ff8714;
    }

.table {
    background-repeat: no-repeat;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    top: 175px;
    width: 800px;
    height: 400px;
    border: 1px solid #000000;
    background-color: #00287D;
    z-index: 2;
}

.table2 {
    background-repeat: no-repeat;
    filter: alpha(opacity=100);
    -moz-opacity: 0.8;
    top: 175px;
    width: 800px;
    height: 400px;
    background-color: #FFFFFF;
    z-index: 2;
}

.button {
    background: #FFFBFF;
    border-color: #CCCCCC;
    border: Solid;
    border-width: 1px;
    font-family: Verdana;
    color: #284775;
}