body {
    padding:        0px;
    margin:         0px;
    background-color: #ECECE7;
}

#header {
    background-image: url(images/imgs/bg_header.gif);
}

#header_idx {
width: 100%;
    background-image: url(images/illus/idx_hoepler.jpg);
}

#idx {
    height:         3px;
    background-image: url(images/imgs/bg_idx.gif);
}

#nav_idx {
    height:         22px;
    background-image: url(images/imgs/bg_nav_idx.gif);
}

#footer {
    clear:          both;
    width:          760px;
    padding:        35px;
    text-align:     left;
    font-family:    Geneva, Arial, sans-serif;
    font-size:      9px;
    color:          #999999;
}

.norm {
    font-family:    Arial, Helvetica, sans-serif;
    font-size:      12px;
    line-height:    136%;
    color:          #494C4C;
}

.hl {
    font-family:    Arial, Helvetica, sans-serif;
    font-size:      18px;
    line-height:    136%;
    color:          #494C4C;
}

.small {
    font-family:    Arial, Helvetica, sans-serif;
    font-size:      11px;
    line-height:    136%;
    color:          #4C4C4C;
}


.vsmall {
    font-family:    Arial, Helvetica, sans-serif;
    font-size:      9px;
    line-height:    136%;
    color:          #4C4C4C;
}

.error {
    font-family:    Arial, Helvetica, sans-serif;
    font-size:      12px;
    line-height:    136%;
    color:          #990000;
}

a {
    color:          #494C4C;
}

a:visited {
    color:          #494C4C;
}

a:active {
    color:          #494C4C;
}

a:hover {
    color:          #990000;
    text-decoration: none;
}

.footer {
    font-family:    Geneva, Arial, sans-serif;
    font-size:      9px;
    color:          #999999;
}

.footerlnk {
    color:          #999999;
    text-decoration: none;
    padding:        0px 12px 0px 3px;
}

.img {
    border:         1px solid #494C4C;
}

