/* CSS Document */
/* CSS Document */
body {
    font-family: "Verdana", sans-serif;
    font-size: 11px;
    color:#333333;
    background-color: #7E8D7B;
}

table {
    font-family: "Verdana", sans-serif;
    font-size: 11px;
    color:#333333
}

.tblborder {
    border: 1px;
    border-color:#6f725e;
    border-style:solid
}

.txt {
    font-family: "Verdana", sans-serif;
    font-size: 11px;
    color:#333333;
}

.htcell {
    background:url("img/book.png") no-repeat left;
    background-color:#9CA086;
    color:white;
    padding-left:20px;
}

.bgfld {
    background-color:#FFC;
}

#error {
    width:380px;
    margin-top:14px;
    padding:10px;
    background:url("img/alert_32.png") no-repeat 10px;
    background-color:#FFC;
    border: solid 1px red;
    color: red;
}


#clink { padding-left: 6px; }

/* LINK */
a:link      { font-family:Verdana,sans-serif; font-size:11px; color:#C00; text-decoration:none }
a:visited   { font-family:Verdana,sans-serif; font-size:11px; color:#C00; text-decoration:none }
a:hover     { font-family:Verdana,sans-serif; font-size:11px; color:#C00; text-decoration:underline }

a.ed:link,a.ed:visited
{
display:block;
color:#900;
background-color:#cecfb0;
text-align:center;
padding:4px;
text-decoration:none;
}
a.ed:hover,a.ed:active
{
background-color:#ebecc9;
}

/*- Menu Tabs E--------------------------- */

#tabsE {
    float:left;
    width:100%;
    /*background:#EBECC9;*/
    font-size:93%;
    font-variant: small-caps;
    line-height:normal;
}

#tabsE ul {
    margin:0;
    padding:10px 10px 0 50px;
    list-style:none;
}

#tabsE li {
    display:inline;
    margin:0;
    padding:0;
}

#tabsE a {
    float:left;
    background:url("img/tableftE.gif") no-repeat left top;
    margin:0;
    padding:0 0 0 4px;
    text-decoration:none;
}

#tabsE a span {
    float:left;
    display:block;
    background:url("img/tabrightE.gif") no-repeat right top;
    padding:5px 15px 4px 6px;
    color:#FFF;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsE a span {float:none;}
/* End IE5-Mac hack */
#tabsE a:hover span {
    color:#FFF;
}

#tabsE a:hover {
    background-position:0% -42px;
}

#tabsE a:hover span {
    background-position:100% -42px;
}

#tabsE #current a {
    background-position:0% -42px;
}

#tabsE #current a span {
    background-position:100% -42px;
}


/*----------------------------------------*/
ul {
        list-style: none;
        margin: 0;
        padding: 0;
        }

/* =-=-=-=-=-=-=-[Menu Six]-=-=-=-=-=-=-=- */

#menu6 {
        width: 200px;
        margin: 0px;
        }

#menu6 li a {
          height: 32px;
         voice-family: "\"}\"";
          voice-family: inherit;
          height: 32px;
        text-decoration: none;
        }


#menu6 li a:link, #menu6 li a:visited {
        color: #C00; /*#8D9179;*/
        display: block;
        background: url(img/menu6.gif);
        padding: 0px 0 0 8px;
        }

#menu6 li a:hover, #menu6 li #current, #menu6 li a:active {
        color: #C00;
        background: url(img/menu6.gif) 0 -32px;
        padding: 0px 0 0 8px;
        }
