
body { background-color: #ffffcc; margin: 0; padding: 0; font-family: Verdana, Arial, Helvetica, sans-serif; color: #777700; }

.mapClass{ background-color: #ffffcc; 
                  position: absolute; 
                  width: 500px; top: 40px; left: 30px; height: 300px; 
                  border: none;
}

div#pageTitle{  position: absolute; 
                        border: none;
                        left: 30px; 
                        top: 10px; 
                        width: 500px;
                        height: 20px;
                        color: #000000;
                        font-size: 11pt;  
                        font-weight: bolder;
                        text-align: center;
                        }

div#itemBox {  background-color: #ffffcc;
                       position: absolute; left: 10px; width: 240px; top: 370px; height: 170px;
                       padding: 0px;
                       margin: 0px;
                       overflow:auto;
        }

               
div#listBox{  position: absolute; left: 250px; top: 370px; width: 280px;  height: 170px; 
                    background-color: #ffffcc;
                    font-family: verdana, sans-serif;
                    font-size: 8pt;
                    color: #000000;
                    overflow:auto;
                    padding: 0px;
                    margin: 0px;
        }

div#credits { position: absolute; left: 15px; top: 540px; width: 530px;  height: 20px; }

.itemTitle {font-weight: bolder}

div#showRoute{  position: absolute; left: 250px; top: 350px; width:270px;  height: 20px; 
          background-color: transparent;
        }


.content {        font-family: verdana, sans-serif;
                       font-size: 8pt;
                       color: #000000;
                       padding: 1em;
	}
                    

.tinyBlack {    font-family: verdana,  arial, sans-serif;
                     font-size: 7pt;
                     color: #000000;
}

A { color: #990099; FONT-FAMILY: Verdana,arial,serif; font-size: 8pt;  font-weight: normal; text-decoration: underline;}
A:visited { color: #990099; FONT-FAMILY: Verdana,arial,serif; font-size: 8pt;  font-weight: normal; text-decoration: underline;}


