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

.mapclass{ background-color: #ffffff; 
                  position: absolute; 
                  width: 600px; top: 40px; left: 20px; height: 300px; 
                  border: none;
}

div#pageTitle{  position: absolute; 
                        border: none;
                        left: 20px; 
                        top: 10px; 
                        width: 600px;
                        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: 600px; top: 350px; height: 300px;
                       padding: 0px;
                       margin: 0px;
                       overflow:auto;
        }

.content {        font-family: verdana, sans-serif;
                       font-size: 8pt;
                       color: #000000;
                       padding: 1em;
	}
                    
#distance { width: 100px;
                       color: #aa0000;
                       font-size: 8pt;
                       font-family: Georgia,"Times New Roman",serif;
                    }

.tinyblack {    font-family: verdana,  arial, 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; }



