body, table {
        font-family:verdana;
        font-size:12px;
}

a {
        text-decoration:none;
        color:#56a;
}

a:hover {
        text-decoration:underline;
}

a img {
        border:0px;
}

.form th a {
        color:#555;
        font-weight:normal;
}

th {
        text-align:left;
}

td {
        vertical-align:top;
        padding:0px;
}

h1, h2, h3, h4 {
        font-family:arial;
}

.small {
        font-size:10px;
}

#frame {
        margin:auto;
        width:965px;
}

#main {
        border-collapse:collapse;
        table-layout:fixed;
        width:100%;

}

#header {
        height:120px;
/*        border-bottom:2px solid #ccc;   */
        background: #eee url(img/logo_m.gif) no-repeat 30px;
}

#left {
        width:165px;
        background:#fafafa;
        vertical-align:top;
        text-align:center;
}

#right {
        width:165px;
        background:#fafafa;
}

#footer {
        padding:5px 10px;
        background:#eee;
        font-size:11px;
}

#content {
        padding:10px 5px;
        vertical-align:top;
        line-height:18px;
}

.box_table {
        width:100%;
        border-collapse:collapse;
}

.box_table td {

}

.box_table .headline {
        padding:5px 0px;
}

.box_table .img  {
        padding-top:5px;
}

.boxheader {
        background:#e57615;
        color:#fff;
        padding:5px;
}

.vline {
        width:14px;
        background:url(img/rand.gif) center;
/*         border:1px solid red; */
}

.hline {
        height:10px;
        background:url(img/rand_h.gif) center center;
        margin:10px 0px;
}

.headline {
        letter-spacing:0.2em;
        font-size:80%;
        color:#555;
}

#left table {
        border-collapse:collapse;
/*         border:1px solid #ddd; */
        width:100%;
        background:#eee;
        margin-bottom:20px;
}

#left table th {
        background:#e57615;
        /* border-bottom:2px solid #faa; */
        color:white;
        text-align:left;
        padding:5px;
}

#left table td {
         border-bottom:1px solid #ddd;

}

#left td a {
        display:block;
        padding:5px;
}

#left td a:hover {
        background:#ddf;
        text-decoration:none;
}


.form {
        border-collapse:collapse;
        border:1px solid #ddd;
}

.form th {
        background:#eeeeee;
        color:#000000;
        text-align:left;
        padding:5px 5px;
/*         border-top:8px solid #ffffff; */
        border-bottom:1px solid #ddd;
}

.form td {
        background:#f5f5f5;
        padding:5px 5px;
        border-bottom:1px solid #ddd;

}

.form .left {
        vertical-align:top;
        width:30%;
}


div.error {
        color:red;
        margin:2px 0px;
}

div.message {
        color:green;
        background:#fea;
        border:1px solid #dc7;
}


.error {
        color:red;
}

.message {
        border:1px solid #da8;
        background:#fea;
        color: #511;
        padding: 10px;
        margin-bottom:10px;
}

.navi {
        font-size:14px;
}

.navi a {
        background: #f3f5ff;
        border:1px solid #cce;
        padding:2px 5px;
        margin:2px;
}

.navi a:hover {
        background: #e3e5ef;
        text-decoration:none;
}

.text {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height:20px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align:justify;
}
