body {
    margin: 10px 10px 10px 10px;
    color: #666666;
    font-size: 10pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 120%;
}

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

div.title {
    font-weight: bold;
}
div.copy {
/*  font-weight: bold;*/
}

div.tagarea {
    margin-top: 15px;
    margin-bottom: 15px;
}

input.mapwh {
    width: 48px;
    padding-left: 2px;
}
input.mt {
    width: 20px;
    padding-left: 2px;
}

textarea.sourcetag {
    font-size: 10px;
    width: 670px;
    height: 72px;
    /*padding-left: 5px;*/
    overflow: scroll;
}

div.sourcetag {
    width: 670px;
    height: 36px;
    padding-left: 5px;
    padding-right: 5px;
    overflow: scroll;
}

div.backcontainer {
    width: 680px;
}

div.toptitle {
    width: 680px;
    height: 60px;
}

div.menu {
    width: 680px;
}

hr.hr_def {
    width: 680px;
}

div.howtocontainer {
    padding: 5px 5px 5px 5px;
}

div.howtoimg {
    float: right;
    width: 150px;
    height: 326px;
    padding: 2px 2px 2px 2px;
    border: #B0C4DE dashed 1px;
}

div.expimage {
    width: 150px;
    background-color: #E3F0FB;
    margin-bottom: 5px;
}

div#map {
    z-index: 1;
}
div#infocontainer {
    border: 1px solid #999999;
    background-color: #FFFFFF;
    padding: 2px;
    position: absolute;
/*
    top: 190;
    left: 350;
*/
    z-index: 2;
}
div#infobar {
    text-align: right;
    background-color: #EEEEEE;
    cursor: move;
}
div#infodes {
    padding: 2px;
    white-space: nowrap;
    font-size: 9pt;
}


