td, select, input{
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #686767;
}
a:link, a:active, a:visited, a:hover{
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #117802;
        text-decoration:none;
}
a:hover{
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #54b802;
        text-decoration:none;
}
.headerText {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #598D3C;
}

.greenText , .greenText :link, .greenText :active, .greenText :visited, .greenText :hover{
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #598D3C;
        text-decoration:none;
}
.whiteText , .whiteText :link, .whiteText :active, .whiteText :visited, .whiteText :hover{
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #FFFFFF;
        text-decoration:none;
}
.bg01 {
        /*background-image: url(/static/images/bg_06.gif);*/
        background-repeat: repeat-x;
        background-position: bottom;
}
.bg02 {
        /*background-image: url(/static/images/bg_07.gif);*/
        background-repeat: repeat-x;
        background-position: top;
}
.bg03 {
        /*background-image: url(/static/images/bg_08.gif);*/
        background-repeat: repeat-x;
        background-position: top;
        background-color: #9EA693;
}
.bg04 {
        /*background-image: url(/static/images/bg_09.gif);*/
        background-repeat: repeat-y;
        background-position: right;
}
.bg05 {
        /*background-image: url(/static/images/bg_10.gif);*/
        background-repeat: repeat-y;
        background-position: left;
}
.bg06 {
        /*background-image: url(/static/images/bg_11.gif);*/
        background-repeat: repeat-y;
        background-position: right;
}
.bg07 {
        /*background-image: url(/static/images/bg_12.gif);*/
        background-repeat: repeat-y;
        background-position: left;
}
