
body { background-color: #ffffff; margin: 0; padding: 0; }


.mapclass{ background-color: #ffffff; 
                  position: absolute; 
                  width: 500px; top: 40px; left: 20px; height: 220px; 
                  border: none;
}

div#pageTitle{  position: absolute; 
                        border: none;
                        left: 20px; 
                        top: 10px; 
                        width: 500px;
                        height: 20px;
                        FONT-FAMILY: Georgia, "Times New Roman",serif;
                        font-variant: small-caps;
                        color: #000000;
                        font-size: 10pt;  
                        font-weight: bolder;
                        text-align: center;
                        }

div#itembox {  background-color: #ffffff;
                       position: absolute; left: 20px; width: 170px; top: 270px; height: 200px;
                       font-family: verdana, sans-serif;
                       font-size: 7pt;
                       color: #000000;
                       overflow:auto;
                       padding: 0px;
                       margin: 0px;
                       text-align: center;
                       border-right: #333333  2px dotted;
        }

div#credits { position: absolute;
                     left: 20px;
                     top: 480px;
                     width: 500px;
                     text-align: center;
                     background-color: transparent;
}
.tinyblack {    font-family: verdana,  arial, sans-serif;
                     font-size: 7pt;
                     color: #000000;
}
               
div#listbox{  position: absolute; left: 210px; top: 290px; width: 270px;  height: 180px; 
                    background-color: #ffffff;
                    font-family: verdana, sans-serif;
                    font-size: 7pt;
                    color: #000000;
                    overflow:auto;
                    padding: 0px;
                    margin: 0px;
        }

.itemTitle {font-weight: bolder}

div#showroute{  position: absolute; left: 210px; top: 270px; width:270px;  height: 20px; 
          background-color: transparent;
         font-family: verdana, sans-serif;
        font-size: 7pt;
        color: #000000;
        }

A { color: #aa0000; FONT-FAMILY: Verdana,arial,serif; font-size: 7pt;  font-weight: normal; text-decoration: none;}
A:visited { color: #aa0000; FONT-FAMILY: Verdana,arial,serif; font-size: 7pt;  font-weight: normal; text-decoration: none;}
A:hover { color: #ff0000; FONT-FAMILY: Verdana,arial,serif; font-size: 7pt;  font-weight: normal; text-decoration: none; }


IMG { border: solid 1px #999999; }


