body {
    font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;
    font-size: small;
}

h1 {
    font-size: 140%;
}

h2 {
    font-size: 110%;
}

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

a.highlight {
    font-weight: bold;
    letter-spacing: 0.05em;
    border-bottom: 2px solid  #E3211E;
    margin-bottom: 2px;
}

a:visited {
    color:  #E3211E;
}

a:hover {
    text-decoration: underline;
}

#nav_small {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 120px;
    height: 120px;
    padding: 10px;
    background-color: #eee;
    line-height: 20px;
}

#nav_big {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 175px;
    height: 455px;
    padding: 10px;
    background-color: #eee;
    line-height: 20px;
    border: none;
}

#nav_img {
    position: relative;
    left: -5px;
    top: 90px;
    border: none;
}

#nav_pdf_link {
    position: absolute;
    top: 442px;
    left: 50px;
    height: 35px;
}

#cont {
    position: relative;
    left: 220px;
    top: 10px;
    width: 720px;
    line-height: 16px;
}

#spider_top_left_bottom {
    position: absolute;
    top: 145px;
    left: 0px;
    font-size: 95%;
}

#spider_top_left_right {
    position: absolute;
    top: 5px;
    left: 230px;
    width: 200px;
    font-size: 95%;
}

#spider_bottom_left_bottom {
    position: absolute;
    top: 518px;
    left: 0px;
    font-size: 95%;
}

#spider_bottom_left_right {
    position: absolute;
    width: 200px;
    top: 415px;
    left: 230px;
    font-size: 95%;
}

#spider_top_right_bottom {
    position: absolute;
    top: 145px;
    left: 490px;
    font-size: 95%;
}

#spider_top_right_right {
    position: absolute;
    top: 5px;
    left: 720px;
    width: 200px;
    font-size: 95%;
}

#spider_bottom_right_bottom {
    position: absolute;
    top: 518px;
    left: 490px;
    font-size: 95%;
}

#spider_bottom_right_right {
    position: absolute;
    top: 415px;
    left: 720px;
    width: 200px;
    font-size: 95%;
}

table.normal {
    border: none;
    border-collapse: collapse;
    vertical-align: top;
    margin-left: 0px;
    margin-top: 20px;
}

td.normal {
    vertical-align: top;
    padding-bottom: 5px;
    padding-top: 2px;
    padding-right:10px;
    border:none;

}
td.bottom {
    vertical-align: top;
    padding-bottom: 5px;
    padding-top: 2px;
    padding-right:10px;
    border:none;
    border-bottom:1px solid #d0d0d0;
}

table {
    border: none;
    border-collapse: collapse;
    vertical-align: top;
    margin-left: 120px;
    margin-top: 20px;
}

td {
    vertical-align: top;
    padding-bottom: 10px;
    padding-top: 5px;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
}

td.highlight {
    width: 10em;
    font-weight: bold;
}

ul {
    padding: 0px 0px 0px 10px;
    margin: 0px 0px 0px 10px;
    list-style-image: url(dot.png);
}

li {
}

ul li.none{
    padding: 0px 0px 0px 00px;
    margin: 0px 0px 0px 00px;
    list-style:none;
}
li.special {
    padding-bottom: 10px;
}

ul ul {
    padding: 0px 0px 0px 6px;
    margin: 0px 0px 0px 6px;
    list-style-image: url(dot.png);
}
