@charset "utf-8";
/* CSS Document */
body {
    background-color: #659f42;
    margin-left: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    background-image: url(background.gif);
    background-repeat: repeat-x;
    background-position: center top;
    background-attachment: scroll
    }
body, td, th {
    color: #FFF;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 14px
    }
a:link {
    color: #FFF;
    text-decoration: none
    }
a:visited {
    text-decoration: none;
    color: #FFF
    }
a:hover {
    text-decoration: underline;
    color: #CCC
    }
a:active {
    text-decoration: none;
    color: #FFF
    }
.standard {
    font-size: 11px;
    font-weight: bold
    }
.bold {
    font-size: 12px;
    font-weight: bold
    }