@charset "utf-8";
/* CSS Document */

.err  {font-weight: bold !important; color: #cc0000 !important;}

body {
    background-image: url(/i/bg.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center top;
    background-color: #FFFFFF;
}
body,td,th {
    font-family: Tahoma;
    font-size: 11px;
    color: #898989;
}
div#container {
    width: 890px;
    /*height: 1500px;*/
    margin-right: auto;
    margin-left: auto;
    margin-top: 94px;
}
div#menu_left {
    width: 100px;
    height: 70px;
    float:left;
    margin-top: 70px;
    margin-left: 10px;
}
div#content {
    float: right;
    width: 618px;
    /*height: 1300px;*/
    margin-top: 20px;
    background-image: url(/i/top.png);
    background-repeat: no-repeat;
}
.top_text {
    margin-top: 12px;
    margin-left: 20px;
}

div#footer {
    float: right;
    width:598px;
    height: 130px;
    background-image: url(/i/footer_sep.gif);
    background-repeat: no-repeat;
    background-position: right top;
    padding-top: 15px;
    padding-left: 20px;
}
.content_midle {
    background-color:#FFFFFF;
    padding: 20px;
}
a.nav_top:link {
    color: #ca0068;
    font-family: Tahoma;
    font-size: 13px;
    font-weight: bold;
    margin-right: 14px;
    text-decoration: none;
}
a.nav_top:hover {
    font-family: Tahoma;
    font-size: 13px;
    color: #ca0068;
    text-decoration: none;
    font-weight: bold;
    margin-right: 14px;
}
a.nav_top:visited {
    color: #ca0068;
    font-size: 13px;
    font-family: Tahoma;
    text-decoration: none;
    font-weight: bold;
    margin-right: 14px;
}
a.nav_left:link {
    color: #ca0068;
    font-family: Tahoma;
    font-size: 12px;
    text-decoration: none;
    display: block;
}
a.nav_left:hover {
    color: #ca0068;
    display: block;
    text-decoration: none;
    font-size: 12px;
}
a.nav_left:visited {
    color: #ca0068;
    display: block;
    text-decoration: none;
    font-size: 12px;
}
a.nav_footer:link {
    color: #7a4f64;
    font-family: Tahoma;
    font-size: 10px;
    text-decoration: underline;
    margin-right: 5px;
}
a.nav_footer:hover {
    color: #7a4f64;
    text-decoration: underline;
    font-size: 10px;
    margin-right: 5px;
}
a.nav_footer:visited {
    color: #7a4f64;
    text-decoration: underline;
    font-size: 10px;
    margin-right: 5px;
}
.va {
vertical-align: middle;
}