/* CSS Document */

/*PAGE LAYOUT*/
body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    }

#contenttext{
    float:left;
    width:99%;
    text-align: left;
    font-size: 0.7em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #666666;
    }

.th{    background-color: #666666;    color: #FFFFFF;    font-size: 11px;    }.odd{    background-color: #EEEEEE;    font-size: 11px;    }.even{    background-color: #DDDDDD;    font-size: 11px;    }

a:link, a:visited {    color: #666666;    font-size: 11px;    font-weight: bold;    text-decoration: none;    }
a:hover, a:active {    font-size: 11px;    text-decoration: underline;    }


a.goback:link, a.goback:visited {
    font-size: 9px;
    font-weight: bold;
    color: #C8572A;
    text-decoration: none;
    }
a.goback:hover, a.goback:active {
    font-size: 9px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    }


.upd {
    font-size: 9px;
    font-style: italic;
    }
.upd a{
    font-size: 9px;
    font-style: italic;
    }
.upd a:hover{
    font-size: 9px;
    font-style: italic;
    }