		th.title{
		    background-color: #333399;
	        color: #fff;
		    border:2px outset gray;
		}
		th.title h1{
		   margin:0px;
		}
		div#map{
		    border:2px outset gray;
		}
		div.marker_data_html {
		    width: 200px;
		    margin-top:8px;
		}
		div.marker_data_html div.subject{
		    text-align:center;
		    padding:4px;
		    font-weight:bold;
		    font-family:sans-serif;
		    border:outset 2px gray;
		    margin-bottom:8px;
		}
		div.marker_data_html div.description{
		    width: 200px;
		    height: 40px;
		    overflow: auto;
		    border-top: 1px dashed black;
		    margin-top: 8px;
		    padding:    4px;
		}

body { color: #000000; background-color: #FFFFFF; }
h2 { text-align: center; color: #804040; }
h3 { text-align: center; font-size: 9pt; margin:2px; background-color:#ffc8c8; }
p { font-size: 9pt; }
div.type { text-align: left; font-size: 10pt; color: #804040; }
ul { text-align: left; font-size: 8pt; }
p.foot { font-size: 9pt; }

A:visited { color: #0000CC; }
A:HOVER{ color: red; text-decoration: underline; position: relative; top: 1px; left: 1px; }
